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 libosmo-abis[master]: Bump version: 1.4.0.54-9f17-dirty → 1.5.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/34372?usp=email
) Change subject: Bump version: 1.4.0.54-9f17-dirty → 1.5.0 ...................................................................... Bump version: 1.4.0.54-9f17-dirty → 1.5.0 Change-Id: I3a850a19d842227577a6fb247b5681998d759c2c --- M TODO-RELEASE M configure.ac M contrib/libosmo-abis.spec.in M debian/changelog M debian/control R debian/libosmoabis13.install M src/Makefile.am 7 files changed, 107 insertions(+), 27 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 99d9735..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,6 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmo-abis struct e1inp_driver Field added at the end (ABI break) -libosmocodec >1.8.0 osmo_{fr,efr}_sid_classify() new functions -libosmo-abis struct e1inp_driver Field added (line_create callback) at the end (ABI break) diff --git a/configure.ac b/configure.ac index 89c67f9..37ac91a 100644 --- a/configure.ac +++ b/configure.ac @@ -66,10 +66,10 @@ dnl Generate the output AM_CONFIG_HEADER(config.h) -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(LIBOSMOCODEC, libosmocodec >= 1.8.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(LIBOSMOCODEC, libosmocodec >= 1.9.0) PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0) AC_ARG_ENABLE([dahdi], diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in index a32bb03..ce64562 100644 --- a/contrib/libosmo-abis.spec.in +++ b/contrib/libosmo-abis.spec.in @@ -27,10 +27,10 @@ BuildRequires: libtool >= 2 BuildRequires: pkgconfig >= 0.20 BuildRequires: xz -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 BuildRequires: pkgconfig(ortp) >= 0.22.0 BuildRequires: pkgconfig(talloc) @@ -39,12 +39,12 @@ BSC. This interface allows control of the radio equipment and radio frequency allocation in the BTS. -%package -n libosmoabis10 +%package -n libosmoabis13 Summary: Osmocom GSM A-bis interface library License: AGPL-3.0-or-later Group: System/Libraries -%description -n libosmoabis10 +%description -n libosmoabis13 In the GSM system architecture, A-bis is a Base Station System-internal interface linking the Base Transceiver Stations (BTS) and Base Station Controller (BSC). This interface allows control of @@ -58,9 +58,9 @@ Summary: Development files for the Osmocom GSM A-bis library License: AGPL-3.0-or-later Group: Development/Libraries/C and C++ -Requires: libosmoabis10 = %version -Requires: libosmocore-devel >= 1.8.0 -Requires: libosmogsm-devel >= 1.8.0 +Requires: libosmoabis13 = %version +Requires: libosmocore-devel >= 1.9.0 +Requires: libosmogsm-devel >= 1.9.0 %description -n libosmoabis-devel This library contains common/shared code regarding the GSM A-bis @@ -120,14 +120,14 @@ %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) -%post -n libosmoabis10 -p /sbin/ldconfig -%postun -n libosmoabis10 -p /sbin/ldconfig +%post -n libosmoabis13 -p /sbin/ldconfig +%postun -n libosmoabis13 -p /sbin/ldconfig %post -n libosmotrau2 -p /sbin/ldconfig %postun -n libosmotrau2 -p /sbin/ldconfig -%files -n libosmoabis10 +%files -n libosmoabis13 %defattr(-,root,root) -%_libdir/libosmoabis.so.10* +%_libdir/libosmoabis.so.13* %files -n libosmoabis-devel %defattr(-,root,root) diff --git a/debian/changelog b/debian/changelog index 8d5d065..bddca01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +libosmo-abis (1.5.0) unstable; urgency=medium + + [ Philipp Maier ] + * e1_input: add define constant for full subslot (whole E1 timeslot) + * trau_sync: allow multiple secondary sync patterns + * trau_sync: add synchronization pattern for Ericsson RBS MCS9 + * trau_pcu_ericsson: change loglevel for CPS decoding + * e1_input: add timeslot type NONE + * e1_input: cleanup TS resources when timeslot type is changed + * trau_pcu_ericsson_test: replace 64K CS1/CS2 testvectors + * trau_pcu_ericsson: cosmetic: set hdr_good flag explictly to false + * trau_pcu_ericsson: fix log line + * trau_pcu_ericsson_test: fix comment, CS2 blocks are not CRC protected + * trau_pcu_ericsson: add testvectors for MCS1-MCS8 + * trau_pcu_ericsson: add comment about uplink blocks + * e1d: fix log output + * e1d: clean up error logging in handle_ts_sign_read + * e1d: maintain error log consistency in handle_ts_hdlc_read + * e1d: fix sourcecode formatting + * e1d: cosmetic: remove double whitespace + * e1d: close fd when osmo_fd_setup fails + * trau_pcu_ericsson: set uplink frame error bit correctly + * e1d: do not set fd number to 0 after close + * e1_input: add new driver callback function: line_create + * e1d: initialize file descriptor numbers to -1 on startup + * e1d: fix logic to detect if a timeslot is in use + * e1d: get rid of strange file descriptor registered check + * trau_pcu_ericsson: do not set unused D bits to 1 + * e1d: reconnect to osmo-e1d after connection loss + + [ Andreas Eversberg ] + * Add more L1 signals to common part + * Add function to set Sa bits to common part + * Add L1 signals to misdn driver + * Add setting of Sa bits to misdn driver + * Use correct bit order of RAW channels at misdn driver + * misdn driver: replace printf and fprintf by logging functions + * Rework mi_e1_line_update() and some of its sub routines + * Send raw data with e1d as it arrives from application + * e1d: Remove useless call of handle_ts_trau_write() + * e1d: Add support for HDLC type channels + * dahdi: Disable OSMO_FD_WRITE if HDLC/RAW write queue is empty + * dahdi: Add missing msg->l2h + * dahdi: Add msgb_free() to prevent memeory leaks + + [ Oliver Smith ] + * Cosmetic: osmo_ortp.h: fix typos + * osmo_ortp.h: add RTP_PT_CSDATA + * Run struct_endianness.py + * debian: set compat level to 10 + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Pau Espin Pedrol ] + * ipa: Call osmo_fd_unregister() before closing and changing bfd->fd + + [ Mychaela N. Falconia ] + * osmo_rtp2trau() for FR & EFR: correctly handle the no-data case + * osmo_rtp2trau() for FR & EFR: set SP=0 in DL if the frame is a SID + * osmo_rtp2trau() for FR & EFR UL: set C13 & C14 correctly + + [ Vadim Yanitskiy ] + * .gitignore: add new trau_{pcu_ericsson,sync} tests + * cosmetic: struct e1inp_ts: fix coding style + * cosmetic: e1inp_ipa_bts_rsl_close_n(): cache ipa_client_conn + * fix use-after-free in ipaccess_bts_keepalive_fsm_alloc() + * osmo_ortp: register a PayloadType for RTP_PT_CSDATA + + [ Harald Welte ] + * trau_sync: Add sync pattern for FA protocol of 3GPP TS 43.045 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:39:04 +0200 + libosmo-abis (1.4.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 246055b..0903615 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ dh-autoreconf, libdpkg-perl, git, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), pkg-config, libortp-dev Standards-Version: 3.9.7 @@ -22,13 +22,13 @@ Package: libosmo-abis Section: oldlibs Architecture: any -Depends: libosmoabis10 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends} +Depends: libosmoabis13 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends} Multi-Arch: same Description: Legacy package for libosmo-abis libosmo-abis is an empty package helping in the transition to one package per DSO. -Package: libosmoabis10 +Package: libosmoabis13 Section: libs Architecture: any Multi-Arch: same @@ -60,7 +60,7 @@ Section: libdevel Depends: ${misc:Depends}, libosmotrau2 (= ${binary:Version}), - libosmoabis10 (= ${binary:Version}) + libosmoabis13 (= ${binary:Version}) Description: Development headers for A-bis interface The libosmo-abis library contains common/shared code regarding the A-bis interface between GSM BTS and BSC. This package in particular contains the @@ -72,7 +72,7 @@ Multi-Arch: same Section: debug Priority: extra -Depends: libosmoabis10 (= ${binary:Version}), +Depends: libosmoabis13 (= ${binary:Version}), libosmotrau2 (= ${binary:Version}), ${misc:Depends} Description: Debug symbols for A-bis interface diff --git a/debian/libosmoabis10.install b/debian/libosmoabis13.install similarity index 100% rename from debian/libosmoabis10.install rename to debian/libosmoabis13.install diff --git a/src/Makefile.am b/src/Makefile.am index e1a3495..67f4383 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ # 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
-ABIS_LIBVERSION=12:0:2 -TRAU_LIBVERSION=8:0:6 +ABIS_LIBVERSION=13:0:0 +TRAU_LIBVERSION=9:0:7 AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/34372?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I3a850a19d842227577a6fb247b5681998d759c2c Gerrit-Change-Number: 34372 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
[M] Change in libosmo-abis[master]: Bump version: 1.4.0.54-9f17-dirty → 1.5.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/34372?usp=email
) Change subject: Bump version: 1.4.0.54-9f17-dirty → 1.5.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/34372?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I3a850a19d842227577a6fb247b5681998d759c2c Gerrit-Change-Number: 34372 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 12:24:24 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in libosmo-abis[master]: Bump version: 1.4.0.54-9f17-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/libosmo-abis/+/34372?usp=email
) Change subject: Bump version: 1.4.0.54-9f17-dirty → 1.5.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-abis/+/34372?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis Gerrit-Branch: master Gerrit-Change-Id: I3a850a19d842227577a6fb247b5681998d759c2c Gerrit-Change-Number: 34372 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
[M] Change in osmo-e1d[master]: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
) Change subject: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 ...................................................................... Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc --- M configure.ac M contrib/osmo-e1d.spec.in M debian/changelog M debian/control R debian/libosmo-octoi2.install M src/octoi/Makefile.am 6 files changed, 46 insertions(+), 16 deletions(-) Approvals: pespin: Looks good to me, approved; Verified osmith: Looks good to me, but someone else must approve diff --git a/configure.ac b/configure.ac index c4311a5..28ea2b8 100644 --- a/configure.ac +++ b/configure.ac @@ -35,9 +35,9 @@ PKG_CHECK_MODULES(TALLOC, [talloc >= 2.0.1]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOUSB, libosmousb >= 1.9.0) PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0.21) AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/osmo-e1d.spec.in b/contrib/osmo-e1d.spec.in index 878a05c..024fed8 100644 --- a/contrib/osmo-e1d.spec.in +++ b/contrib/osmo-e1d.spec.in @@ -27,9 +27,9 @@ %if 0%{?suse_version} BuildRequires: systemd-rpm-macros %endif -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmousb) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmousb) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 BuildRequires: pkgconfig(talloc) >= 2.0.1 %{?systemd_requires} @@ -51,12 +51,12 @@ %description -n libosmo-e1d1 Osmocom E1 Daemon Protocol Library. -%package -n libosmo-octoi1 +%package -n libosmo-octoi2 Summary: Library for the Osmocom Community TDMoIP network License: LGPL-3.0-or-later Group: System/Libraries -%description -n libosmo-octoi1 +%description -n libosmo-octoi2 Library for the Osmocom Community TDMoIP network. %package devel @@ -64,7 +64,7 @@ License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Requires: libosmo-e1d1 = %version-%release -Requires: libosmo-octoi1 = %version-%release +Requires: libosmo-octoi2 = %version-%release Provides: libosmo-e1d-devel = %version-%release Obsoletes: libosmo-e1d-devel < %version-%release @@ -93,8 +93,8 @@ %post -n libosmo-e1d1 -p /sbin/ldconfig %postun -n libosmo-e1d1 -p /sbin/ldconfig -%post -n libosmo-octoi1 -p /sbin/ldconfig -%postun -n libosmo-octoi1 -p /sbin/ldconfig +%post -n libosmo-octoi2 -p /sbin/ldconfig +%postun -n libosmo-octoi2 -p /sbin/ldconfig %if 0%{?suse_version} %preun @@ -125,7 +125,7 @@ %files -n libosmo-e1d1 %_libdir/libosmo-e1d.so.* -%files -n libosmo-octoi1 +%files -n libosmo-octoi2 %_libdir/libosmo-octoi.so.* %files devel diff --git a/debian/changelog b/debian/changelog index f841b6a..339ecc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +osmo-e1d (0.6.0) unstable; urgency=medium + + [ Oliver Smith ] + * Run struct_endianness.py + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Philipp Maier ] + * proto_clnt: fix function prototype + * proto_clnt: close osmo-e1d control socket on connection loss + * proto_clnt: use osmo_fd_close to close the socket on connection loss + + [ Harald Welte ] + * Check return code of fcntl() in several plaaces + * proto_srv: Fix file descriptor and memory leak in error paths + * octoi: Fix missing check of osmo_fsm_register() return value + * e1d-ts-pipe: Assert that osmo_fd_register() succeeds + * octoi: Add force-send-all-ts mode + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:30:06 +0200 + osmo-e1d (0.5.0) unstable; urgency=medium [ Oliver Smith ] diff --git a/debian/control b/debian/control index 29a6143..f0b726a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ libtool, pkg-config, python3-minimal, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), libusb-1.0-0-dev, osmo-gsm-manuals-dev (>= 1.4.0) Standards-Version: 3.9.8 @@ -41,7 +41,7 @@ libosmocore-dev, Description: Development headers for the osmo-e1d library. -Package: libosmo-octoi1 +Package: libosmo-octoi2 Section: libs Architecture: any Multi-Arch: same @@ -54,6 +54,6 @@ Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, - libosmo-octoi1 (= ${binary:Version}), + libosmo-octoi2 (= ${binary:Version}), libosmocore-dev, Description: Development headers for the Osmocom Community TDMoIP library. diff --git a/debian/libosmo-octoi1.install b/debian/libosmo-octoi2.install similarity index 100% rename from debian/libosmo-octoi1.install rename to debian/libosmo-octoi2.install diff --git a/src/octoi/Makefile.am b/src/octoi/Makefile.am index 529dd8c..bc6d3fb 100644 --- a/src/octoi/Makefile.am +++ b/src/octoi/Makefile.am @@ -5,7 +5,7 @@ # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool # documentation before making any modification -LIBVERSION=1:0:0 +LIBVERSION=2:0:0 lib_LTLIBRARIES = libosmo-octoi.la -- To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d Gerrit-Branch: master Gerrit-Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc Gerrit-Change-Number: 34371 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
[M] Change in osmo-e1d[master]: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
) Change subject: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d Gerrit-Branch: master Gerrit-Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc Gerrit-Change-Number: 34371 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 12:23:22 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in osmo-e1d[master]: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
) Change subject: Bump version: 0.5.0.11-b7c9-dirty → 0.6.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/34371?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d Gerrit-Branch: master Gerrit-Change-Id: I8d5e3ffd928fa65bc3d3b43553fcd6774a7812dc Gerrit-Change-Number: 34371 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
[S] Change in libgtpnl[master]: Bump version: 1.2.4.3-b59b → 1.2.5
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
) Change subject: Bump version: 1.2.4.3-b59b → 1.2.5 ...................................................................... Bump version: 1.2.4.3-b59b → 1.2.5 Change-Id: I7a752f8b3652be3c87808fa8c4f46ea98841969f --- M debian/changelog 1 file changed, 19 insertions(+), 0 deletions(-) Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified diff --git a/debian/changelog b/debian/changelog index 9a061d5..ebecf3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libgtpnl (1.2.5) unstable; urgency=medium + + [ Neels Janosch Hofmeyr ] + * fix memleak on del_tunnel() failure + + [ Oliver Smith ] + * debian: set compat level to 10 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:18:53 +0200 + libgtpnl (1.2.4) unstable; urgency=medium [ Oliver Smith ] -- To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl Gerrit-Branch: master Gerrit-Change-Id: I7a752f8b3652be3c87808fa8c4f46ea98841969f Gerrit-Change-Number: 34377 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 libgtpnl[master]: Bump version: 1.2.4.3-b59b → 1.2.5
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
) Change subject: Bump version: 1.2.4.3-b59b → 1.2.5 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl Gerrit-Branch: master Gerrit-Change-Id: I7a752f8b3652be3c87808fa8c4f46ea98841969f Gerrit-Change-Number: 34377 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:22:22 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[S] Change in libgtpnl[master]: Bump version: 1.2.4.3-b59b → 1.2.5
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
) Change subject: Bump version: 1.2.4.3-b59b → 1.2.5 ...................................................................... Bump version: 1.2.4.3-b59b → 1.2.5 Change-Id: I7a752f8b3652be3c87808fa8c4f46ea98841969f --- M debian/changelog 1 file changed, 19 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libgtpnl refs/changes/77/34377/1 diff --git a/debian/changelog b/debian/changelog index 9a061d5..ebecf3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libgtpnl (1.2.5) unstable; urgency=medium + + [ Neels Janosch Hofmeyr ] + * fix memleak on del_tunnel() failure + + [ Oliver Smith ] + * debian: set compat level to 10 + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:18:53 +0200 + libgtpnl (1.2.4) unstable; urgency=medium [ Oliver Smith ] -- To view, visit
https://gerrit.osmocom.org/c/libgtpnl/+/34377?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libgtpnl Gerrit-Branch: master Gerrit-Change-Id: I7a752f8b3652be3c87808fa8c4f46ea98841969f Gerrit-Change-Number: 34377 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 uploaded this change for review. (
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(-) git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/76/34376/1 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-MessageType: newchange
1 year, 9 months
1
0
0
0
← Newer
1
...
138
139
140
141
142
143
144
...
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