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
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
September 2023
----- 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
1947 discussions
Start a n
N
ew thread
[M] Change in osmo-gsm-manuals[master]: sigtran: Document SCTP INIT VTY parameters
by dexter
Attention is currently required from: fixeria, laforge, pespin. dexter has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/34365?usp=email
) Change subject: sigtran: Document SCTP INIT VTY parameters ...................................................................... Patch Set 2: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/34365?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-Change-Id: I2a8c2b3708d72bf0974b17bf018f2c667ae6b824 Gerrit-Change-Number: 34365 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: dexter <pmaier(a)sysmocom.de> Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Reviewer: laforge <laforge(a)osmocom.org> Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: laforge <laforge(a)osmocom.org> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 15:22:31 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-hnodeb[master]: Bump version: 0.1.1.8-6968-dirty → 0.1.2
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34392?usp=email
) Change subject: Bump version: 0.1.1.8-6968-dirty → 0.1.2 ...................................................................... Bump version: 0.1.1.8-6968-dirty → 0.1.2 Change-Id: Ib6cba818c589f7c280827311de7e4e5568714f2a --- M configure.ac M contrib/osmo-hnodeb.spec.in M debian/changelog M debian/control 4 files changed, 60 insertions(+), 31 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/92/34392/1 diff --git a/configure.ac b/configure.ac index 2d07d44..685e6b2 100644 --- a/configure.ac +++ b/configure.ac @@ -49,17 +49,17 @@ LIBS=$old_LIBS PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) -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(LIBOSMOABIS, libosmoabis >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.4.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(LIBOSMOABIS, libosmoabis >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.5.0) dnl checks for header files diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in index 4c6d37d..1efc36b 100644 --- a/contrib/osmo-hnodeb.spec.in +++ b/contrib/osmo-hnodeb.spec.in @@ -33,18 +33,18 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmotrau) >= 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-hnbap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmotrau) >= 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 +BuildRequires: pkgconfig(libosmo-hnbap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-rua) >= 1.5.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 3c41615..29dd4fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +osmo-hnodeb (0.1.2) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Vadim Yanitskiy ] + * build: remove $(COVERAGE_LDFLAGS) from osmo_hnodeb_LDADD + * tests: make 'vty-test' target depend on the respective binary + * tests: do not depend on undefined $(BUILT_SOURCES) + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * rua: Fix null ptr access in hnb->llsk.srv + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 17:22:10 +0200 + osmo-hnodeb (0.1.1) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 936a5d4..86ddb27 100644 --- a/debian/control +++ b/debian/control @@ -14,14 +14,14 @@ libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-hnbap-dev (>= 1.4.0), - libosmo-ranap-dev (>= 1.4.0), - libosmo-rua-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.8.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-hnbap-dev (>= 1.5.0), + libosmo-ranap-dev (>= 1.5.0), + libosmo-rua-dev (>= 1.5.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb
-- To view, visit
https://gerrit.osmocom.org/c/osmo-hnodeb/+/34392?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnodeb Gerrit-Branch: master Gerrit-Change-Id: Ib6cba818c589f7c280827311de7e4e5568714f2a Gerrit-Change-Number: 34392 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 9 months
1
0
0
0
[M] Change in osmo-hnbgw[master]: Bump version: 1.4.0.109-89fe-dirty → 1.5.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/34391?usp=email
) Change subject: Bump version: 1.4.0.109-89fe-dirty → 1.5.0 ...................................................................... Bump version: 1.4.0.109-89fe-dirty → 1.5.0 Change-Id: I7816b6554ce733207302c373d745b52146e0a995 --- M TODO-RELEASE M configure.ac M contrib/osmo-hnbgw.spec.in M debian/changelog M debian/control 5 files changed, 167 insertions(+), 41 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/91/34391/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 37cadc5..d0852fc 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 -osmo-hnbgw cfg config deprecated: 'sccp cr max-payload-len <0-999999>' -libosmo-sigtran >=1.7.0 Ensure SCCP CR max payload length of 130 bytes is enforced. - Uses osmo_scu_prim_hdr_name_c() -libosmo-mgcp-client > 1.11.0 mgcp_client_pool_empty(), mgcp_client_conf_alloc() -libosmo-sigtran >1.7.0 Require presence of vty 'cs7 instance'/'sccp max-optional-data' that the deprecated+fatal 'hnbgw'/'sccp cr...' tells the user to use instead. -libosmo-ranap >1.4.0 ranap_new_msg_reset2() diff --git a/configure.ac b/configure.ac index c23a90d..bb8d29e 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.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(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.11.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(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.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.2.0) + PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.3.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/contrib/osmo-hnbgw.spec.in b/contrib/osmo-hnbgw.spec.in index 65e3d04..02247a3 100644 --- a/contrib/osmo-hnbgw.spec.in +++ b/contrib/osmo-hnbgw.spec.in @@ -32,20 +32,20 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.11.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmotrau) >= 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-hnbap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-pfcp) >= 0.2.0 +BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.12.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmotrau) >= 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 +BuildRequires: pkgconfig(libosmo-hnbap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-rua) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-pfcp) >= 0.3.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index e273af8..cd1fe30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,126 @@ +osmo-hnbgw (1.5.0) unstable; urgency=medium + + [ Neels Janosch Hofmeyr ] + * UE state leak: when HNB re-registers, discard previous UE state + * Deprecate 'sccp cr max-payload-len', remove SCCP CR limit code + * cosmetic: drop stray backslash + * drop obsolete fixme comment + * various comment tweaks + * log tweak + * cosmetic: rename context_map_deactivate + * fix deprecation: use ranap_cn_rx_co_decode2() + * rua_to_scu(): drop dead code for connection-less + * use RUA procedure code for rua_to_scu() arg + * cosmetic: regroup members of hnbgw_context_map + * add design charts for new context map FSMs + * context map: introduce RUA and SCCP FSMs to fix leaks + * log osmo_fsm timeouts + * sccp_sap_up(): ignore PCSTATE.ind + * fix regression: unbreak PFCP: PS RAB via UPF proxying + * tweak LOGHNB() + * debug log: log received RANAP message types on DCN, DHNB + * map_sccp: on timeout during WAIT_CC, send N-DISCONNECT to SCCP-SCOC + * release UE Contexts on HNB (Re-)Register + * release UE Contexts on SCTP_RESTART + * log: in new RUA,SCCP FSM IDs, indicate CS/PS + * vty: 'show ue': show which HNB the UE is registered on + * fix vty: show talloc-context all + * place asn1 context under hnb_ctx for better visibility + * fix asn1 leak in handle_cn_ranap() + * fix asn1 leak in error path of hnbgw_tx_ue_register_acc() + * fix asn1 leak in error path of hnbgw_tx_ue_register_acc_tmsi() + * fix asn1 leaks in ps_rab_ass_resp_send_if_ready() + * fix asn1 leak in hnbgw_rua_rx() + * less code dup in mem free of hnbgw_rx_ue_register_req() + * fix log msg typo 'Unsupportedccept' + * actually run vty-tests: VTY transcript tests + * actually run vty-tests: osmotestvty.py + * rab_ass_fsm.c: fix asn1 memleak when replacing GTP address + * ps_rab_ass_fsm.h: fix dup of FSM event enum + * drop empty hnbgw_rua_init() + * eliminate function hnb_contexts() + * vty: fix doc strings for 'show {hnb,ue}' + * actually run vty-tests: osmotestconfig.py + * drop ctrl_test_runner.py + * comment typo fix in ranap_rab_ass.c + * simplify: one g_hnbgw as global state and root ctx + * ranap_rab_ass_test.c: clarify talloc contexts + * move main() to separate file + * add non-installed libhnbgw.la for test linkage + * vty: make legacy 'hnbgw'/'sccp cr max...' fatal + * vty test: show missing write-back of 'rnc-id' + * fix missing write-back of rnc-id + * drop dead code: cnlink.T_RafC + * remove obsolete context_map_check_released() call + * unbloat: drop context_map_check_released() + * vty_go_parent(): remove legacy cruft + * immediately SCCP RLSD on HNB re-register + * use new osmo_sccp_instance_next_conn_id() + * add doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg + * add separate cfg file only for VTY tests + * add startup config tests + * charts: add sccp.dot + * cnpool: allow separate cs7 for IuPS and IuCS + * coverity: fix type of local var + * cnpool: split up context_map_find_or_create_by_rua_ctx_id() + * cnpool prep: add SCCP_EV_USER_ABORT + * cnpool: add multiple 'msc' and 'sgsn' cfg (use only the first) + * cnpool: examples and config tests: use 'msc 0'/'sgsn 0' syntax + * cnpool: make NRI mappings VTY configurable + * tdefs; combine timer groups 'ps' and 'cmap' to 'hnbgw' + * add hnbgw_decode_ranap_co() + * fixup for 'cnpool: split up context_map_find_...' + * startup config tests: show default 'msc 0', 'sgsn 0' + * cnpool: extract Mobile Identity from RANAP payload + * add rate_ctr infra; add rate_ctrs for cnpool + * add CTRL transcript tests for cnpool rate ctrs + * cnpool: select CN link from pool by NRI or round robin + * doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg + * fix umts_cell_id_name(): show CID + * make public: umts_cell_id_name() + * tweak lots of logging + * ctrl test: also test msc 1 + * cnpool: add context_map_cnlink_lost() handling + * add ranap_domain_name() + * detect in/active CN links by RANAP RESET + * use cnlink state in cnpool decisions + * cnpool: return Paging Resp to the exact CN link that Paged + * cfg: add 'hnbgw' / 'plmn MCC MNC' + * include Global RNC-ID in RESET + * include Global RNC-ID in RESET-ACK + * RUA: log tweak + * coverity: hnbgw_cn: avoid NULL deref in LOGP + + [ Philipp Maier ] + * mgw_fsm: fix typo + * mgw_fsm: fix log line + * mgw_fsm: use __func__ to mention function name in log line + * mgw_fsm: refactor helper function handle_rab_release() + * ranap_rab_ass: do not free never allocated FieldItems + * ranap_rab_ass: be sure to initialize memory with 0 + + [ Vadim Yanitskiy ] + * tests: use check_PROGRAMS for tests, not noinst_PROGRAMS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: make 'vty-test' target depend on osmo-hnbgw binary + * tests: do not depend on undefined $(BUILT_SOURCES) + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Oliver Smith ] + * hnbgw_mgw_setup: use mgcp_client_pool_empty() + * debian: set compat level to 10 + * contrib/jenkins.sh: add PFCP variable + * hnbgw: put copyright into define + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * manuals: include osmo-gsm-manual's sigtran.adoc + * tests: Update *.vty after libosmo-sccp VTY improvements + * Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf + * Tear down call if local IuUP MGW address changed during MDCX + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 17:18:43 +0200 + osmo-hnbgw (1.4.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 209da27..77737b5 100644 --- a/debian/control +++ b/debian/control @@ -13,16 +13,16 @@ libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-mgcp-client-dev (>= 1.11.0), - libosmo-hnbap-dev (>= 1.4.0), - libosmo-ranap-dev (>= 1.4.0), - libosmo-rua-dev (>= 1.4.0), - libosmo-pfcp-dev (>= 0.2.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.8.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-mgcp-client-dev (>= 1.12.0), + libosmo-hnbap-dev (>= 1.5.0), + libosmo-ranap-dev (>= 1.5.0), + libosmo-rua-dev (>= 1.5.0), + libosmo-pfcp-dev (>= 0.3.0), + osmo-gsm-manuals-dev (>= 1.5.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/+/34391?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw Gerrit-Branch: master Gerrit-Change-Id: I7816b6554ce733207302c373d745b52146e0a995 Gerrit-Change-Number: 34391 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 9 months
1
0
0
0
[M] Change in osmo-smlc[master]: Bump version: 0.2.3.12-7385-dirty → 0.2.4
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-smlc/+/34390?usp=email
) Change subject: Bump version: 0.2.3.12-7385-dirty → 0.2.4 ...................................................................... Bump version: 0.2.3.12-7385-dirty → 0.2.4 Change-Id: Ib73d7f15f55a52479a7728f86e96e93bba699ec5 --- M configure.ac M contrib/osmo-smlc.spec.in M debian/changelog M debian/control 4 files changed, 52 insertions(+), 17 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/90/34390/1 diff --git a/configure.ac b/configure.ac index 484d689..8d49565 100644 --- a/configure.ac +++ b/configure.ac @@ -36,12 +36,12 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -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(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.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(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-smlc.spec.in b/contrib/osmo-smlc.spec.in index 02bcb15..c1821db 100644 --- a/contrib/osmo-smlc.spec.in +++ b/contrib/osmo-smlc.spec.in @@ -31,13 +31,13 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 75dbee9..7001a2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +osmo-smlc (0.2.4) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Vadim Yanitskiy ] + * configure.ac: set -std=gnu11 + * Makefile.am: remove $(COVERAGE_LDFLAGS) from osmo_smlc_LDADD + * Makefile.am: remove unneeded AM_LDFLAGS with LIBS + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-smlc + * tests: execute osmotest{vty,config}.py against osmo-smlc + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * configure.ac: migrate from python2 to python3 + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Neels Janosch Hofmeyr ] + * ctrl-test: drop bogus 'rm -f $(CTRL_TEST_DB)' + + [ Pau Espin Pedrol ] + * Write explicit role & sctp-role fields in ASP configurations + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 17:14:41 +0200 + osmo-smlc (0.2.3) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 9d879a2..242a797 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ pkg-config, libsctp-dev, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sccp-dev (>= 1.7.0), - libosmo-sigtran-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sccp-dev (>= 1.8.0), + libosmo-sigtran-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-smlc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-smlc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-smlc/+/34390?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-smlc Gerrit-Branch: master Gerrit-Change-Id: Ib73d7f15f55a52479a7728f86e96e93bba699ec5 Gerrit-Change-Number: 34390 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
1 year, 9 months
1
0
0
0
[S] Change in osmo-cbc[master]: Bump version: 0.4.1.7-7fbd-dirty → 0.4.2
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/34389?usp=email
) Change subject: Bump version: 0.4.1.7-7fbd-dirty → 0.4.2 ...................................................................... Bump version: 0.4.1.7-7fbd-dirty → 0.4.2 Change-Id: I49749d1d5809d18a7c0c81fb7316791fad81b5cc --- M configure.ac M contrib/osmo-cbc.spec.in M debian/changelog M debian/control M src/sbcap/Makefile.am 5 files changed, 37 insertions(+), 11 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/configure.ac b/configure.ac index bcb855e..6b82072 100644 --- a/configure.ac +++ b/configure.ac @@ -31,10 +31,10 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) PKG_CHECK_MODULES(ULFIUS, libulfius) PKG_CHECK_MODULES(JANSSON, jansson) PKG_CHECK_MODULES(ORCANIA, liborcania) diff --git a/contrib/osmo-cbc.spec.in b/contrib/osmo-cbc.spec.in index 98cccb0..c837bbe 100644 --- a/contrib/osmo-cbc.spec.in +++ b/contrib/osmo-cbc.spec.in @@ -31,10 +31,10 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libsctp) -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libulfius) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 7367c12..1894f18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +osmo-cbc (0.4.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * {src,tests/sbcap}/Makefile.am: reorder libraries in LDADD + * tests: use -no-install libtool flag to avoid ./lt-* scripts + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * sbcap: Update asn1c skeleton files + * README.md: Document generation of SBcAP code from ASN.1 files + * Catch and forbid configuring peers before configuring main protocol node + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 17:08:37 +0200 + osmo-cbc (0.4.1) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 316324e..a1b7f04 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,8 @@ pkg-config, python3-minimal, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - libosmo-netif-dev (>= 1.3.0), + libosmocore-dev (>= 1.9.0), + libosmo-netif-dev (>= 1.4.0), libulfius-dev, libjansson-dev, libsctp-dev, diff --git a/src/sbcap/Makefile.am b/src/sbcap/Makefile.am index 4130a90..b8cb5c8 100644 --- a/src/sbcap/Makefile.am +++ b/src/sbcap/Makefile.am @@ -374,7 +374,7 @@ libosmo_asn1_sbcap_la_SOURCES=$(ASN_MODULE_SRC) libosmo_asn1_sbcap_la_LIBADD=$(ASN1C_LDADD) -sbcap_LIBVERSION=0:0:0 +sbcap_LIBVERSION=1:0:1 lib_LTLIBRARIES = libosmo-sbcap.la libosmo_sbcap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(sbcap_LIBVERSION) -no-undefined libosmo_sbcap_la_LIBADD = $(LIBOSMOCORE_LIBS) $(LIBOSMOGSM_LIBS) $(LIBOSMOVTY_LIBS) \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/34389?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I49749d1d5809d18a7c0c81fb7316791fad81b5cc Gerrit-Change-Number: 34389 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[S] Change in osmo-cbc[master]: Bump version: 0.4.1.7-7fbd-dirty → 0.4.2
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-cbc/+/34389?usp=email
) Change subject: Bump version: 0.4.1.7-7fbd-dirty → 0.4.2 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-cbc/+/34389?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc Gerrit-Branch: master Gerrit-Change-Id: I49749d1d5809d18a7c0c81fb7316791fad81b5cc Gerrit-Change-Number: 34389 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 15:11:45 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[S] Change in osmo-gbproxy[master]: Bump version: 0.4.0.4-c44b-dirty → 0.4.1
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/34388?usp=email
) Change subject: Bump version: 0.4.0.4-c44b-dirty → 0.4.1 ...................................................................... Bump version: 0.4.0.4-c44b-dirty → 0.4.1 Change-Id: Ie3312574419e982bdd52174411393c9088c3a036 --- M configure.ac M contrib/osmo-gbproxy.spec.in M debian/changelog M debian/control 4 files changed, 33 insertions(+), 12 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/configure.ac b/configure.ac index 76e2336..4608db1 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.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.8.0) +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) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index 3d8244d..ffde90c 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -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(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} %description diff --git a/debian/changelog b/debian/changelog index f4cea25..423827e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +osmo-gbproxy (1:0.4.1) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * tests: do not depend on $(BUILT_SOURCES), but on osmo-gbproxy + + [ Oliver Smith ] + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * gbprox_rx_ptp_from_bss: fix dangling pointer + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 17:02:12 +0200 + osmo-gbproxy (1:0.4.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 9744240..3930bab 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.8.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + osmo-gsm-manuals-dev (>= 1.5.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/+/34388?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: Ie3312574419e982bdd52174411393c9088c3a036 Gerrit-Change-Number: 34388 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[S] Change in osmo-gbproxy[master]: Bump version: 0.4.0.4-c44b-dirty → 0.4.1
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-gbproxy/+/34388?usp=email
) Change subject: Bump version: 0.4.0.4-c44b-dirty → 0.4.1 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-gbproxy/+/34388?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: Ie3312574419e982bdd52174411393c9088c3a036 Gerrit-Change-Number: 34388 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 15:10:36 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-sgsn[master]: Bump version: 1.10.0.16-7e4d-dirty → 1.11.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/34387?usp=email
) Change subject: Bump version: 1.10.0.16-7e4d-dirty → 1.11.0 ...................................................................... Bump version: 1.10.0.16-7e4d-dirty → 1.11.0 Change-Id: Ia56d2e1c4247396522f02df2c95b842db655e171 --- M TODO-RELEASE M configure.ac M contrib/osmo-sgsn.spec.in M debian/changelog M debian/control 5 files changed, 67 insertions(+), 29 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index b095d99..1c5d61f 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 815c296..6eac7c9 100644 --- a/configure.ac +++ b/configure.ac @@ -38,23 +38,23 @@ 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 cfc6f26..8ee0a75 100644 --- a/contrib/osmo-sgsn.spec.in +++ b/contrib/osmo-sgsn.spec.in @@ -35,19 +35,19 @@ 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 0b8ed8e..206efd4 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(a)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 dd676cb..77af36e 100644 --- a/debian/control +++ b/debian/control @@ -12,15 +12,15 @@ 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
-- To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/34387?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn Gerrit-Branch: master Gerrit-Change-Id: Ia56d2e1c4247396522f02df2c95b842db655e171 Gerrit-Change-Number: 34387 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[M] Change in osmo-sgsn[master]: Bump version: 1.10.0.16-7e4d-dirty → 1.11.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-sgsn/+/34387?usp=email
) Change subject: Bump version: 1.10.0.16-7e4d-dirty → 1.11.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-sgsn/+/34387?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sgsn Gerrit-Branch: master Gerrit-Change-Id: Ia56d2e1c4247396522f02df2c95b842db655e171 Gerrit-Change-Number: 34387 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 15:10:02 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
← Newer
1
...
132
133
134
135
136
137
138
...
195
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Results per page:
10
25
50
100
200