mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc.git
synced 2025-11-04 14:13:47 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
062390702c | ||
|
|
22f0738935 | ||
|
|
39515ac59e | ||
|
|
fea674ee2d | ||
|
|
d5c7fd45b2 | ||
|
|
88731ffa1f | ||
|
|
bc0ae88168 | ||
|
|
74450e80ea |
9
TODO-RELEASE
Normal file
9
TODO-RELEASE
Normal 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
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
22
debian/changelog
vendored
@@ -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
3
debian/control
vendored
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user