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-hlr[master]: Bump version: 1.6.0.20-37f0-dirty → 1.7.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-hlr/+/34379?usp=email
) Change subject: Bump version: 1.6.0.20-37f0-dirty → 1.7.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/34379?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: I3f169ff8f9b10a4d4b5c50286951d326fa713245 Gerrit-Change-Number: 34379 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-ggsn[master]: Bump version: 1.10.1.8-4963-dirty → 1.10.2
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
) Change subject: Bump version: 1.10.1.8-4963-dirty → 1.10.2 ...................................................................... Bump version: 1.10.1.8-4963-dirty → 1.10.2 Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc --- M configure.ac M contrib/osmo-ggsn.spec.in M debian/changelog M debian/control 4 files changed, 32 insertions(+), 7 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/configure.ac b/configure.ac index c458919..ae93974 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ AM_INIT_AUTOMAKE([foreign]) -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(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in index 22057ba..8334e4b 100644 --- a/contrib/osmo-ggsn.spec.in +++ b/contrib/osmo-ggsn.spec.in @@ -30,9 +30,9 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 Obsoletes: openggsn %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 281ec0b..f72d9f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-ggsn (1.10.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * Do not hard-code -g and -O2 in CFLAGS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + + [ Oliver Smith ] + * doc/manuals/chapters/configuration: fix typo + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * README: update documentation section + * doc: running: update kernel-gtp limitations + * lib/in46_addr: add in46a_from_gsna + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:36:10 +0200 + osmo-ggsn (1.10.1) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index f219e53..e802d62 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) Standards-Version: 3.9.6 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc Gerrit-Change-Number: 34378 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-ggsn[master]: Bump version: 1.10.1.8-4963-dirty → 1.10.2
by pespin
pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
) Change subject: Bump version: 1.10.1.8-4963-dirty → 1.10.2 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc Gerrit-Change-Number: 34378 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: deleteVote
1 year, 9 months
1
0
0
0
[S] Change in osmo-ggsn[master]: Bump version: 1.10.1.8-4963-dirty → 1.10.2
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
) Change subject: Bump version: 1.10.1.8-4963-dirty → 1.10.2 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc Gerrit-Change-Number: 34378 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 12:50:15 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-mgw[master]: Bump version: 1.11.0.51-af67-dirty → 1.12.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-mgw/+/34380?usp=email
) Change subject: Bump version: 1.11.0.51-af67-dirty → 1.12.0 ...................................................................... Bump version: 1.11.0.51-af67-dirty → 1.12.0 Change-Id: I9b1272cacaeaf1213f9a372eda52aac560cfbde5 --- M TODO-RELEASE M configure.ac M contrib/osmo-mgw.spec.in M debian/changelog M debian/control R debian/libosmo-mgcp-client12.install M src/libosmo-mgcp-client/Makefile.am 7 files changed, 109 insertions(+), 31 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/80/34380/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 69b38a9..c5a3b36 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -24,5 +24,3 @@ # If any interfaces have been removed or changed since the last public release, a=0. # #library what description / commit summary line -libosmo-mgcp-client NEW API mgcp_client_conf_alloc() -libosmo-mgcp-client DEPRECATED mgcp_client_conf_init() \ No newline at end of file diff --git a/configure.ac b/configure.ac index 8aa9c4e..7c56e65 100644 --- a/configure.ac +++ b/configure.ac @@ -44,13 +44,13 @@ AC_SUBST(LIBRARY_DLSYM) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOTRAU, libosmotrau >= 1.5.0) CFLAGS="$CFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" CPPFLAGS="$CPPFLAGS -DBUILDING_LIBOSMOMGCPCLIENT -pthread" diff --git a/contrib/osmo-mgw.spec.in b/contrib/osmo-mgw.spec.in index 5e6d21f..e52431c 100644 --- a/contrib/osmo-mgw.spec.in +++ b/contrib/osmo-mgw.spec.in @@ -29,30 +29,30 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.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(libosmocoding) >= 1.8.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmotrau) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.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(libosmocoding) >= 1.9.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmotrau) >= 1.5.0 %{?systemd_requires} %description OsmoMGW is Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks. -%package -n libosmo-mgcp-client11 +%package -n libosmo-mgcp-client12 Summary: Osmocom's Media Gateway Control Protocol client library Group: System/Libraries -%description -n libosmo-mgcp-client11 +%description -n libosmo-mgcp-client12 Osmocom's Media Gateway Control Protocol client library. %package -n libosmo-mgcp-client-devel Summary: Development files for Osmocom's Media Gateway Control Protocol client library Group: Development/Libraries/C and C++ -Requires: libosmo-mgcp-client11 = %{version} +Requires: libosmo-mgcp-client12 = %{version} %description -n libosmo-mgcp-client-devel Osmocom's Media Gateway Control Protocol client librarary. @@ -90,8 +90,8 @@ %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) -%post -n libosmo-mgcp-client11 -p /sbin/ldconfig -%postun -n libosmo-mgcp-client11 -p /sbin/ldconfig +%post -n libosmo-mgcp-client12 -p /sbin/ldconfig +%postun -n libosmo-mgcp-client12 -p /sbin/ldconfig %if 0%{?suse_version} %preun @@ -119,8 +119,8 @@ %dir %{_sysconfdir}/osmocom %config(noreplace) %{_sysconfdir}/osmocom/osmo-mgw.cfg -%files -n libosmo-mgcp-client11 -%{_libdir}/libosmo-mgcp-client.so.11* +%files -n libosmo-mgcp-client12 +%{_libdir}/libosmo-mgcp-client.so.12* %files -n libosmo-mgcp-client-devel %{_libdir}/libosmo-mgcp-client.so diff --git a/debian/changelog b/debian/changelog index bac901e..4b7cef6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,74 @@ +osmo-mgw (1.12.0) unstable; urgency=medium + + [ Philipp Maier ] + * mgcp_sdp: add spec reference + * mgcp_sdp: cosmetic: remove newline + * mgcp_endp: cosmetic move mgcp_endp_release to the end + * mgcp_endp: cosmetic: remove unnecessary new line + * mgcp_e1: fix log output + * mgcp_e1: be more frugal withe E1 line resources + * mgcp_client: fix sourcecode formatting + * mgcp_e1: fix typo + * mgcp_e1: rewrite comment + * mgcp_e1: rename e1_send to e1_send_ts_frame + * mgcp_e1: cosmetic: rewrite comment + * Revert "mgcp_codec: do not differentiate between oa and bwe when comparing codec" + * mgcp_codec: fix oa/bwe comparison in mgcp_codec_pt_translate() + * mgcp_codec: refactor payload type converstion + * mgcp_codec: cosmetic: remove line break in api-doc + * mgcp_network: fix apidoc + * mgcp_vty: add warnings for deprecated config options + * mgcp_codec: move mgcp_codec_decide down + * mgcp_codec: fix codec decision + * mgcp_network: do not deliver RTP packets with unpatched PT + * mgcp_codec: be sensitive about IuFP when checking codecs + * mgcp_client.h: also add spec ref to the other 3gpp defined payload types + + [ Harald Welte ] + * cosmetic: Fix grammar suggesting reading _the_ user manual + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Oliver Smith ] + * mgcp_client: mgcp_msg_gen: add more error logs + * mgcp_client_pool: add mgcp_client_pool_empty() + * Cosmetic: mgcp_client: fix typo + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * Cosmetic: fix a typo + * mgcp_client: check rc of map_str_to_codec + + [ Pau Espin Pedrol ] + * mgcp_network: Unregister osmo_fd before closing fd + * mgcp-client: Call osmo_fd_unregister() before closing and changing bfd->fd + * mgcp-client: Drop unused struct mgcp_client field + * mgcp_client: Introduce mgcp_client_conf_alloc(), deprecate mgcp_client_conf_init() + * mgcp-client: Move some static functions further above + * mgw: Allow auditing speciall 'null' endpoint + * mgcp-client: Add keepalive feature + * mgcp_client: pool: Only pick clients with an MGCP link considered to be UP + * mgcp-client: Always mark client as UP if keepalive request-interval disabled + * mgcp-client: Mark client as UP when keepalive request-interval/timeout is disabled through VTY + + [ Vadim Yanitskiy ] + * */Makefile.am: libraries shall not be in AM_LDFLAGS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-mgw + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Neels Hofmeyr ] + * mgcp_find_section_end(): skip spaces at start of SDP + * mgcp_client: simpler error handling + * mgcp: fix "L: a:" header parsing: heed ";" separator + * mgcp_client: tweak extract_codec_name() implementation + + [ Andreas Eversberg ] + * ASCI: Add new mode for voice group/broadcast call + * ASCI: Support conference briding with 1..n connections + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:48:51 +0200 + osmo-mgw (1.11.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index f914c63..f894f97 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,10 @@ dh-autoreconf, pkg-config, autotools-dev, - libosmocore-dev (>= 1.8.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-abis-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-abis-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-mgw
Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Description: OsmoMGW: Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks -Package: libosmo-mgcp-client11 +Package: libosmo-mgcp-client12 Section: libs Architecture: any Multi-Arch: same @@ -33,7 +33,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libosmo-mgcp-client11 (= ${binary:Version}), ${misc:Depends} +Depends: libosmo-mgcp-client12 (= ${binary:Version}), ${misc:Depends} Description: libosmo-mgcp-client: Osmocom's Media Gateway Control Protocol client utilities Package: osmo-mgw-doc diff --git a/debian/libosmo-mgcp-client11.install b/debian/libosmo-mgcp-client12.install similarity index 100% rename from debian/libosmo-mgcp-client11.install rename to debian/libosmo-mgcp-client12.install diff --git a/src/libosmo-mgcp-client/Makefile.am b/src/libosmo-mgcp-client/Makefile.am index 5c63088..6446fed 100644 --- a/src/libosmo-mgcp-client/Makefile.am +++ b/src/libosmo-mgcp-client/Makefile.am @@ -19,7 +19,7 @@ # This is not at all related to the release version, but a range of supported # API versions. Read TODO_RELEASE in the source tree's root! -MGCP_CLIENT_LIBVERSION=11:0:0 +MGCP_CLIENT_LIBVERSION=12:0:0 lib_LTLIBRARIES = \ libosmo-mgcp-client.la \ -- To view, visit
https://gerrit.osmocom.org/c/osmo-mgw/+/34380?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw Gerrit-Branch: master Gerrit-Change-Id: I9b1272cacaeaf1213f9a372eda52aac560cfbde5 Gerrit-Change-Number: 34380 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-hlr[master]: Bump version: 1.6.0.20-37f0-dirty → 1.7.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hlr/+/34379?usp=email
) Change subject: Bump version: 1.6.0.20-37f0-dirty → 1.7.0 ...................................................................... Bump version: 1.6.0.20-37f0-dirty → 1.7.0 Change-Id: I3f169ff8f9b10a4d4b5c50286951d326fa713245 --- M TODO-RELEASE M configure.ac M contrib/osmo-hlr.spec.in M debian/changelog M debian/control M src/mslookup/Makefile.am 6 files changed, 58 insertions(+), 16 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/79/34379/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 042d1a7..cbfda24 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmogsm UPDATE_DEP_VER update libosmogsm version dependency after Ib905b8d8bdf248e8299bf50666ee1bca8298433d is released diff --git a/configure.ac b/configure.ac index 1ee71bf..66bba75 100644 --- a/configure.ac +++ b/configure.ac @@ -41,11 +41,11 @@ PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -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(LIBOSMOABIS, libosmoabis >= 1.4.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(LIBOSMOABIS, libosmoabis >= 1.5.0) PKG_CHECK_MODULES(SQLITE3, sqlite3) diff --git a/contrib/osmo-hlr.spec.in b/contrib/osmo-hlr.spec.in index 5c3dae7..f3085e7 100644 --- a/contrib/osmo-hlr.spec.in +++ b/contrib/osmo-hlr.spec.in @@ -29,11 +29,11 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -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(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(sqlite3) BuildRequires: pkgconfig(talloc) >= 2.0.1 # only needed for populate_hlr_db.pl diff --git a/debian/changelog b/debian/changelog index 89b5aed..1344fa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +osmo-hlr (1.7.0) unstable; urgency=medium + + [ Oliver Smith ] + * Run struct_endianness.py + * tests/db/db_test.err: adjust to XOR-3G rename + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * mslookup: Call osmo_fd_unregister() before closing and changing bfd->fd + + [ Vadim Yanitskiy ] + * tests/auc/Makefile.am: put object files to LDADD + * tests/*/Makefile.am: move -I to AM_CPPFLAGS + * lu_fsm: fix memleak in lu_fsm_wait_insert_data_result() + * ussd: fix GSUP memleaks in rx_proc_ss_{req,error}() + * gsup_server: fix msgb memleak in osmo_gsup_server_read_cb() + * USSD: fix handling of ussd-DataCodingScheme != 0x0f + + [ Alexander Couzens ] + * hlr: use talloc for memory allocation in osmo_gsup_create_insert_subscriber_data_msg + * Add support for multiple APN profiles for subscriber data + + [ Harald Welte ] + * Introduce support for XOR-2G algorithm + * cosmetic: gen_ts_55_205_test_sets/func_template.c: Use tab-indent + * cosmetic: gen_ts_55_205_test_sets/main_template tabs istead of spaces + * Port to new libosmogsm 'struct osmo_sub_auth_data2' + * src/db.c: Switch from "const char *statements" to "const char * const" + * db: extend database schema to support 256bit K and/or OP[c] values + * Add VTY support for TUAK algorithm + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:41:33 +0200 + osmo-hlr (1.6.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 59e07f2..ec234a3 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.8.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), + libosmocore-dev (>= 1.9.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), libsqlite3-dev, sqlite3, - osmo-gsm-manuals-dev (>= 1.4.0) + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.6 Vcs-Browser:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-hlr
diff --git a/src/mslookup/Makefile.am b/src/mslookup/Makefile.am index 24d1108..9743970 100644 --- a/src/mslookup/Makefile.am +++ b/src/mslookup/Makefile.am @@ -1,7 +1,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read chapter "Library interface versions" of the libtool documentation # before making any modifications:
https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=1:0:0 +LIBVERSION=1:1:0 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -fPIC -Wall $(PCSC_CFLAGS) $(TALLOC_CFLAGS) $(LIBOSMOCORE_CFLAGS) -- To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/34379?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: I3f169ff8f9b10a4d4b5c50286951d326fa713245 Gerrit-Change-Number: 34379 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-ggsn[master]: Bump version: 1.10.1.8-4963-dirty → 1.10.2
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
) Change subject: Bump version: 1.10.1.8-4963-dirty → 1.10.2 ...................................................................... Bump version: 1.10.1.8-4963-dirty → 1.10.2 Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc --- M configure.ac M contrib/osmo-ggsn.spec.in M debian/changelog M debian/control 4 files changed, 32 insertions(+), 7 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/78/34378/1 diff --git a/configure.ac b/configure.ac index c458919..ae93974 100644 --- a/configure.ac +++ b/configure.ac @@ -154,9 +154,9 @@ AM_INIT_AUTOMAKE([foreign]) -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(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) AC_ARG_ENABLE(sanitize, [AS_HELP_STRING( diff --git a/contrib/osmo-ggsn.spec.in b/contrib/osmo-ggsn.spec.in index 22057ba..8334e4b 100644 --- a/contrib/osmo-ggsn.spec.in +++ b/contrib/osmo-ggsn.spec.in @@ -30,9 +30,9 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libgtpnl) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 Obsoletes: openggsn %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index 281ec0b..f72d9f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +osmo-ggsn (1.10.2) unstable; urgency=medium + + [ Vadim Yanitskiy ] + * Do not hard-code -g and -O2 in CFLAGS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + + [ Oliver Smith ] + * doc/manuals/chapters/configuration: fix typo + * debian: set compat level to 10 + * systemd: depend on networking-online.target + * README: update documentation section + * doc: running: update kernel-gtp limitations + * lib/in46_addr: add in46a_from_gsna + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:36:10 +0200 + osmo-ggsn (1.10.1) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index f219e53..e802d62 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ pkg-config, libdpkg-perl, git, dh-autoreconf, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), osmo-gsm-manuals-dev, libgtpnl-dev (>= 1.2.0) Standards-Version: 3.9.6 -- To view, visit
https://gerrit.osmocom.org/c/osmo-ggsn/+/34378?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn Gerrit-Branch: master Gerrit-Change-Id: I148375902975aba0a374e4507c97f1ff67d687bc Gerrit-Change-Number: 34378 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-iuh[master]: Bump version: 1.4.0.10-801d-dirty → 1.5.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
) Change subject: Bump version: 1.4.0.10-801d-dirty → 1.5.0 ...................................................................... Bump version: 1.4.0.10-801d-dirty → 1.5.0 Change-Id: I11b3737b2d5447f1c35693a2cf37ab59adff57d3 --- M TODO-RELEASE M configure.ac M contrib/osmo-iuh.spec.in M debian/changelog M debian/control M src/Makefile.am 6 files changed, 54 insertions(+), 20 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index 2341398..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmogsm update version dependency depend on libosmogsm >= 1.8.0 diff --git a/configure.ac b/configure.ac index 32f0a0d..e205269 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.7.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.8.0) PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30) AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/osmo-iuh.spec.in b/contrib/osmo-iuh.spec.in index c6ecd8e..3fa80c0 100644 --- a/contrib/osmo-iuh.spec.in +++ b/contrib/osmo-iuh.spec.in @@ -28,13 +28,13 @@ # python3 for asn1tostruct.py BuildRequires: python3 BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.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(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-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 %description Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) diff --git a/debian/changelog b/debian/changelog index e078277..ff0fb0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +osmo-iuh (1.5.0) unstable; urgency=medium + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Oliver Smith ] + * test-ranap: don't use libosmocore's tall_msgb_ctx + * debian: set compat level to 10 + + [ Neels Hofmeyr ] + * fix PDU leaks in rua_generate_*() functions + * asn1tostruct.py: fix leak in error paths of iesDefs + * fix leak in ranap_new_transp_layer_addr() + * add ranap_new_msg_reset2() with GlobalRNC-ID + + [ Pau Espin Pedrol ] + * Move testdir src/tests/ -> tests/ + + [ Vadim Yanitskiy ] + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Harald Welte ] + * hnb-test.c: Update to libosmocore osmo_auth_gen_vec2 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:13:41 +0200 + osmo-iuh (1.4.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index 48b7482..8c61fc9 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 1.8.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-sigtran-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.4.0), + libosmocore-dev (>= 1.9.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-sigtran-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.5.0), python3 Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
diff --git a/src/Makefile.am b/src/Makefile.am index 378262b..146c8aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,8 +62,8 @@ # build the shared RANAP + SABP library # HNBAP_LIBVERSION=1:0:1 -RANAP_LIBVERSION=7:0:0 -RUA_LIBVERSION=1:0:1 +RANAP_LIBVERSION=8:0:1 +RUA_LIBVERSION=1:1:1 SABP_LIBVERSION=2:0:1 lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION) -no-undefined -- To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Change-Id: I11b3737b2d5447f1c35693a2cf37ab59adff57d3 Gerrit-Change-Number: 34376 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-iuh[master]: Bump version: 1.4.0.10-801d-dirty → 1.5.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
) Change subject: Bump version: 1.4.0.10-801d-dirty → 1.5.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Change-Id: I11b3737b2d5447f1c35693a2cf37ab59adff57d3 Gerrit-Change-Number: 34376 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 12:25:28 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-iuh[master]: Bump version: 1.4.0.10-801d-dirty → 1.5.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
) Change subject: Bump version: 1.4.0.10-801d-dirty → 1.5.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-iuh/+/34376?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh Gerrit-Branch: master Gerrit-Change-Id: I11b3737b2d5447f1c35693a2cf37ab59adff57d3 Gerrit-Change-Number: 34376 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
← Newer
1
...
136
137
138
139
140
141
142
...
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