8 Commits
0.3.0 ... 0.3.2

Author SHA1 Message Date
Oliver Smith
062390702c Bump version: 0.3.1.4-22f0 → 0.3.2
Change-Id: Iaca50b640d147f01c2c5adebd6e0853cf7502d86
2025-03-05 11:35:12 +01:00
Pau Espin Pedrol
22f0738935 Add missing required vty go_parent_cb for libosmo-sigtran
This callback is required when configuring SS7 network through VTY.

Change-Id: Ibab25aa1a9ed4d0680fb61999e79b56b9a7d08dc
2025-03-04 16:58:11 +01:00
Pau Espin Pedrol
39515ac59e jenkins.sh: No need to build libosmo-sigtran with doxygen
Change-Id: Ic63fbd92cc6e1a5f784ced2ccb5f998e6cabaf27
2024-12-10 16:56:59 +01:00
Pau Espin Pedrol
fea674ee2d jenkins.sh: Skip building unneeded libosmo-abis
Change-Id: I9e763963f22e7fb425faef3b70b821ebd7e7ce60
2024-12-10 16:25:35 +01:00
Oliver Smith
d5c7fd45b2 contrib/jenkins: libosmo-abis after libosmo-netif
Depends: libosmo-abis I079dc3999de508301dd37ed03e399356a58d3cab
Depends: libosmo-netif I13d6e88158f6d9ce017986283183ee9c2cc68cae
Change-Id: I00f1dc510823d947992c8a5b2ce97a22c322b43b
2024-11-22 13:19:26 +01:00
Oliver Smith
88731ffa1f Bump version: 0.3.0.2-bc0a → 0.3.1
Change-Id: I52964c60edfc09cf832b8acb2fff61d0ceed3837
2024-09-16 12:27:16 +02:00
Oliver Smith
bc0ae88168 contrib/jenkins: libosmo-sccp -> libosmo-sigtran
Change-Id: Ia17342097f781f5b8134b5f74c541af84110db78
2024-09-16 12:26:08 +02:00
Harald Welte
74450e80ea remove libosmo-sccp dependency; depend on libosmo-sigtran only
This follows the removal of the libsccp.a and the pkg-config
libosmo-sccp.pc from libosmo-sccp.git

Change-Id: Icacbc75d0cb3fac1920399e261ba4318221f3160
2024-09-10 09:49:56 +02:00
6 changed files with 37 additions and 7 deletions

9
TODO-RELEASE Normal file
View File

@@ -0,0 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line

View File

@@ -40,8 +40,7 @@ PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.0)
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.9.0)
dnl checks for header files dnl checks for header files
AC_HEADER_STDC AC_HEADER_STDC

View File

@@ -31,9 +31,8 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib" export LD_LIBRARY_PATH="$inst/lib"
export PATH="$inst/bin:$PATH" export PATH="$inst/bin:$PATH"
osmo-build-dep.sh libosmo-abis osmo-build-dep.sh libosmo-netif "" --disable-doxygen
osmo-build-dep.sh libosmo-netif osmo-build-dep.sh libosmo-sigtran "" --disable-doxygen
osmo-build-dep.sh libosmo-sccp
# Additional configure options and depends # Additional configure options and depends
CONFIG="" CONFIG=""

22
debian/changelog vendored
View File

@@ -1,3 +1,25 @@
osmo-smlc (0.3.2) unstable; urgency=medium
[ Oliver Smith ]
* contrib/jenkins: libosmo-abis after libosmo-netif
[ Pau Espin Pedrol ]
* jenkins.sh: Skip building unneeded libosmo-abis
* jenkins.sh: No need to build libosmo-sigtran with doxygen
* Add missing required vty go_parent_cb for libosmo-sigtran
-- Oliver Smith <osmith@sysmocom.de> Wed, 05 Mar 2025 11:35:11 +0100
osmo-smlc (0.3.1) unstable; urgency=medium
[ Harald Welte ]
* remove libosmo-sccp dependency; depend on libosmo-sigtran only
[ Oliver Smith ]
* contrib/jenkins: libosmo-sccp -> libosmo-sigtran
-- Oliver Smith <osmith@sysmocom.de> Mon, 16 Sep 2024 12:26:33 +0200
osmo-smlc (0.3.0) unstable; urgency=medium osmo-smlc (0.3.0) unstable; urgency=medium
[ Andreas Eversberg ] [ Andreas Eversberg ]

3
debian/control vendored
View File

@@ -12,8 +12,7 @@ Build-Depends: debhelper (>= 10),
libsctp-dev, libsctp-dev,
libtalloc-dev, libtalloc-dev,
libosmocore-dev (>= 1.10.0), libosmocore-dev (>= 1.10.0),
libosmo-sccp-dev (>= 1.9.0), libosmo-sigtran-dev (>= 2.0.0),
libosmo-sigtran-dev (>= 1.9.0),
osmo-gsm-manuals-dev (>= 1.6.0) osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8 Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc

View File

@@ -35,6 +35,7 @@
#include <osmocom/sigtran/xua_msg.h> #include <osmocom/sigtran/xua_msg.h>
#include <osmocom/sigtran/sccp_sap.h> #include <osmocom/sigtran/sccp_sap.h>
#include <osmocom/sigtran/osmo_ss7.h>
#include <osmocom/smlc/debug.h> #include <osmocom/smlc/debug.h>
#include <osmocom/smlc/smlc_data.h> #include <osmocom/smlc/smlc_data.h>
@@ -170,6 +171,7 @@ static struct vty_app_info vty_info = {
"This is free software: you are free to change and redistribute it.\r\n" "This is free software: you are free to change and redistribute it.\r\n"
"There is NO WARRANTY, to the extent permitted by law.\r\n", "There is NO WARRANTY, to the extent permitted by law.\r\n",
.version = PACKAGE_VERSION, .version = PACKAGE_VERSION,
.go_parent_cb = osmo_ss7_vty_go_parent,
}; };
static void signal_handler(int signal) static void signal_handler(int signal)