aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 16:57:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-12 16:57:03 +0200
commit57567968ea2fe71db5630343621f458eceb671d3 (patch)
treefabed389c7af9ee15b56d2c2065f783c11eca155
parent7e4dbb4b34bb91b4879daa4cdf3c378c818a7665 (diff)
Bump version: 1.10.0.16-7e4d-dirty → 1.11.01.11.0
-rw-r--r--TODO-RELEASE1
-rw-r--r--configure.ac20
-rw-r--r--contrib/osmo-sgsn.spec.in20
-rw-r--r--debian/changelog30
-rw-r--r--debian/control16
5 files changed, 58 insertions, 29 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index b095d9921..1c5d61f56 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,2 +1 @@
#component what description / commit summary line
-libosmcoore >1.8.0 use GSM48_IE_GMM_RX_NPDU_NUM_LIST \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 815c29678..6eac7c90f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,23 +38,23 @@ dnl use a defined standard across all builds and don't depend on compiler defaul
CFLAGS="$CFLAGS -std=gnu11"
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0)
PKG_CHECK_MODULES(LIBGTP, libgtp >= 1.10.0)
# Enable/disable 3G aka IuPS + IuCS support?
AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS and IuCS interfaces])],
[osmo_ac_iu="$enableval"],[osmo_ac_iu="no"])
if test "x$osmo_ac_iu" = "xyes" ; then
- PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0)
+ PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
- PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0)
AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support])
fi
AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")
diff --git a/contrib/osmo-sgsn.spec.in b/contrib/osmo-sgsn.spec.in
index cfc6f2674..8ee0a7501 100644
--- a/contrib/osmo-sgsn.spec.in
+++ b/contrib/osmo-sgsn.spec.in
@@ -35,19 +35,19 @@ BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libcrypto) >= 0.9.5
BuildRequires: pkgconfig(libgtp) >= 1.10.0
-BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.6.0
-BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0
-BuildRequires: pkgconfig(libosmoabis) >= 1.4.0
-BuildRequires: pkgconfig(libosmocore) >= 1.8.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
-BuildRequires: pkgconfig(libosmogb) >= 1.8.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
-BuildRequires: pkgconfig(libosmovty) >= 1.8.0
+BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.7.0
+BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0
+BuildRequires: pkgconfig(libosmoabis) >= 1.5.0
+BuildRequires: pkgconfig(libosmocore) >= 1.9.0
+BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0
+BuildRequires: pkgconfig(libosmogb) >= 1.9.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
+BuildRequires: pkgconfig(libosmovty) >= 1.9.0
%{?systemd_requires}
%if %{with_iu}
BuildRequires: pkgconfig(libasn1c)
-BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0
-BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0
+BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0
+BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0
%endif
%description
diff --git a/debian/changelog b/debian/changelog
index 0b8ed8e84..206efd40c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+osmo-sgsn (1.11.0) unstable; urgency=medium
+
+ [ Oliver Smith ]
+ * Run struct_endianness.py
+ * debian: set compat level to 10
+ * systemd: depend on networking-online.target
+
+ [ arehbein ]
+ * Transition to use of 'telnet_init_default'
+
+ [ Vadim Yanitskiy ]
+ * tests: use -no-install libtool flag to avoid ./lt-* scripts
+ * tests: $(BUILT_SOURCES) is not defined, depend on osmo-sgsn
+ * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH
+
+ [ Pau Espin Pedrol ]
+ * gmm: Ciphering Key Sequence Number IE has half octet tag
+ * gprs_sm.c: Fix load of misaligned ptr address
+ * Write explicit role & sctp-role fields in ASP configurations
+ * gmm: Update DRX params during rx RAU REQ
+ * gmm: Add missing GSM48_IE_GMM_RX_NPDU_NUM_LIST IE in gsm48_gmm_att_tlvdef
+
+ [ Philipp Maier ]
+ * sgsn_rim: fix typo
+ * sgsn_rim: cosmetic: improve comment
+ * sgsn_rim: get rid of MME check in sgsn_rim_rx_from_gtp:
+ * sgsn_rim: do not check the origin of a RIM message
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 12 Sep 2023 16:57:02 +0200
+
osmo-sgsn (1.10.0) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index dd676cb3e..77af36e63 100644
--- a/debian/control
+++ b/debian/control
@@ -12,15 +12,15 @@ Build-Depends: debhelper (>= 10),
libtalloc-dev,
libc-ares-dev,
libgtp-dev (>= 1.10.0),
- libosmocore-dev (>= 1.8.0),
- libosmo-abis-dev (>= 1.4.0),
- libosmo-netif-dev (>= 1.3.0),
- libosmo-gsup-client-dev (>= 1.6.0),
+ libosmocore-dev (>= 1.9.0),
+ libosmo-abis-dev (>= 1.5.0),
+ libosmo-netif-dev (>= 1.4.0),
+ libosmo-gsup-client-dev (>= 1.7.0),
libasn1c-dev (>= 0.9.30),
- libosmo-ranap-dev (>= 1.4.0),
- libosmo-sigtran-dev (>= 1.7.0),
- libosmo-sccp-dev (>= 1.7.0),
- osmo-gsm-manuals-dev (>= 1.4.0)
+ libosmo-ranap-dev (>= 1.5.0),
+ libosmo-sigtran-dev (>= 1.8.0),
+ libosmo-sccp-dev (>= 1.8.0),
+ osmo-gsm-manuals-dev (>= 1.5.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-sgsn