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-sgsn[master]: Bump version: 1.10.0.16-7e4d-dirty → 1.11.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from 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 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- 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-Attention: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: deleteVote
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 uploaded this change for review. (
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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/89/34389/1 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-MessageType: newchange
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 uploaded this change for review. (
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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/88/34388/1 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-MessageType: newchange
1 year, 9 months
1
0
0
0
[M] Change in osmo-msc[master]: Bump version: 1.10.0.125-92caa-dirty → 1.11.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
) Change subject: Bump version: 1.10.0.125-92caa-dirty → 1.11.0 ...................................................................... Bump version: 1.10.0.125-92caa-dirty → 1.11.0 Change-Id: Ifc4bfe8b4154fa892a4d15d54cee34b501038c20 --- M TODO-RELEASE M configure.ac M contrib/osmo-msc.spec.in M debian/changelog M debian/control 5 files changed, 183 insertions(+), 33 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index 1777f34..d0852fc 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 -libosmo-mgcp-client > 1.11.0 mgcp_client_pool_empty(), mgcp_client_conf_alloc() - MNCC osmo-sip-connector should do full SDP via MNCC and be released at the same time as the next osmo-msc, ask neels, thanks diff --git a/configure.ac b/configure.ac index 61df7de..89d37c2 100644 --- a/configure.ac +++ b/configure.ac @@ -37,16 +37,16 @@ PKG_PROG_PKG_CONFIG([0.20]) PKG_CHECK_MODULES(LIBSQLITE3, sqlite3) -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(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.11.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(LIBOSMOABIS, libosmoabis >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0) AC_CHECK_FUNC([timegm], [AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)]) @@ -106,7 +106,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.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-msc.spec.in b/contrib/osmo-msc.spec.in index 53fe4b1..de93149 100644 --- a/contrib/osmo-msc.spec.in +++ b/contrib/osmo-msc.spec.in @@ -34,16 +34,16 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.6.0 -BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.11.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.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-gsup-client) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.12.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sccp) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.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(libsmpp34) >= 1.14.0 #### BuildRequires: lksctp-tools-devel @@ -51,7 +51,7 @@ %{?systemd_requires} %if %{with_iu} BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0 %endif %description diff --git a/debian/changelog b/debian/changelog index e200cd3..fe631a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,146 @@ +osmo-msc (1.11.0) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Neels Hofmeyr ] + * sdp_msg.c: fix missing rate in sdp_audio_codecs_add() + * comment: clarify L3 Info processing + * IuCS: remove IuUP LOOPBACK hack + * make: doc/sequence_charts: use wildcards for EXTRA_DIST and CLEANFILES + * tweak MNCC logging, add RTP info + * msc_log_to_ladder.py: various tweaks + * charts: Rename voice_call_full.msc to voice_call_external_mncc.msc + * update doc/sequence_charts/voice_call_external_mncc.msc + * add voice_call_internal_mncc.msc + * add codec_mapping.h,c + * MNCC: use codec_mapping, drop mgcp_codec_to_mncc_payload_msg_type() + * [codecs filter] add codec_filter.h,c + * [codecs filter] add trans.cc.codecs + * [codecs filter] store BSS codec list from Compl L3 + * [codecs filter] MO call: apply BSS codec list + * [codecs filter] MT call: apply BSS codec list + * [codecs filter] MT call: apply remote call leg codecs + * [codecs filter] MT call: store MS Bearer Cap from CC Call Conf + * msc_vlr_test_call: include RAN RTP addr in ass compl + * [codecs filter] apply BSS codecs from Assignment Complete + * add ran_infra.force_mgw_codecs_to_ran + * rtp_stream: allow multiple codecs / use codec filter from Assignment + * in ran_msg, return gsm0808_speech_codec (intra-MSC) + * in ran_msg, return gsm0808_speech_codec (inter-MSC) + * [codecs filter] use filter result in MT DTAP CC Setup + * [codecs filter] use filter result in Assignment + * [codecs filter] send + receive SDP via MNCC + * msc_vlr_tests: confirm crcx by RAN/CN side separately + * [codecs filter] use codecs filter on crcx ok + * do CN CRCX first + * mncc_recvmsg(): log caller file,line + * [codecs filter] msc_vlr_test_call: test codecs resolution + * codecs: compose HO Req Ch Type from cc.codecs + * HO Req: include IE Codec List (MSC Preferred) + * fix msc_vlr_test_call SDP mncc_rtp + * coverity: sdp_msg_test.c: check rc of sdp_msg_from_sdp_str() + * 3G: decapsulate IuUP to AMR at the MGW; allow 3G<-AMR->2G + * TODO-RELEASE: add note on osmo-sip-connector and SDP + + [ Vadim Yanitskiy ] + * src/Makefile.am: remove unneeded AM_LDFLAGS with LIBS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-msc + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * fixup: contrib/jenkins: create workspace.tar.xz on error + * tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0 + * msc_vty: support spaces in short/long network name + * ran_a_mgcp_codec_from_sc(): cosmetic: remove unneeded breaks + * ran_a_mgcp_codec_from_sc(): map GSM0808_SCT_CSD to CODEC_CLEARMODE + * ran_a_channel_type_to_speech_codec_list(): set PI/PT for CSD + * codec_mapping: codec_map[]: add missing speech codec for CLEARMODE + * csd_bs_list_to_bearer_cap(): properly initialize bcap fields + * csd_bs_list_to_bearer_cap(): add default branch for safety + + [ Pau Espin Pedrol ] + * mncc_sock: Call osmo_fd_unregister() before closing and changing bfd->fd + * rtp_stream: Update id after modifying fields upon Tx of MGCP msg + * rtp_stream: Fix remote_osmux_cid_sent_to_mgw never set to true + * UserManual: Include sigtran*.adoc from osmo-gsm-manuals.git + * Write explicit role & sctp-role fields in ASP configurations + * Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf + * Tx Loc UPD ACC: Use PLMN provided by subscr + * trans_lcls_compose(): Set PLMN fron cell currently in use + + [ Oliver Smith ] + * msc_mgw_setup: use mgcp_client_pool_empty() + * msc_main: close SMS db on startup error + * debian: set compat level to 10 + * contrib/jenkins: create workspace.tar.xz on error + * systemd: depend on networking-online.target + * codec_mapping: add clearmode + * ran_a_channel_type_to_speech_codec_list: add CSD + * codec_filter_set_ms_from_bc: prepare for CSD + * Cosmetic: gsm48_cc_tx_setup: tweak comment + * Cosmetic: gsm48_cc_tx_setup: remove TODO comment + * codec_filter_init: prepare for CSD + * codec_filter_set_ran: prepare for CSD + * codec_filter_set_bss: prepare for CSD + * codec_filter_run: prepare for CSD + * transaction: move cc.codecs.remote -> cc.remote + * transaction: move cc.codecs.result -> cc.local + * msc: add trans_cc_set_remote_from_bc + * gsm48_cc_tx_setup: set trans->bearer_cap.transfer early + * Add initial CSD support with external MNCC + * smpp_handle_bind_tx: initialize tlv + * sdp_msg_test: fix dereference after null check + * smpp_msc: submit_to_sms: check ud_len > sms_msg_len + * msc_ho_send_handover_request: fix check_after_deref + * csd_bs_list_to_gsm0808_channel_type: fix rc check + * gsm48_cc_tx_alerting: check rc of sdp_msg_from_sdp_str + * mncc_test: fix talloc_named_const + * gsm48_cc_tx_setup: use MNCC bcaps for CSD + * test: add csd_test + * csd_bs_list_remove: fix removal logic + * mncc_builtin: permit data bearer types + * csd_bs_to_gsm0808: add T 300 / proper ch_rate_type + * Cosmetic: fix typo + * csd_bs_list_to_gsm0808_ct: assert -> ret -EINVAL + * msc_ho_send_handover_request: support CSD + * msc_a_up_call_assignment_complete: check CSD codec + * gsm48_cc_tx_call_proc_…: verify bcap.transfer + + [ Andreas Eversberg ] + * ASCI: Add log categories for GCC/BCC (call control) + * ASCI: Add log category for VGCS/VBS call and channel FSM + * ASCI: Use a unique call-id for RTP streams + * ASCI: rtp_stream_commit(): Also update MGW on conn mode change + * ASCI: Allow usage of rtp_stream with other FSM + * ASCI: Add transaction type to trans_find_by_callref() + * ASCI: Add two new transaction types for VGCS and VBS + * ASCI: Allow transaction without subscriber associated + * ASCI: Add simple implementation of Group Call Register + * ASCI: Add functions to transcode VGCS/VBS messages on A-interface + * ASCI: Add callref to assignment command + * ASCI: Add call control for VGCS/VBS + * ASCI: Add decoder for VGCS/VBS messages to msc_a.c + * ASCI: Add function to receive VGCS/VBS messages from BSS + * ASCI: Add option to switch on or off ASCI support + * ASCI: Check return code of osmo_mobile_identity_decode() + * ASCI: Remove check for trans->msc_a to be set in _assign_complete() + * ASCI: Add VTY to configure GCR (Group Call Register) + * ASCI: Add reception of UPLINK RELEASE on dedicated channel + * ASCI: Clear VGCS call and channel on BSSMAP reset message + * ASCI: Receive messages from MSC-A role related to VGCS/VBS + * ASCI: Null pointer bug fix in trans_create_bcc_gcc + * ASCI: Fix wrong check for Null pointer in vgcs_cell_fsm_null() + * ASCI: Check if codec mapping exists for given codec + * ASCI: Fix Null pointer dereference bug in gsm44068_bcc_gcc_trans_free() + * ASCI: Point to correct state machine when calling ran_encode_and_send() + * ASCI: Add debugging and error logging to VGCS/VBS call control + * ASCI: Add missing transaction ID to SET PARAMETER message + + [ Keith Whyte ] + * SMPP: Fix Memory leaks + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 16:46:11 +0200 + osmo-msc (1.10.0) unstable; urgency=medium [ Keith Whyte ] diff --git a/debian/control b/debian/control index 50fa93c..64bb73c 100644 --- a/debian/control +++ b/debian/control @@ -14,15 +14,15 @@ libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), - libosmocore-dev (>= 1.8.0), - libosmo-sccp-dev (>= 1.7.0), - libosmo-sigtran-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-mgcp-client-dev (>= 1.11.0), - libosmo-gsup-client-dev (>= 1.6.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-ranap-dev (>= 1.4.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), + libosmo-abis-dev (>= 1.5.0), + libosmo-mgcp-client-dev (>= 1.12.0), + libosmo-gsup-client-dev (>= 1.7.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-ranap-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-msc
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
-- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ifc4bfe8b4154fa892a4d15d54cee34b501038c20 Gerrit-Change-Number: 34386 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-msc[master]: Bump version: 1.10.0.125-92caa-dirty → 1.11.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
) Change subject: Bump version: 1.10.0.125-92caa-dirty → 1.11.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ifc4bfe8b4154fa892a4d15d54cee34b501038c20 Gerrit-Change-Number: 34386 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 14:57:25 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-msc[master]: Bump version: 1.10.0.125-92caa-dirty → 1.11.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
) Change subject: Bump version: 1.10.0.125-92caa-dirty → 1.11.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-msc/+/34386?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-msc Gerrit-Branch: master Gerrit-Change-Id: Ifc4bfe8b4154fa892a4d15d54cee34b501038c20 Gerrit-Change-Number: 34386 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: deleteVote
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 uploaded this change for review. (
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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/87/34387/1 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-MessageType: newchange
1 year, 9 months
1
0
0
0
[L] Change in osmo-bsc[master]: Bump version: 1.10.0.237-94878-dirty → 1.11.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/34385?usp=email
) Change subject: Bump version: 1.10.0.237-94878-dirty → 1.11.0 ...................................................................... Bump version: 1.10.0.237-94878-dirty → 1.11.0 Change-Id: I25bfb1ecb202dc43928ee92a303bc1c6159d1626 --- M TODO-RELEASE M configure.ac M contrib/osmo-bsc.spec.in M debian/changelog M debian/control 5 files changed, 297 insertions(+), 31 deletions(-) Approvals: pespin: Looks good to me, approved; Verified osmith: Looks good to me, but someone else must approve diff --git a/TODO-RELEASE b/TODO-RELEASE index 2efa641..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,11 +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-bsc VTY Timeslot phys_chan_config will now write back with new dynamic timeslot names: 'DYNAMIC/OSMOCOM' instead of 'TCH/F_TCH/H_SDCCH8_PDCH' and 'DYNAMIC/IPACCESS' instead of 'TCH/F_PDCH' - osmo-bsc CTRL CTRL commands like 'bts.N.channel-load' will now respond with new dynamic timeslot names: 'DYNAMIC/OSMOCOM' instead of 'TCH/F_TCH/H_SDCCH8_PDCH' and 'DYNAMIC/IPACCESS' instead of 'TCH/F_PDCH' - osmo-bsc CTRL,VTY osmo_fsm instance IDs now use new dynamic timeslot names 'DYNAMIC_OSMOCOM' and 'DYNAMIC_IPACCESS' -libosmogsm >1.8.0 circuit switched data stuff (gsm0808_enc/dec_channel_type etc.) -libosmo-abis >1.4.0 osmo_ortp.h: add RTP_PT_CSDATA -libosmo-sccp >1.7.0 osmo_sccp_{get,set}_priv(), osmo_ss7_asp_get_name(), osmo_ss7_asp_get_proto() -libosmocore >1.8.0 GSM48_IE_CIP_MODE_SET_HO and GSM48_IE_SYNC_IND_HO -libosmo-mgcp-client > 1.11.0 mgcp_client_pool_empty(), mgcp_client_conf_alloc() \ No newline at end of file diff --git a/configure.ac b/configure.ac index ac3c534..6214539 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.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(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.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(LIBOSMOABIS, libosmoabis >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-bsc.spec.in b/contrib/osmo-bsc.spec.in index 8f7e936..0a9c9f3 100644 --- a/contrib/osmo-bsc.spec.in +++ b/contrib/osmo-bsc.spec.in @@ -31,15 +31,15 @@ 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(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-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(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(talloc) %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 6b53523..d8b5b2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,268 @@ +osmo-bsc (1.11.0) unstable; urgency=medium + + [ Max ] + * doc: correct reference and add deprecation notice + * pcu_connected(): constify parameter + + [ Philipp Maier ] + * pcuif_proto: rename PCU_IF_SAPI_AGCH_DT to PCU_IF_SAPI_PCH_DT + * pcu_sock: cosmetic: remove space before tab + * abis_rsl: add support for sending IMMEDIATE ASSIGNMENT through PCH + * pcu_sock: use extract_paging_group() for PCU_IF_SAPI_PCH + * abis_rsl: constify parameters of rsl_X_imm_assign_cmd + * pcu_sock: transfer sysinfo to PCU + * pcu_sock: transfer E1 connection information to PCU + * pcu_sock: set direct TLLI flag in info indication + * bts_trx_vty: use define constant E1_SUBSLOT_FULL instead magic number + * bsc_subscriber_conn_fsm: use subslot 0 in case of E1 full subslot + * timeslot_fsm: fix sourcecode indenting + * pcu_sock: print OML alerts from PCU + * abis_rsl: guard against over long IMMEDIATE ASSIGNMENT Messages + * pcu_sock: get rid of leaking message buffer + * pcu_sock: activate/deactivate PDCH on pcu reconnect + * pcu_sock: use struct to transfer IMMEDIATE ASSIGNMENT for PCH + * pcu_sock: improve logging + * pcu_sock: rename rc to fd + * pcu_sock: cosmetic: remove whitespace after type cast + * timeslot_fsm: fix PDCH activation + * bts: is_xyz_bts check functions should return bool + * bts: add function to check if a BTS has a BSC co located PCU + * pcu_sock: use is_ericsson_bts() to check for ericsson BTS + * pcu_sock: check BTS type properly in pcu_info_update() + * pcu_sock: drop usage of PCUIF flag PCU_IF_FLAG_DT + * pcu_sock.c: Call osmo_fd_unregister() before closing and changing listen_bfd->fd + * pcu_sock: handle multiple BTSs with one BSC co-located PCU (in theory) + * pcuif_proto: increment version number + * doc: add sample configuration for GPRS with ericsson RBS + * doc: overview: replace section TRAU mapper / E1 sub-channel muxer + * bts: bts: Explain Ericsson's interface switch (IS) + * doc: running: Describe how to configure a co-located PCU + * examples: update erissson GPRS config files + * doc: bts-examples: discuss Ericsson RBS EGPRS configuration + * pcu_sock: fix PCUIF interface (PCH) + * pcu_sock: use correct SAPI in message PCUIF PCU_IF_MSG_DATA_CNF_DT + * pcuif_proto: rename tlli to msg_id + * pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dt + * pcuif_proto: get rid of _DT, _dt (Direct TLLI) + * pcuif_proto: check confirm flag in struct gsm_pcu_if_pch + * pcu_sock: use PCU_IF_SAPI_AGCH_2 instead PCU_IF_SAPI_AGCH + + [ Oliver Smith ] + * ho: remove timeout for HO_ST_WAIT_LCHAN_ACTIVE + * ho: remove timeout for HO_ST_WAIT_LCHAN_ESTABLISHED + * fsms: use configurable timers instead of T23042 + * osmo_bsc_main: don't allocate talloc_ctr_ctx + * Cosmetic: fix various typos + * Cosmetic: codec_pref: tweak comments + * bssmap_handle_assignm_req: split up + * bssmap_handle_ass_req_ct_speech: split up + * bssmap_handle_ass_req_ct_speech: refactor + * codec_pref: split test_codec_support_bts_rate + * test_codec_support_bts_rate: add missing breaks + * lchan.h: remove enum lchan_csd_mode + * channel_mode_from_lchan: add GSM48_CMODE_DATA_3k6 + * bssmap_handle_ass_req_ct_data: implement + * abis_rsl: ipacc_payload_type: handle CSD + * bssmap_handle_ass_req_tp_codec_list: tweak log msg + * assignment_fsm: chan mode check: support CSD + * tests/handover: wrap functions from gsm_08_08.c + * requires_voice_stream -> ch_indctr + * lchan_select: chan_mode_to_chan_type: support CSD + * rsl_tx_ipacc_crcx/mdcx: omit speech mode for CSD + * chan_mode_to_mgcp_codec: support CSD + * Cosmetic: channel_mode_from_lchan: remove fixme + * check_chan_mode_rate_against…: fix never true cond + * abis_rsl: CSD: add RTP_CSD_FMT IE to CRCX/MDCX + * bsc_mgw_setup: use mgcp_client_pool_empty() + * abis_rsl: fix encoding RSL_IE_IPAC_RTP_CSD_FORMAT + * CSD: support non-transparent data rates + * debian: set compat level to 10 + * contrib/jenkins: create workspace.tar.xz on error + * systemd: depend on networking-online.target + * Fix various typos + * Cosmetic: configure: move if … then to same line + * configure: ipa utils: add default=yes to arg help + * Cosmetic: debian/rules: remove boilerplate + * contrib/jenkins.sh: deduplicate configure flags + * configure: add --enable-meas-udp2db/pcap2db/vis + + [ Harald Welte ] + * Work around coverity false positives in macros + * abis_nm: Only osmo-bts re-purposes the MANUF_ID for BTS feature flags + * cosmetic: Rename is_ipaccess_bts() to is_ipa_abisip_bts() + * cosmetic: Clarify language ip.access nanoBTS vs. all IPA Abis/IP + * test case fixup: Add missing (void) empty argument list specification + * Support (optional) indication of NCH position in SI1 rest octets + * nanobts: Request "supported features" attribute from BTS and BB_TRANSC + * prevent bogus NCH related error message if no NCH is configured + + [ Michael Iedema ] + * utils: store more fields from meas-feed in db + + [ Vadim Yanitskiy ] + * utils: fix incorrect string checks in meas_db_insert() + * ipaccess_drop_oml(): invalidate the feature vector + * Makefile.am: remove unneeded AM_LDFLAGS with LIBS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * fix bs11_read_swl_file(): properly clean up stale file list + * fix ipacc_rtp_csd_fmt_non_transp(): add missing breaks + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-bsc + * osmoappdesc.py: add more config files for testing + * tests: add VTY transcript tests for 'si2quater neighbor-list' + * tests: demonstrate the problems of 'si2quater neighbor-list' + * doc/{examples,manuals}: remove dummy 'gprs nsvc 1' + * tests: rename and extend gprs_{bvci_default->params}.vty + * tests: add more tests for GPRS NSVC parameters + * gprs: fix has_valid_nsvc(): permit local udp port 0 + * cosmetic: bts_uarfcn_add(): pass diversity directly to encode_fdd() + * cosmetic: bts_vty: switch is not a function, add a space + * si2quater: bts_uarfcn_add(): check if already added first + * si2quater: bts_uarfcn_add(): modify existsing UARFCNs + * si2quater: bts_earfcn_add(): do not add duplicate EARFCNs + * si2quater: add CTRL commands for deleting neighbor [EU]ARFCNs + * si2quater: check return value of osmo_earfcn_del() + * bts_is_online(): make the BTS pointer const, return bool + * struct gsm_bts_model: rename power_ctrl_{set->send}_c0_power_red + * bootstrap_rsl(): cosmetic: cache trx->bts and use it directly + * bts: st_op_enabled_on_enter(): resume C0 power reduction + * gsm_bts_send_c0_power_red(): check if BTS is online first + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + * fixup: contrib/jenkins: create workspace.tar.xz on error + * tests/{ctrl,vty}_test_runner.py: raise an exception if proc's rc != 0 + * contrib/jenkins.sh: remove unrecognized --enable-vty-tests + * lchan_select: fix lchan selection for GSM48_CMODE_DATA_{14k5,12k0} + * fix send_assignment_complete(): proper SCE encoding for CSD + + [ Neels Hofmeyr ] + * examples: osmo-bsc-minimal.cfg: drop codec-list + * pick up all *.vty in EXTRA_DIST + * add msc.vty to test 'msc' / 'codec-list' cfg + * cosmetic: use char literals in cfg_net_bsc_codec_list() + * cosmetic: use i++ instead of ++i in for loop + * vty: improve doc for 'codec-list' + * bsc_vty.c: s/bsc/msc for commands under msc node + * bsc_vty.c write_msc(): fix weird printf format + * vty: msc / codec-list: tweak error msg + * cosmetic: clarify test_codec_support_bts() + * select_codecs(): doc tweak + * select_codecs(): constify ct arg + * add timeslot.vty + * implicitly register osmo_fsm definitions + * assignment_fsm.c: make two functions static + * bsc_test: add 'update_exp' + * simplify storage of bsc_msc_data->audio_support + * vty: msc / codec-list: forbid duplicate entries + * vty: msc / codec-list: forbid invalid codec versions + * ensure correct phys_chan_config doc string count on VTY + * VTY,CTRL: add pchan dynamic/{osmocom,ipaccess} + * stat: change pchan naming to dynamic/{osmocom,ipaccess} + * bsc_test.c: test FSM IDs that contain pchan names + * tweak gsm_pchan_ids[]: DYNAMIC/{OSMOCOM,IPACCESS} + * drop gsm_pchan_ids, use sanitized FSM ids instead + * doc: add codec_resolution.msc + * cosmetic: timeslot_fsm.c: move some code to separate function + * vty: codec-list: fix error message + * fix coverity (false) warning in codec-list vty + * segfault: verify lchan presence on Assignment Complete + * add location_services_fsm_bsc.dot + * SCCP N-PCSTATE: trigger MSC status on PC availability + * log: N-PCSTATE: use new value_strings + * fix comment typo + * fix length check in abis_rsl_rx_rll() + * fix mscpool for large msc NRs + + [ Pau Espin Pedrol ] + * cosmetic: gsm_data.h: Fix typo in comment + * constify bsc_conn_by_bsub() ptr param + * Clarify type and values of sccp.conn_id + * bscc_sccp: Avoid allocating conn_id 0x00FFFFFF + * get_bsc_conn_by_conn_id(): Properly match sccp_instance + * bscc_sccp: Small optimiztion in bsc_sccp_inst_next_conn_id() + * Assert conn_id being looked up is inside expected range + * pcu_sock.c: Call osmo_fd_unregister() before closing and changing bfd->fd + * Optimize subscr_conns lookup + * Move bsc_conn_by_bsub() and make it static + * bsc_subscriber: Drop unused function bsc_subscr_find_by_mi() + * bsc_subscriber: Mark functions used only internally as static + * bsc_subscriber: Introduce bsc_subscriber_store object + * bsc_subscriber: Optimize lookup of bsub by TMSI + * Fix Lb/A SCCP conn lookup after recent regression in optimization patch + * Use new GSM0408 defines for half-octet tags + * abis_rsl: Document spec ref of CCCH Load Ind + * Move paging queue specific handling to signal callback outside RSL code + * bts-rbs2k: Simplify osmo_fsm_inst_alloc_child_id() + * ipaccess nm: Delay marking TS as usable until OML reports Enabled state + * ipaccess nm: Handle TS_EV_OML_DOWN through NM FSM + * UserManual: Include sigtran*.adoc from osmo-gsm-manuals.git + * Write explicit role & sctp-role fields in ASP configurations + * Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf + * Use new libosmo-sccp APIs osmo_ss7_asp_get_{name,proto}() + * SI13: Set DRX_TIMER_MAX value actually transmitted + * cosmetic: Document DRX_TIMER_MAX upper limit on BCCH smaller than possible range + * meas_feed: Refactor fd/wqueue lifecycle + * meas_feed: Increase wqueue max_len to 100 and make it vty-configurable + * oml: ipacc: Remove BSSGP value assignment being overwritten afterwards + * oml: ipacc: Use new packed struct abis_nm_ipacc_att_bssgp_cfg from libosmcore + * oml: ipacc: Use new packed struct abis_nm_ipacc_att_ns_cfg from libosmcore + * oml: ipacc: Use new packed struct abis_nm_ipacc_att_rlc_cfg from libosmcore + + [ arehbein ] + * gsm_bts_check_ny1: Prevent possible division by zero + * main: Give specific error message + * PCU interface: Log version when starting listener + + [ Matan Perelman ] + * ctrl: Add cell reselection offset control + * ctrl: Remove dots from OOM + * ctrl: Add penalty time control + * ctrl: Add cell reselection hysteresis control + * ctrl: Add getting access control class + * ctrl: Add setting access control class + * ctrl: Add getting neighbor list + * ctrl: Add getting SI5 neighbor list + * ctrl: Add setting SI5 neighbor list + * ctrl: Add bsic + * ctrl: Add rach max delay + * ctrl: Add getting si2quater uarfcn neighbor list + * ctrl: Support adding si2quater uarfcn neighbor + * ctrl: Add getting si2quater earfcn neighbor list + * ctrl: Support adding si2quater earfcn neighbor + * control.adoc: Remove short-name and long-name + * control.adoc: Update with recent changes + + [ Daniel Willmann ] + * cosmetic: Fix type in VTY description + + [ Andreas Eversberg ] + * ASCI: Add new rate counters to support VGCS/VBS messages + * Fix typo in rate counters ASSIGMENT->ASSIGNMENT + * Cleanup code style of rate counters in osmo_bsc_msc.c + * ASCI: Add support for NOTIFICATION COMMAND (RSL) message + * ASCI: Add support for Group/Broadcast channel activation + * ASCI: Add selection reason for VGCS/VBS channels + * ASCI: Add TX support for UPLINK RELEASE message + * ASCI: Make function to add OSMUX IE public + * ASCI: Prepare bssmap_handle_ass_req_ct_speech() for VGCS/VBS + * ASCI: Add new debug category "ASCI" for VGCS/VBS state machines + * ASCI: Do not release channel, if SAPI 0 is released + * ASCI: Do not wait for RLL establishment + * ASCI: Add support for sending RSL UNIT-DATA towards BTS + * ASCI: Add TX support for UPLINK FREE/BUSY messages + * ASCI: Forward UPLINK RELEASE on dedicated channel to MSC + * ASCI: Add encoding of VGCS/VBS A-interface messages + * ASCI: Add processing and FSMs for VGCS/VBS + * ASCI: Add decoding of VGCS/VBS A-interface messages + * ASCI: Forward RLL to VGCS FSM + * ASCI: Forward lchan activation states to VGCS FSM + * ASCI: Indicate release of subscriber connection to VGCS FSM + * ASCI: Add support for reception of TALKER/LISTENER DETECTION + * ASCI: Send release on VGCS/VBS channel via unit data + * ASCI: Add assignment to a VGCS/VBS channel + * Select channel type by enum instead of three boolean + * ASCI: Fix uninitialized values in vgcs_fsm.c, found by gcc 13.1.1.20230714 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 16:40:03 +0200 + osmo-bsc (1.10.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 3c38c05..d2abb43 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ python3-minimal, libcdk5-dev, libtalloc-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), - 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), + osmo-gsm-manuals-dev (>= 1.5.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/+/34385?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I25bfb1ecb202dc43928ee92a303bc1c6159d1626 Gerrit-Change-Number: 34385 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
1 year, 9 months
1
0
0
0
[L] Change in osmo-bsc[master]: Bump version: 1.10.0.237-94878-dirty → 1.11.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/34385?usp=email
) Change subject: Bump version: 1.10.0.237-94878-dirty → 1.11.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/34385?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I25bfb1ecb202dc43928ee92a303bc1c6159d1626 Gerrit-Change-Number: 34385 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-Comment-Date: Tue, 12 Sep 2023 14:48:28 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[L] Change in osmo-bsc[master]: Bump version: 1.10.0.237-94878-dirty → 1.11.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-bsc/+/34385?usp=email
) Change subject: Bump version: 1.10.0.237-94878-dirty → 1.11.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/34385?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc Gerrit-Branch: master Gerrit-Change-Id: I25bfb1ecb202dc43928ee92a303bc1c6159d1626 Gerrit-Change-Number: 34385 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <osmith(a)sysmocom.de> Gerrit-Attention: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: deleteVote
1 year, 9 months
1
0
0
0
← Newer
1
...
133
134
135
136
137
138
139
...
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