lists.osmocom.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
December
November
October
September
August
July
June
May
April
March
February
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
List overview
Download
gerrit-log
December 2025
----- 2025 -----
December 2025
November 2025
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
gerrit-log@lists.osmocom.org
1 participants
1145 discussions
Start a n
N
ew thread
[S] Change in osmo-bts[master]: Bump version: 1.9.0.8-7db7-dirty → 1.10.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/41559?usp=email
) Change subject: Bump version: 1.9.0.8-7db7-dirty → 1.10.0 ...................................................................... Bump version: 1.9.0.8-7db7-dirty → 1.10.0 Change-Id: I67e987be2e5b559bcc7c8d1a8eecd94aeaa739e6 --- M configure.ac M debian/changelog M debian/control 3 files changed, 31 insertions(+), 13 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/59/41559/1 diff --git a/configure.ac b/configure.ac index b4fdd32..6a9662c 100644 --- a/configure.ac +++ b/configure.ac @@ -69,15 +69,15 @@ fi dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCODING, libosmocoding >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) AC_MSG_CHECKING([whether to enable support for sysmobts calibration tool]) AC_ARG_ENABLE(sysmobts-calib, diff --git a/debian/changelog b/debian/changelog index d5efe0a..3c95489 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +osmo-bts (1.10.0) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * rsl: rsl_rx_chan_activ(): fix code formatting + * power_control: always feed input values to do_avg_algo() + * osmo-bts-trx: trx_fn_timer_cb(): fix misleading shutdown reason + + [ Mychaela N. Falconia ] + * TCH UL path: add out-of-band BFI flag + * FR/HR/EFR: centralize TCH UL SID classification + * FR/HR/EFR: implement SID filter in TCH UL path + * HRv1 codec: add support for TW-TS-002 + + [ Oliver Smith ] + * Fix build with debian 13 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:27:41 +0100 + osmo-bts (1.9.0) unstable; urgency=medium [ Mychaela N. Falconia ] diff --git a/debian/control b/debian/control index cbdf652..bab9024 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, pkg-config, - libosmocore-dev (>= 1.11.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-netif-dev (>= 1.6.0), + libosmocore-dev (>= 1.12.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-netif-dev (>= 1.7.0), libgps-dev, txt2man, - osmo-gsm-manuals-dev (>= 1.6.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
-- To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/41559?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I67e987be2e5b559bcc7c8d1a8eecd94aeaa739e6 Gerrit-Change-Number: 41559 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-trx[master]: Bump version: 1.7.1.3-3344 → 1.7.2
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-trx/+/41558?usp=email
) Change subject: Bump version: 1.7.1.3-3344 → 1.7.2 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/41558?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: I9a862a1743b34ce096c235dc9c933652b17693e0 Gerrit-Change-Number: 41558 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 03 Dec 2025 18:22:33 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in osmo-trx[master]: Bump version: 1.7.1.3-3344 → 1.7.2
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-trx/+/41558?usp=email
) Change subject: Bump version: 1.7.1.3-3344 → 1.7.2 ...................................................................... Bump version: 1.7.1.3-3344 → 1.7.2 Change-Id: I9a862a1743b34ce096c235dc9c933652b17693e0 --- M debian/changelog 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/58/41558/1 diff --git a/debian/changelog b/debian/changelog index 3abfb32..9f81f2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +osmo-trx (1.7.2) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * lms: Use define LMS_LOG_CRITICAL instead of value + + [ Jack Lee ] + * trx: Fix tx/rx-sps 4 for USRP1 devices + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:22:15 +0100 + osmo-trx (1.7.1) unstable; urgency=medium [ Oliver Smith ] -- To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/41558?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-trx Gerrit-Branch: master Gerrit-Change-Id: I9a862a1743b34ce096c235dc9c933652b17693e0 Gerrit-Change-Number: 41558 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-mgw[master]: Bump version: 1.14.0.31-93161-dirty → 1.15.0
by pespin
03 Dec '25
03 Dec '25
pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?usp=email
) Change subject: Bump version: 1.14.0.31-93161-dirty → 1.15.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: deleteVote Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I3b0abfe7af755c2367343d2eff5a09429f628418 Gerrit-Change-Number: 41557 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-mgw[master]: Bump version: 1.14.0.31-93161-dirty → 1.15.0
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?usp=email
) Change subject: Bump version: 1.14.0.31-93161-dirty → 1.15.0 ...................................................................... Patch Set 1: Code-Review+2 Verified+1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I3b0abfe7af755c2367343d2eff5a09429f628418 Gerrit-Change-Number: 41557 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 03 Dec 2025 18:19:04 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[XS] Change in osmo-hlr[master]: Bump version: 1.9.1.1-d4b4 → 1.9.2
by pespin
03 Dec '25
03 Dec '25
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hlr/+/41556?usp=email
) Change subject: Bump version: 1.9.1.1-d4b4 → 1.9.2 ...................................................................... Bump version: 1.9.1.1-d4b4 → 1.9.2 Change-Id: I11604adf392d1f29512402721c5d2beeac8208ba --- M debian/changelog 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/debian/changelog b/debian/changelog index 3337600..fbc5ead 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +osmo-hlr (1.9.2) unstable; urgency=medium + + [ Oliver Smith ] + * Generate version.h files + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:05:42 +0100 + osmo-hlr (1.9.1) unstable; urgency=medium [ Pau Espin Pedrol ] -- To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/41556?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: I11604adf392d1f29512402721c5d2beeac8208ba Gerrit-Change-Number: 41556 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[XS] Change in osmo-hlr[master]: Bump version: 1.9.1.1-d4b4 → 1.9.2
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-hlr/+/41556?usp=email
) Change subject: Bump version: 1.9.1.1-d4b4 → 1.9.2 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/41556?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: I11604adf392d1f29512402721c5d2beeac8208ba Gerrit-Change-Number: 41556 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 03 Dec 2025 18:18:12 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[S] Change in osmo-ggsn[master]: Bump version: 1.13.0.13-88d6-dirty → 1.14.0
by pespin
03 Dec '25
03 Dec '25
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/41555?usp=email
) Change subject: Bump version: 1.13.0.13-88d6-dirty → 1.14.0 ...................................................................... Bump version: 1.13.0.13-88d6-dirty → 1.14.0 Change-Id: I7060169e741d3a5461d64cc8bc5710800f3750a9 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control M gtp/Makefile.am 5 files changed, 32 insertions(+), 9 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index c2470bd..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +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 -libgtp new API SGSN Ctx Req/Resp/Ack, gtp_encode_pdp_ctx, gtp_decode_pdp_ctx, gtp_set_cb_sgsn_context_request_ind, ... -libgtp new dependency libosmogsm diff --git a/configure.ac b/configure.ac index 8d40d66..ade3ae9 100644 --- a/configure.ac +++ b/configure.ac @@ -154,10 +154,10 @@ AM_INIT_AUTOMAKE([foreign]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/debian/changelog b/debian/changelog index 1c1994b..698cece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,28 @@ +osmo-ggsn (1.14.0) unstable; urgency=medium + + [ Daniel Willmann ] + * Fix Typos + * gtp: Send RAT type IE in update context request if present + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * cosmetic: sgsnemu: Fix trailing whitespace + * sgsnemu: Initial support IPv4v6 PDP context type + + [ Oliver Smith ] + * Generate a version.h file + + [ Alexander Couzens ] + * gtpie: make ies const for getter + * gtp.c: no-op: use ntohs instead of htons + * gtp: internal LOGP_WITH_ADDR macro: use pointer of peer + * gtp: move LOGP_WITH_ADDR & GTP_LOGPKG into gtp_internal.h + * gsn: fix coding style issue + * gtp: add support for SGSN Context Req/Resp/Ack + * tests: add a simple gtpie_getie() test + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:03:41 +0100 + osmo-ggsn (1.13.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index d93a28b..8c9237d 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.11.0), - osmo-gsm-manuals-dev (>= 1.6.0), + libosmocore-dev (>= 1.12.0), + osmo-gsm-manuals-dev (>= 1.7.0), libgtpnl-dev (>= 1.3.0) Standards-Version: 3.9.6 Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn
diff --git a/gtp/Makefile.am b/gtp/Makefile.am index af75fe5..65fb41d 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -2,7 +2,7 @@ # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications:
https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
# If major=current-age is increased, remember to update the dh_strip line in debian/rules! -LIBVERSION=11:0:0 +LIBVERSION=12:0:1 lib_LTLIBRARIES = libgtp.la -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/41555?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I7060169e741d3a5461d64cc8bc5710800f3750a9 Gerrit-Change-Number: 41555 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-ggsn[master]: Bump version: 1.13.0.13-88d6-dirty → 1.14.0
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/41555?usp=email
) Change subject: Bump version: 1.13.0.13-88d6-dirty → 1.14.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/41555?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I7060169e741d3a5461d64cc8bc5710800f3750a9 Gerrit-Change-Number: 41555 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Wed, 03 Dec 2025 18:17:25 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes
1
0
0
0
[M] Change in osmo-mgw[master]: Bump version: 1.14.0.31-93161-dirty → 1.15.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?usp=email
) Change subject: Bump version: 1.14.0.31-93161-dirty → 1.15.0 ...................................................................... Bump version: 1.14.0.31-93161-dirty → 1.15.0 Change-Id: I3b0abfe7af755c2367343d2eff5a09429f628418 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control M src/libosmo-mgcp-client/Makefile.am 5 files changed, 54 insertions(+), 16 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/57/41557/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 73a6cd6..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,6 +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 -libosmocore bump_dep; workaround Bump libosmocore version dependency after I68328adb952ca8833ba047cb3b49ccc6f8a1f1b5 - has been merged to libosmocore.git; then remove my_msgb_copy_c wrapper function. -libosmocodec bump_dep We depend on the additions of I2c510ac62a0786c137115c45eee7a48b9736265f diff --git a/configure.ac b/configure.ac index 8a0bd93..0a4007c 100644 --- a/configure.ac +++ b/configure.ac @@ -44,14 +44,14 @@ AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 2.0.0) +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) CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" diff --git a/debian/changelog b/debian/changelog index 40c66fc..1285973 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,44 @@ +osmo-mgw (1.15.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * cosmetic: Drop incorrect comment + * mgw: Early reject CRCX with X-Osmux if disabled by config + * mgw: Validate CallID before updating endp->x_osmo_ign + * mgw: Delay osmux trunk setup to point where it is really needed + * mgw: Store Command as enum in struct mgcp_request_data + * mgw: Move struct mgcp_request_data definition to header file + * mgw: Move cfg pointer from pdata to rq + * mgw: Add backpointer from pdata to req to have context available + * mgw: Use tall_mgw_ctx to allocate struct mgcp_config + * mgw: Allocate req and pdata with talloc + * mgw: Split MGCP LocalConnectionOptions parsing from updating endpoint + * mgw: Split CRCX read-only validations into its own function + * mgw: Increment rate_ctr MGCP_*_FAIL_UNHANDLED_PARAM during parsing + * mgw: Split MDCX read-only validations into its own function + * mgw: Split MDCX read-only validation on conn into its own function + * mgw: Split DLCX read-only validations into its own function + * mgw: CRCX: Handle codec information before initializing osmux + * mgw: Drop rtp_processing transcoding stubs + * mgw: Rearrange last steps of CRCX and MDCX + * mgw: mdcx: Fix inc of non-existing ctr in mdcx counter group + * mgw: Move endpoint/conn updating logic to helper function + * mgw: iuup: Trigger Init on CN-side CRCX if RAN-side was already initialized + * mgw: Update RTP local address on E1 endpoints too + * mgw: osmux: Fix heap-use-after-free + + [ Mychaela N. Falconia ] + * cosmetic: add copy of mgcp_common.h to .gitignore + * MGCP extension: add parameters for TW-TS-001 & TW-TS-002 + * E1: change dummy fill frame generation method + * E1: implement dummy fill for HRv1 codec + * mgcp_client: add support for VND.THEMWI.CCSD codec + + [ Oliver Smith ] + * Generate a version.h file + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:09:46 +0100 + osmo-mgw (1.14.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 3e9782c..92d964f 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ dh-autoreconf, pkg-config, autotools-dev, - libosmocore-dev (>= 1.11.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-abis-dev (>= 2.0.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-netif-dev (>= 1.7.0), + libosmo-abis-dev (>= 2.1.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am index a78fd49..fecb9b8 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=14:1:0 +MGCP_CLIENT_LIBVERSION=15:0:1 lib_LTLIBRARIES = \ libosmo-mgcp-client.la \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/41557?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: I3b0abfe7af755c2367343d2eff5a09429f628418 Gerrit-Change-Number: 41557 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
← Newer
1
...
94
95
96
97
98
99
100
...
115
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Results per page:
10
25
50
100
200