aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 14:44:42 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-11-16 14:44:42 +0100
commit2d9e84b703cf12269436906dfdfffaec5cbe683b (patch)
treec9e6df87713aa8128780a211a5eb1cc77321c037
parent484fc3875b80769de84469f3965976d699e00180 (diff)
Bump version: 1.4.0.39-484f-dirty → 1.5.01.5.0
-rw-r--r--contrib/libosmo-sccp.spec.in14
-rw-r--r--debian/changelog55
-rw-r--r--debian/control10
-rw-r--r--debian/libosmo-sigtran7.install (renamed from debian/libosmo-sigtran5.install)0
-rwxr-xr-xdebian/rules2
-rw-r--r--src/Makefile.am2
6 files changed, 69 insertions, 14 deletions
diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in
index f792f69..133d4a9 100644
--- a/contrib/libosmo-sccp.spec.in
+++ b/contrib/libosmo-sccp.spec.in
@@ -71,19 +71,19 @@ in SS7 telecommunications networks.
This subpackage contains the development files for the Osmocom SCCP
library.
-%package -n libosmo-sigtran5
+%package -n libosmo-sigtran7
Summary: Osmocom SIGTRAN library
License: GPL-2.0-or-later
Group: System/Libraries
-%description -n libosmo-sigtran5
+%description -n libosmo-sigtran7
Osmocom implementation of (parts of) SIGTRAN.
%package -n libosmo-sigtran-devel
Summary: Development files for the Osmocom sigtran library
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
-Requires: libosmo-sigtran5 = %{version}
+Requires: libosmo-sigtran7 = %{version}
%description -n libosmo-sigtran-devel
Osmocom implementation of (parts of) SIGTRAN.
@@ -136,8 +136,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%check
make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
-%post -n libosmo-sigtran5 -p /sbin/ldconfig
-%postun -n libosmo-sigtran5 -p /sbin/ldconfig
+%post -n libosmo-sigtran7 -p /sbin/ldconfig
+%postun -n libosmo-sigtran7 -p /sbin/ldconfig
%if 0%{?suse_version}
%preun -n osmo-stp %service_del_preun osmo-stp.service
%postun -n osmo-stp %service_del_postun osmo-stp.service
@@ -159,8 +159,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%{_libdir}/libsccp.a
%{_libdir}/pkgconfig/libosmo-sccp.pc
-%files -n libosmo-sigtran5
-%{_libdir}/libosmo-sigtran.so.5*
+%files -n libosmo-sigtran7
+%{_libdir}/libosmo-sigtran.so.7*
%files -n libosmo-sigtran-devel
%dir %{_includedir}/%{name}
diff --git a/debian/changelog b/debian/changelog
index 57964a9..a2500b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,58 @@
+libosmo-sccp (1.5.0) unstable; urgency=medium
+
+ [ Harald Welte ]
+ * Add README.md describing what this repo is about
+ * ipa: Use VTY-configured default network indicator
+ * ipa_asp_fsm_del_route(): Log what happens if we bail out early
+ * don't log "SCTP connection close" if an IPA/TCP connection closes
+ * osmo_ss7: Log route destruction (like we log route creation)
+ * ipa_asp_fsm: Fix AS lookup from IPA ASP
+ * Don't create duplicate routes in osmo_ss7_route_create()
+ * ipa: Move automatic route add/del from ASP to AS level
+ * osmo_ss7: Truncate route 'mask' to point code bit length
+ * xua_as_fsm: Only delete a route for an IPA AS if we created one earlier
+ * xua_asp_fsm: Fix IPA client role
+ * don't do explicit NULL checks before calling talloc_free()
+ * osmo_ss7: free the sock_name string once an ASP socket is closed
+ * Revert "osmo_ss7: free the sock_name string once an ASP socket is closed"
+ * ss7_vty: Print actual connected port number in case of IPA server
+ * Constrain connection ID allocation to 24 bits
+ * ss7_asp_test.vty: Allow more asp node commands after shutdown
+ * osmo_ss7: introduce notion of configurable 'quirks'
+ * m3ua/sua: Add quirk for allowing inbound DAUD from SG in ASP role.
+ * m3ua/sua: Add new snm_inactive quirk
+ * sccp_scrc: Ensure we have not just SSN but at least OPC+SSN in CallingParty
+ * sccp: Add minimalistic support for XUDT / XUDTS
+ * sccp_scmg: Add missing line eneding to log statement
+ * stp: Add basic RX/TX rate counters on AS and ASP level
+ * spelling fixes in comments
+ * rate_ctr: Use legal counter group prefixes / names (no '.' allowed)
+ * osmo_ss7: properly unlink rate_counter on AS/ASP free
+
+ [ Vadim Yanitskiy ]
+ * VTY: write_one_asp(): fix 1 << 31 cannot be represented by 'int'
+
+ [ Pau Espin Pedrol ]
+ * cosmetic: xua_asp_fsm.c: reorder functions in file
+ * ipa_asp_fsm: Support server starting handshake with ID_GET or ID_ACK
+ * cosmetic: Fix extra empty line
+ * cosmetic: Fix typos in documentation
+ * osmo_sccp_simple_client_on_ss7_id(): Allow set internally proper IPv4/v6 default hosts
+ * osmo_ss7.c: Fix typo in doc for osmo_ss7_asp_peer_add_host()
+
+ [ Philipp Maier ]
+ * osmo_ss7_vty: automatically create routes for routing key
+ * osmo_ss7_vty: allow users to inspect routes also in ASP role
+
+ [ Eric ]
+ * m3ua: fix leaky usage of m3ua_tx_xua_asp
+
+ [ Oliver Smith ]
+ * m3ua: reject deregistration of static routing keys
+ * m3ua: fix m3ua_encode_dupu
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 14:44:42 +0100
+
libosmo-sccp (1.4.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index b12e247..7955055 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: Development files for libsccp, libmtp and libxua
.
This package contains the development files for the library.
-Package: libosmo-sigtran5
+Package: libosmo-sigtran7
Section: libs
Architecture: any
Multi-Arch: same
@@ -53,7 +53,7 @@ Package: libosmo-sigtran-dbg
Architecture: any
Section: debug
Multi-Arch: same
-Depends: libosmo-sigtran5 (= ${binary:Version}),
+Depends: libosmo-sigtran7 (= ${binary:Version}),
${misc:Depends}
Description: Documentation for the Osmocom SIGTRAN library
libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
@@ -68,7 +68,7 @@ Package: libosmo-sigtran-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
- libosmo-sigtran5 (= ${binary:Version}),
+ libosmo-sigtran7 (= ${binary:Version}),
libjs-jquery
Description: Documentation for the Osmocom SIGTRAN library
libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality,
@@ -83,7 +83,7 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libosmo-sigtran5 (= ${binary:Version}),
+ libosmo-sigtran7 (= ${binary:Version}),
libosmocore-dev,
libosmo-netif-dev
Description: Development headers for the Osmocom SIGTRAN library
@@ -98,7 +98,7 @@ Package: osmo-stp
Architecture: any
Multi-Arch: same
Section: net
-Depends: libosmo-sigtran5,
+Depends: libosmo-sigtran7,
${shlibs:Depends},
${misc:Depends}
Description: Osmocom SIGTRAN STP (Signaling Transfer Point)
diff --git a/debian/libosmo-sigtran5.install b/debian/libosmo-sigtran7.install
index 9779f4c..9779f4c 100644
--- a/debian/libosmo-sigtran5.install
+++ b/debian/libosmo-sigtran7.install
diff --git a/debian/rules b/debian/rules
index 9c27539..8ad38cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
dh $@ --with autoreconf
override_dh_strip:
- dh_strip -plibosmo-sigtran5 --dbg-package=libosmo-sigtran-dbg
+ dh_strip -plibosmo-sigtran7 --dbg-package=libosmo-sigtran-dbg
dh_strip -posmo-stp --dbg-package=osmo-stp-dbg
override_dh_install:
diff --git a/src/Makefile.am b/src/Makefile.am
index 9d5e9a3..e2273e1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ lib_LTLIBRARIES = libosmo-sigtran.la
# This is _NOT_ the library release version, it's an API version.
# Please read Chapter 6 "Library interface versions" of the libtool
# documentation before making any modification
-LIBVERSION=6:0:1
+LIBVERSION=7:0:0
libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \
sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \