pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email )


Change subject: Bump version: 1.15.0.1-8afba-dirty → 1.16.0
......................................................................

Bump version: 1.15.0.1-8afba-dirty → 1.16.0

Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
R debian/libosmo-mgcp-client16.install
M src/libosmo-mgcp-client/Makefile.am
6 files changed, 21 insertions(+), 15 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/26/43326/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index 582e4ce..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +7,3 @@
 # 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
-libosmo-mgcp-client    ABI break       struct ptmap extended
diff --git a/configure.ac b/configure.ac
index 0a4007c..60456e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,14 +44,14 @@
 AC_SUBST(LIBRARY_DLSYM)


-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0)
-PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0)
+PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.2.0)

 CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
 CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread"
diff --git a/debian/changelog b/debian/changelog
index 1285973..e0688bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+osmo-mgw (1.16.0) unstable; urgency=medium
+
+  [ Mychaela N. Falconia ]
+  * mgcp_client: add fmtp string to struct ptmap
+
+ -- Pau Espin Pedrol <[email protected]>  Thu, 20 Aug 2026 12:48:37 +0200
+
 osmo-mgw (1.15.0) unstable; urgency=medium

   [ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 92d964f..6324c23 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@
                dh-autoreconf,
                pkg-config,
                autotools-dev,
-               libosmocore-dev (>= 1.12.0),
-               libosmo-netif-dev (>= 1.7.0),
-               libosmo-abis-dev (>= 2.1.0),
+               libosmocore-dev (>= 1.14.2),
+               libosmo-netif-dev (>= 1.8.0),
+               libosmo-abis-dev (>= 2.3.0),
                osmo-gsm-manuals-dev (>= 1.7.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
@@ -21,7 +21,7 @@
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched 
mobile networks

-Package: libosmo-mgcp-client14
+Package: libosmo-mgcp-client16
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -33,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libosmo-mgcp-client14 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-mgcp-client16 (= ${binary:Version}), ${misc:Depends}
 Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol 
client utilities

 Package: osmo-mgw-doc
diff --git a/debian/libosmo-mgcp-client14.install 
b/debian/libosmo-mgcp-client16.install
similarity index 100%
rename from debian/libosmo-mgcp-client14.install
rename to debian/libosmo-mgcp-client16.install
diff --git a/src/libosmo-mgcp-client/Makefile.am 
b/src/libosmo-mgcp-client/Makefile.am
index fecb9b8..72f911c 100644
--- a/src/libosmo-mgcp-client/Makefile.am
+++ b/src/libosmo-mgcp-client/Makefile.am
@@ -19,7 +19,7 @@

 # This is not at all related to the release version, but a range of supported
 # API versions. Read TODO_RELEASE in the source tree's root!
-MGCP_CLIENT_LIBVERSION=15:0:1
+MGCP_CLIENT_LIBVERSION=16:0:0

 lib_LTLIBRARIES = \
        libosmo-mgcp-client.la \

--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/43326?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I04aad84a5356ac9291b03487c5efbd2c27f15b5e
Gerrit-Change-Number: 43326
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to