osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/37578?usp=email )
Change subject: Bump version: 1.7.0.17-bae13 → 1.8.0
......................................................................
Bump version: 1.7.0.17-bae13 → 1.8.0
Change-Id: I3b05d5ac5417f5c995e7057474adba72326ebf11
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 55 insertions(+), 14 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/TODO-RELEASE b/TODO-RELEASE
index d8e3568..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,10 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info…
-# In short:
+# 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…
# 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:0.
+# 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
-libosmogsm >1.9.0 <osmocom/gsm/protocol/gsm_04_11.h> additions
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index 61fcee8..31ba870 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,11 +41,11 @@
PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1])
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
PKG_CHECK_MODULES(SQLITE3, sqlite3)
diff --git a/debian/changelog b/debian/changelog
index 1344fa8..66b4a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+osmo-hlr (1.8.0) unstable; urgency=medium
+
+ [ Vadim Yanitskiy ]
+ * hlr_vty.c: drop redundant include of hlr_ussd.h
+ * build: include {README.md,git-version-gen} into the release tarball
+ * README.md: cosmetic: fix a typo
+
+ [ Mychaela N. Falconia ]
+ * SMS over GSUP: implement vty config of SMSC routing
+ * SMS over GSUP: implement forwarding of MO SMS
+ * SMS over GSUP: implement forwarding of MT SMS
+ * SMS over GSUP: handle READY-FOR-SM.req from MSCs
+ * ctrl: add subscriber.by-*.imsi GET-able variable
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Harald Welte ]
+ * Add funding link to github mirror
+ * README.md: Improve mark-down formatting
+ * README.md: Add Forum and Issue Tracker sections
+
+ [ Max ]
+ * .deb/.rpm: add osmocom user during package install
+
+ [ Oliver Smith ]
+ * .deb/.rpm: various fixes related to non-root
+ * contrib: remove rpm spec file
+ * debian/postinst: add checks, be verbose
+ * mslookup: don't ignore return value of write()
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 24 Jul 2024 15:29:12 +0200
+
osmo-hlr (1.7.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index ec234a3..956e273 100644
--- a/debian/control
+++ b/debian/control
@@ -7,12 +7,12 @@
dh-autoreconf,
autotools-dev,
python3-minimal,
- libosmocore-dev (>= 1.9.0),
- libosmo-abis-dev (>= 1.5.0),
- libosmo-netif-dev (>= 1.4.0),
+ libosmocore-dev (>= 1.10.0),
+ libosmo-abis-dev (>= 1.6.0),
+ libosmo-netif-dev (>= 1.5.0),
libsqlite3-dev,
sqlite3,
- osmo-gsm-manuals-dev (>= 1.5.0)
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.6
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/37578?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I3b05d5ac5417f5c995e7057474adba72326ebf11
Gerrit-Change-Number: 37578
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email )
Change subject: Bump version: 0.4.1.4-a1a17 → 0.5.0
......................................................................
Bump version: 0.4.1.4-a1a17 → 0.5.0
Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 37 insertions(+), 8 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/99/37599/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 1c5d61f..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1 +1,9 @@
-#component what description / commit summary line
+# 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…
+# 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
diff --git a/configure.ac b/configure.ac
index a2cf82a..2ae8aa0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,11 +38,11 @@
CFLAGS="$CFLAGS -std=gnu11"
dnl checks for libraries
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.10.0)
dnl checks for header files
AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 423827e..a853637 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+osmo-gbproxy (1:0.5.0) unstable; urgency=medium
+
+ [ Andreas Eversberg ]
+ * Use uniform log format for default config files
+
+ [ Oliver Smith ]
+ * contrib: remove rpm spec file
+ * contrib/systemd: run as osmocom user
+ * debian/osmo-gbproxy.init: delete
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Thu, 25 Jul 2024 09:25:28 +0200
+
osmo-gbproxy (1:0.4.1) unstable; urgency=medium
[ Vadim Yanitskiy ]
diff --git a/debian/control b/debian/control
index 3930bab..b72ee2d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@
libtool,
pkg-config,
libtalloc-dev,
- libosmocore-dev (>= 1.9.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-gbproxy
--
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/37599?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: Ib4432d0ff74aa92176e85817dc54d884ea8b8068
Gerrit-Change-Number: 37599
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange
Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37598?usp=email )
Change subject: sgsn: Validate Direct Tunnel Flags DTI=1 is set during UpdatePDPContextReq
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37598?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iadd30318d02fbc304f65840f2299e5ec8b5b08e9
Gerrit-Change-Number: 37598
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 24 Jul 2024 21:41:04 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: pespin.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37592?usp=email )
Change subject: sgsn: Set up GTPv1U in emulated RNCs
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37592?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Icf5fa28ea08cfd255b49b546eadd74e91a9c7ecf
Gerrit-Change-Number: 37592
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 24 Jul 2024 21:23:30 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment