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-upf[master]: Bump version: 0.3.0.11-d5a8-dirty → 0.4.0
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email
) Change subject: Bump version: 0.3.0.11-d5a8-dirty → 0.4.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: I92e46d9839eaf0edd50605ed03d6de6818704e94 Gerrit-Change-Number: 41564 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:52:22 +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 submitted 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 ...................................................................... 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(-) Approvals: pespin: Looks good to me, approved; Verified 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: merged 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
[S] Change in osmo-smlc[master]: Bump version: 0.3.2.8-c45a-dirty → 0.4.0
by pespin
03 Dec '25
03 Dec '25
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
) Change subject: Bump version: 0.3.2.8-c45a-dirty → 0.4.0 ...................................................................... Bump version: 0.3.2.8-c45a-dirty → 0.4.0 Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288 --- M configure.ac M debian/changelog M debian/control 3 files changed, 21 insertions(+), 8 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/configure.ac b/configure.ac index 75c4577..a79a59f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,11 +36,11 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.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) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index ab205b6..6b1a532 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-smlc (0.4.0) unstable; urgency=medium + + * lb_peer: Constify ptr arg in lb_peer_find() + * lb_peer: Mark multiple funcs as static + * lb_peer: Drop unused events CONNECTION_{SUCCESS,TIMEOUT} + * cell_locations.h: Fix includes + * vty: Create smlc_vty.c + * smlc: Initial implementation of N-PCSTATE.ind + * Introduce stats msc.ran_peers.{total,active} + * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:46:14 +0100 + osmo-smlc (0.3.2) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index cad5540..7b8c229 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.10.0), - libosmo-sigtran-dev (>= 2.0.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288 Gerrit-Change-Number: 41563 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-smlc[master]: Bump version: 0.3.2.8-c45a-dirty → 0.4.0
by pespin
03 Dec '25
03 Dec '25
pespin has posted comments on this change by pespin. (
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
) Change subject: Bump version: 0.3.2.8-c45a-dirty → 0.4.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288 Gerrit-Change-Number: 41563 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:50:34 +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 submitted this change. (
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(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved 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: merged 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: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-upf[master]: Bump version: 0.3.0.11-d5a8-dirty → 0.4.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email
) Change subject: Bump version: 0.3.0.11-d5a8-dirty → 0.4.0 ...................................................................... Bump version: 0.3.0.11-d5a8-dirty → 0.4.0 Change-Id: I92e46d9839eaf0edd50605ed03d6de6818704e94 --- M configure.ac M debian/changelog M debian/control 3 files changed, 28 insertions(+), 7 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/64/41564/1 diff --git a/configure.ac b/configure.ac index c841676..fa1fa7e 100644 --- a/configure.ac +++ b/configure.ac @@ -36,10 +36,10 @@ PKG_PROG_PKG_CONFIG([0.20]) dnl checks for libraries -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(LIBOSMOPFCP, libosmo-pfcp >= 0.5.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(LIBOSMOPFCP, libosmo-pfcp >= 0.6.0) PKG_CHECK_MODULES(LIBGTPNL, libgtpnl >= 1.3.2) PKG_CHECK_MODULES(LIBNFTABLES, libnftables >= 1.0.2) diff --git a/debian/changelog b/debian/changelog index 1de5ce0..07489e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +osmo-upf (0.4.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * up_peer: Document field + * Introduce hashtable to look up session in endpoint by UP SEID + * up_peer: Increase up/cp seid hashtable sizes + * Increase per PDR (F-TEID) hashtable size + * up_session: Log regular Establish/Modify/Release as INFO + * Log regular tunmap/tunend actions as INFO + * Split up_peer into pfcp_{node,entity}_peer + * Validate session remote CP F-SEID and use it to transmit session requests + + [ Neels Janosch Hofmeyr ] + * drop unused copy of up_peer.c: up_peer_fsm.c + + [ Vadim Yanitskiy ] + * contrib/jenkins.sh: specify --with-unitdir for nftables + * contrib/jenkins.sh: use https:// instead of git:// + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:48:51 +0100 + osmo-upf (0.3.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 9d3c84d..2ff5cbe 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,9 @@ libtalloc-dev, libgtpnl-dev (>= 1.3.2), libnftables-dev (>= 1.0.2), - libosmocore-dev (>= 1.11.0), - libosmo-pfcp-dev (>= 0.5.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-pfcp-dev (>= 0.6.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-upf
-- To view, visit
https://gerrit.osmocom.org/c/osmo-upf/+/41564?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-upf Gerrit-Branch: master Gerrit-Change-Id: I92e46d9839eaf0edd50605ed03d6de6818704e94 Gerrit-Change-Number: 41564 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[S] Change in osmo-smlc[master]: Bump version: 0.3.2.8-c45a-dirty → 0.4.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
) Change subject: Bump version: 0.3.2.8-c45a-dirty → 0.4.0 ...................................................................... Bump version: 0.3.2.8-c45a-dirty → 0.4.0 Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288 --- M configure.ac M debian/changelog M debian/control 3 files changed, 21 insertions(+), 8 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/63/41563/1 diff --git a/configure.ac b/configure.ac index 75c4577..a79a59f 100644 --- a/configure.ac +++ b/configure.ac @@ -36,11 +36,11 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.0.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) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index ab205b6..6b1a532 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-smlc (0.4.0) unstable; urgency=medium + + * lb_peer: Constify ptr arg in lb_peer_find() + * lb_peer: Mark multiple funcs as static + * lb_peer: Drop unused events CONNECTION_{SUCCESS,TIMEOUT} + * cell_locations.h: Fix includes + * vty: Create smlc_vty.c + * smlc: Initial implementation of N-PCSTATE.ind + * Introduce stats msc.ran_peers.{total,active} + * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:46:14 +0100 + osmo-smlc (0.3.2) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index cad5540..7b8c229 100644 --- a/debian/control +++ b/debian/control @@ -11,9 +11,9 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.10.0), - libosmo-sigtran-dev (>= 2.0.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/41563?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Iaae1372ba4806846e64d22c8986aa50a174ec288 Gerrit-Change-Number: 41563 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-hnbgw[master]: Bump version: 1.7.0.70-5827-dirty → 1.8.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/41562?usp=email
) Change subject: Bump version: 1.7.0.70-5827-dirty → 1.8.0 ...................................................................... Bump version: 1.7.0.70-5827-dirty → 1.8.0 Change-Id: I61c2e89c48bc7b83fa6884db253506b1c6dc8e95 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 99 insertions(+), 24 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/62/41562/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index db15809..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 -libosmo-sigtran >2.1.0 osmo_sccp_addr_{create,update}() -libosmo-netif >1.6.0 osmo_stream_srv_set_tx_queue_max_length() -libosmo-pfcp >0.5.0 osmo_pfcp_cp_peer_free() diff --git a/configure.ac b/configure.ac index 5a89ab3..6f7180c 100644 --- a/configure.ac +++ b/configure.ac @@ -49,22 +49,22 @@ LIBS=$old_LIBS PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) -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(LIBOSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.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) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.0) # Enable PFCP support for GTP tunnel mapping via UPF AC_ARG_ENABLE([pfcp], [AS_HELP_STRING([--enable-pfcp], [Build with PFCP support, for GTP tunnel mapping via UPF])], [osmo_ac_pfcp="$enableval"],[osmo_ac_pfcp="no"]) if test "x$osmo_ac_pfcp" = "xyes" ; then - PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.5.0) + PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.6.0) AC_DEFINE(ENABLE_PFCP, 1, [Define to build with PFCP support]) fi AM_CONDITIONAL(ENABLE_PFCP, test "x$osmo_ac_pfcp" = "xyes") diff --git a/debian/changelog b/debian/changelog index 66bbb7b..45f75a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,81 @@ +osmo-hnbgw (1.8.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Log RAB_STATE name instead of value + * cosmetic: Add spec references for RUA, RANAP, HNBAP + * hnbap: Make hnbgw_tx_ue_register_acc_tmsi() signature similar to hnbgw_tx_ue_register_acc() + * Rename function s/hnbgw_decode_ranap_co/hnbgw_decode_ranap_cn_co/g + * Add function helper hnbgw_decode_ranap_ran_co() + * Move paging logic to its own file + * Move DL CL RANAP processing logic to its proper layer file + * Move DL CO RANAP processing to its proper layer file + * Move UL CO RANAP processing to its proper layer file + * Log paging response not matching any request by MI + * Fix RAC size in struct umts_cell_id + * Drop unused struct ue_context + * Set 'hnbap-allow-tmsi 1' by default + * Improve paging to support Paging Area ID + * rua: Change log err level ERROR->NOTICE regarding received unexpected RUA context + * Change log level new conn created NOTICE->INFO + * change log level patching GTP info NOTICE->INFO + * ranap: No need to set destructor function twice + * Change level ERROR->NOTICE trying to transmit msg if RUA disconnected + * mgw_fsm: use LOG_MAP() to log error + * cosmetic: Improve ranap_msg passing ownership documentation + * rua: Handle event TX_DIRECT_TRANSFER in disconnected state discarding msg + * cosmetic: context_map.h: Document parameters of all map_sccp_fsm_event values + * Fix MAP_SCCP_EV_CN_LINK_LOST never dispatched + * context_map_sccp: Queue RUA->SCCP RANAP msgs while in SCCP WAIT_CC state + * sccp: Drop error logging for expected scenario + * Makefile.am: format to one file per line + * Split struct hnbgw_sccp_user allocation & setup to its own function + * Move SCCP prim handling to its own hnbgw_sccp.{c,h} file + * sccp: Use proper wording s/LOG_HSI/LOG_HSU + * Fix lifecycle of struct hnbgw_sccp_user + * sccp: Introduce DL-related cnlink rate counters + * sccp: Introduce rate counter CNLINK_CTR_SCCP_RLSD_CN_ORIGIN + * sccp: Unify path submitting N-*.req + * sccp: Introduce UL-related cnlink rate counters + * Move hnbgw_cnlink to cnlink.h and hnbgw_cnpool to hnbgw_cn.h + * Split hnb_context,hnb_persistent,umts_cell_id to their own files + * Split cnlink FSM code to its own file + * cnlink: Fix several funcs missing prefix + * Convert struct hnbgw_cnpool to be a talloc context + * Get rid of cnpool->cnlink_ctrg_desc + * Move cnlink funcs from hnbgw_cn.c to cnlink.c + * cnlink: Cleanup talloc tree + * Introduce func helper hnbgw_sccp_user_get_sccp_instance() + * cnlink: Introduce stats group with connected state + * vty: Allow setting cnlink msc/sgsn name + * context_map: Rename ps_rab(_ass) to denote it is a list + * Clean up calls to ps_rab_ass_fsm_state_chg() + * ps_rab_ass_fsm: Fix potential use-after-free if Tx RAB-ASS-RESP over SCCP fails + * Support tearing down PFCP upon PS-RAB-ASS-REQ (REL) + * kpi: Increment counters using enum field explicitly + * kpi: Fix wrong counters incremented in RAB Release Failed List + * kpi: count RAB actions received in unexpected state + * sccp: Avoid setting default local HNBGW PC as default remote PC + * Make sure MSC/SGSN PC are added to sccp-addressbook + * sigtran: Log N-PCSTATE.ind PC with configured format + * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) + * Use proper SCCP release cause enum value instead of hardcoded value + * tests/cnpool.vty: Skip non-related fields under cs7 instance + * iuh: Use osmo_stream_srv_create2 API + * Remove unused field iuh_cs_mux_port + * vty: Drop SS7 route info in 'show cnlink' + * hnb: Avoid calling osmo_sock_get_ip_and_port() with negative fd + * iuh: Allow setting tx-queue-max-length for all HNBs + * Move iuh fields in iuh substruct + * hnb: Allow setting Iuh tx-queue-max-length per HNB + * vty: Improve 'show hnb' param input + * vty: Log Iuh SCTP assoc & rem-addr socket information + * Split UPF into its own object + + [ Neels Janosch Hofmeyr ] + * fix recently introduced indenting blunder + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:43:56 +0100 + osmo-hnbgw (1.7.0) unstable; urgency=medium [ Neels Janosch Hofmeyr ] diff --git a/debian/control b/debian/control index 8a3922e..5b6883a 100644 --- a/debian/control +++ b/debian/control @@ -13,17 +13,17 @@ libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.11.0), - libosmo-sigtran-dev (>= 2.1.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-mgcp-client-dev (>= 1.14.0), - libosmo-hnbap-dev (>= 1.7.0), - libosmo-ranap-dev (>= 1.7.0), - libosmo-rua-dev (>= 1.7.0), - libosmo-pfcp-dev (>= 0.5.0), + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-netif-dev (>= 1.7.0), + libosmo-mgcp-client-dev (>= 1.15.0), + libosmo-hnbap-dev (>= 1.8.0), + libosmo-ranap-dev (>= 1.8.0), + libosmo-rua-dev (>= 1.8.0), + libosmo-pfcp-dev (>= 0.6.0), libnftables-dev, - osmo-gsm-manuals-dev (>= 1.6.0) + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw
-- To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/41562?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I61c2e89c48bc7b83fa6884db253506b1c6dc8e95 Gerrit-Change-Number: 41562 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-msc[master]: Bump version: 1.14.0.17-22e7-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-msc/+/41561?usp=email
) Change subject: Bump version: 1.14.0.17-22e7-dirty → 1.15.0 ...................................................................... Bump version: 1.14.0.17-22e7-dirty → 1.15.0 Change-Id: Ibdd35a6dc198e95d5cadb0fbd7679c02d9ec2933 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 51 insertions(+), 17 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/61/41561/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 6fb5213..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 -libosmocore > 1.11.0 uses new GSM48_BCAP_RRQ_SPARE_NETWORK_TO_MS (I97101c977104eae82e4850d40f9abd15aa03e33e) diff --git a/configure.ac b/configure.ac index 2816a99..774cb74 100644 --- a/configure.ac +++ b/configure.ac @@ -37,14 +37,14 @@ PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(LIBSQLITE3, sqlite3) -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(LIBOSMOABIS, libosmoabis >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.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) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.0) PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.9.0) AC_CHECK_FUNC([timegm], [AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)]) @@ -105,7 +105,7 @@ [osmo_ac_iu="$enableval"],[osmo_ac_iu="no"]) if test "x$osmo_ac_iu" = "xyes" ; then PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.7.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.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/debian/changelog b/debian/changelog index bfb7583..af605b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,38 @@ +osmo-msc (1.15.0) unstable; urgency=medium + + [ Oliver Smith ] + * gsm48_cc_tx_setup: add goto error + * gsm48_cc_tx_setup: move msgb_alloc down + * gsm48_cc_tx_setup_set_transaction_id: split out + * gsm48_cc_tx_setup_set_transaction_id: tweak error msg + * gsm48_cc_tx_setup_select_codecs: split out + * gsm48_cc_tx_setup_set_bearer_cap: split out + * gsm48_cc_tx_setup_encode_msg: split out + * gsm48_cc_tx_setup: remove extra bearer_cap var + * gsm48_cc_tx_setup: fix speech bearer capabilities + + [ Vadim Yanitskiy ] + * tests/{ctrl,vty}_test_runner.py: dump stdout/stderr + + [ Alexander Couzens ] + * vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent + * vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg + * vlr: vlr_set_ciph_mode(): use vlr_subscr_security_context instead of umts_aka + + [ Matan Perelman ] + * vlr: Stop silent call before deduping subscribers + + [ Keith ] + * sqlite optimisation: check VLR earlier for dest. subscriber + + [ Keith Whyte ] + * sqlite optimisation: Avoid unneeded database operation + + [ Andreas Eversberg ] + * ASCI: Fix establishment of calls when ciphering is enabled + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:36:22 +0100 + osmo-msc (1.14.0) unstable; urgency=medium [ Andreas Eversberg ] diff --git a/debian/control b/debian/control index 4b8d2d0..7d727b0 100644 --- a/debian/control +++ b/debian/control @@ -14,14 +14,14 @@ libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), - libosmocore-dev (>= 1.11.0), - libosmo-sigtran-dev (>= 2.1.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-mgcp-client-dev (>= 1.14.0), + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-mgcp-client-dev (>= 1.15.0), libosmo-gsup-client-dev (>= 1.9.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-ranap-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmo-netif-dev (>= 1.7.0), + libosmo-ranap-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/41561?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ibdd35a6dc198e95d5cadb0fbd7679c02d9ec2933 Gerrit-Change-Number: 41561 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
[M] Change in osmo-bsc[master]: Bump version: 1.13.0.32-23c05-dirty → 1.14.0
by pespin
03 Dec '25
03 Dec '25
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/41560?usp=email
) Change subject: Bump version: 1.13.0.32-23c05-dirty → 1.14.0 ...................................................................... Bump version: 1.13.0.32-23c05-dirty → 1.14.0 Change-Id: I423fc073d4c6e17506ccf988560ca14a084abfd4 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 68 insertions(+), 20 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/60/41560/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index a7b28e3..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,9 +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 bump_dep Depend on I0d58e6d84418f50670c8ab7cf8490af3bc2f5c26 -libosmo-sigtran >2.1.0 osmo_sccp_addr_{create,update}() -libosmo-sigtran minor_release>2.1.0 Avoid leaking msgb during asp_rx_unknown() -libosmo-sigtran minor_release>2.1.0 osmo_ss7_instance_get_network_indicator(), - osmo_mtp_prim_xfer_req_prepend(), - MTP_SI_NI11_OSMO_IPA diff --git a/configure.ac b/configure.ac index f580e4b..f42f085 100644 --- a/configure.ac +++ b/configure.ac @@ -61,14 +61,14 @@ AC_SUBST(osmo_ac_meas_vis) dnl checks for libraries -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(LIBOSMOABIS, libosmoabis >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.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) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.0) dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index 8b1ad98..441762b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +osmo-bsc (1.14.0) unstable; urgency=medium + + [ csaba.sipos ] + * nokia_site: Add object_identity, object_state and object_identity_state attributes + * nokia_site: add function to unlock and reset TRXes + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * nokia: Fix uninitialized access + * vty: Improve cmd 'cell barred' description + * cosmetic: Improve documentation with spec references about several parameters + * cosmetic: Update 3GPP spec reference + * meas_feed: Increase default txqueue len to 1024 + * bsc: Make sure MSC PC is added to sccp-addressbook + * sigtran: Log N-PCSTATE.ind PC with configured format + * sigtran: Avoid potential uninitialized ptr dereference + * Introduce LOG_MSC log macro + * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) + * sigtran: Compare sccp_addr using osmo_sccp_addr_ri_cmp() + * Fix wrong list entry derreference during bts_depend_find_entry() + * sccplite: Avoid msgb_free() during ss7 rx_unknown_cb() + * Replace ipa_prepend_header() with osmo_ipa_msg_push_header(s)() + * sccplite: Handle MGCP/CTRL over SCCPLite multiplex using MTP-TRANSFER.req/ind + * sccplite: rx mgcp: Make sure payload string is null-terminated + * sigtran: Fix potential null ptr derreference + + [ Mychaela N. Falconia ] + * E1 BTS: direct MGW to 8k subslots for TCH/H + * TW-TS-* support: pass RTP extensions to MGW + + [ Vadim Yanitskiy ] + * bts_vty: drop NL in 'ncc-permitted' commands + + [ Michael Iedema ] + * meas_json: add command line option to specify binding ip + + [ Oliver Smith ] + * Fix building for debian 13 armv7l + * Don't crash on loc req with disabled SMLC + + [ Keith Whyte ] + * Fix missing LAC/CI hashtable update upon CTRL SET + + [ Matan Perelman ] + * handover: Move log macros to handover_fsm.h + * handover_decision_2: Drop unused include + * handover_decision: Check for connection prerequisites + + [ Andreas Eversberg ] + * Add ER-GSM band support + * ASCI: Fix removal of call notification when lchan fails + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Wed, 03 Dec 2025 19:32:45 +0100 + osmo-bsc (1.13.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index f46ac2c..fc25644 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ python3-minimal, libcdk5-dev, libtalloc-dev, - libosmocore-dev (>= 1.11.0), - libosmo-sigtran-dev (>= 2.1.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-mgcp-client-dev (>= 1.14.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-netif-dev (>= 1.7.0), + libosmo-mgcp-client-dev (>= 1.15.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/41560?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I423fc073d4c6e17506ccf988560ca14a084abfd4 Gerrit-Change-Number: 41560 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de>
1
0
0
0
← Newer
1
...
93
94
95
96
97
98
99
...
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