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-sccp[master]: Bump version: 1.7.0.56-abf26-dirty → 1.8.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
) Change subject: Bump version: 1.7.0.56-abf26-dirty → 1.8.0 ...................................................................... Bump version: 1.7.0.56-abf26-dirty → 1.8.0 Change-Id: I563bba2eaca7f569a5216fb8268122c0f55ef48b --- M TODO-RELEASE M configure.ac M contrib/libosmo-sccp.spec.in M debian/changelog M debian/control R debian/libosmo-sigtran9.install M debian/rules M src/Makefile.am 8 files changed, 108 insertions(+), 31 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index 172a1f9..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,9 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmocore >1.8.0 uses new osmo_prim_operation_name() -libosmo-netif > 1.3.0 uses osmo_stream_*_set_name() -libosmo-sccp add API osmo_ss7_asp_get_name(), osmo_ss7_asp_get_proto() -osmo_sccp_simple_client_on_ss7_id() behavior change: ASPs asp-clnt-* defined through VTY must explicitly configure "role" and "sctp-role" -libosmo-netif > 1.3.0 osmo_stream_srv_link_set_param(), osmo_stream_srv_link_set_param() -libosmo-sccp add API osmo_ss7_asp_peer_init(), osmo_ss7_asp_peer_set_hosts2(), osmo_ss7_asp_peer_add_host2() diff --git a/configure.ac b/configure.ac index 1dc7b9b..322a57a 100644 --- a/configure.ac +++ b/configure.ac @@ -36,10 +36,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) old_LIBS=$LIBS AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [ diff --git a/contrib/libosmo-sccp.spec.in b/contrib/libosmo-sccp.spec.in index 2d86436..5a33a67 100644 --- a/contrib/libosmo-sccp.spec.in +++ b/contrib/libosmo-sccp.spec.in @@ -34,10 +34,10 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: xz -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 %{?systemd_requires} %description @@ -71,19 +71,19 @@ This subpackage contains the development files for the Osmocom SCCP library. -%package -n libosmo-sigtran7 +%package -n libosmo-sigtran9 Summary: Osmocom SIGTRAN library License: GPL-2.0-or-later Group: System/Libraries -%description -n libosmo-sigtran7 +%description -n libosmo-sigtran9 Osmocom implementation of (parts of) SIGTRAN. %package -n libosmo-sigtran-devel Summary: Development files for the Osmocom sigtran library License: GPL-2.0-or-later Group: Development/Libraries/C and C++ -Requires: libosmo-sigtran7 = %{version} +Requires: libosmo-sigtran9 = %{version} %description -n libosmo-sigtran-devel Osmocom implementation of (parts of) SIGTRAN. @@ -136,8 +136,8 @@ %check make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) -%post -n libosmo-sigtran7 -p /sbin/ldconfig -%postun -n libosmo-sigtran7 -p /sbin/ldconfig +%post -n libosmo-sigtran9 -p /sbin/ldconfig +%postun -n libosmo-sigtran9 -p /sbin/ldconfig %if 0%{?suse_version} %preun -n osmo-stp %service_del_preun osmo-stp.service %postun -n osmo-stp %service_del_postun osmo-stp.service @@ -159,8 +159,8 @@ %{_libdir}/libsccp.a %{_libdir}/pkgconfig/libosmo-sccp.pc -%files -n libosmo-sigtran7 -%{_libdir}/libosmo-sigtran.so.7* +%files -n libosmo-sigtran9 +%{_libdir}/libosmo-sigtran.so.9* %files -n libosmo-sigtran-devel %dir %{_includedir}/%{name} diff --git a/debian/changelog b/debian/changelog index 679f1c6..8714beb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +libosmo-sccp (1.8.0) unstable; urgency=medium + + [ Neels Hofmeyr ] + * sccp_scmg: ignore PCSTATE.indication + * add osmo_scu_prim_name_c() / _buf() + * fixup for: add osmo_scu_prim_name_c() / _buf() + * fix sccp_scoc state S_WAIT_CONN_CONF out_state_mask + * add two value_string[]s related to N-PCSTATE + * comment: fix typo 'OSMO_ASCU_' + * SCCP: implement variable limit on Optional Data (CR,CC,CREF,RLSD) + * add osmo_sccp_set_max_optional_data() + * sccp_scoc.c: fix infinite loop on conn ID exhaustion + * add public API: osmo_sccp_instance_next_conn_id() + + [ Oliver Smith ] + * Run struct_endianness.py + * debian: set compat level to 10 + * systemd: depend on networking-online.target + + [ Max ] + * SS7: do not attempt transfer if AS is down + + [ Vadim Yanitskiy ] + * mtp_pcap: remove unused static_assert() macro definition + * {examples,stp}/Makefile.am: fix typo in $(COVERAGE_[C]FLAGS) + * tests/*/Makefile.am: -Wall is not a preprocessor flag + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: $(BUILT_SOURCES) is not defined, depend on osmo-stp + * tests: execute osmotest{vty,config}.py against osmo-stp + * osmoappdesc.py: also test doc/examples/osmo-stp-multihome.cfg + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ arehbein ] + * Transition to use of 'telnet_init_default' + + [ Pau Espin Pedrol ] + * Avoid allocating conn_id 0x00FFFFFF + * sccp_scpc.c: Simplify conn_create() + * cosmetic: sccp.h: Fix trailing whitespace + * Implement sccp_instance->connections as rbtree + * sccp: Introduce APIs to get/set osmo_sccp_instance priv data pointer + * .gitignore: Ignore *.pyc + * osmo_sccp_simple_client_on_ss7_id(): Support ASP explicitly configured as sctp server + * osmo_sccp_simple_client_on_ss7_id(): Always follow VTY config of ASP if it was explicitly defined in VTY + * Forbid partial VTY configurations of ASPs with name asp-clnt-* + * Add osmo_ss7_asp getters for name and proto + * Set stream_cli/srv name to contain ASP + sockname + * vty: Improve output of show cs7 instance <0-15> asp + * xua_default_lm_fsm.c: Log rx ASP_UP timeout with NOTICE level + * sccp: Use tdef to implement osmo_sccp_timers + * ss7: Refactor osmo_ss7_asp_find_or_create() + * asp: Make ASP default LM timers VTY configurable + * cosmetic: Fix pointer location format + * tests/vty: test multiple local/remote IP addresses + * ss7: Log addr and event state for SCTP_PEER_ADDR_CHANGE + * ss7: Use libosmo-netif's osmo_stream_{cli,srv}_recv() APIs + * asp: Allow setting IP address as SCTP primary upon conn establishment + * asp: Monitor SCTP_PEER_ADDR_CHANGE events to re-apply configured Primary Address + * ss7: Rename internal APIs to avoid exporting them in so file + * ss7: Drop unneeded else branch after early return + * ss7: Split asp and xua_server into their own files + * asp,xua_srv: Use new osmo_stream API to request sockopt SCTP AUTH/ASCONF SUPPORTED + * Allow configuring per-ASP SCTP INIT parameters + + [ Harald Welte ] + * cosmetic: Fix log message in routing table add error case + * ASPAC/ASPIA: Don't add routing context IE in ASP-role if routing context 0 + * cosmetic: fix various typos in comments, log messages and VTY strings + * M3UA/SUA: Don't add empty routing context IE in DUNA/DAVA/DUPU + * ipa: use LSBs of file descriptor as SLS in IPA->M3UA direction + * m3ua: Add some TODO comments on where we fall short of our potential + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 14:03:24 +0200 + libosmo-sccp (1.7.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index e7bc20d..444604c 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 10), autotools-dev, pkg-config, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), autoconf, automake, libtool, @@ -13,9 +13,9 @@ git, doxygen, libdpkg-perl, - libosmo-netif-dev (>= 1.3.0), + libosmo-netif-dev (>= 1.4.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.4.0) + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.7 Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmo-sccp
Vcs-Browser:
https://gitea.osmocom.org/osmocom/libosmo-sccp
@@ -34,7 +34,7 @@ . This package contains the development files for the library. -Package: libosmo-sigtran7 +Package: libosmo-sigtran9 Section: libs Architecture: any Multi-Arch: same @@ -53,7 +53,7 @@ Architecture: any Section: debug Multi-Arch: same -Depends: libosmo-sigtran7 (= ${binary:Version}), +Depends: libosmo-sigtran9 (= ${binary:Version}), ${misc:Depends} Description: Documentation for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, @@ -68,7 +68,7 @@ Architecture: all Section: doc Depends: ${misc:Depends}, - libosmo-sigtran7 (= ${binary:Version}), + libosmo-sigtran9 (= ${binary:Version}), libjs-jquery Description: Documentation for the Osmocom SIGTRAN library libosmo-sigtran is a shared library containing SS7/SIGTRAN related functionality, @@ -83,7 +83,7 @@ Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, - libosmo-sigtran7 (= ${binary:Version}), + libosmo-sigtran9 (= ${binary:Version}), libosmocore-dev, libosmo-netif-dev Description: Development headers for the Osmocom SIGTRAN library @@ -98,7 +98,7 @@ Architecture: any Multi-Arch: same Section: net -Depends: libosmo-sigtran7, +Depends: libosmo-sigtran9, ${shlibs:Depends}, ${misc:Depends} Description: Osmocom SIGTRAN STP (Signaling Transfer Point) diff --git a/debian/libosmo-sigtran7.install b/debian/libosmo-sigtran9.install similarity index 100% rename from debian/libosmo-sigtran7.install rename to debian/libosmo-sigtran9.install diff --git a/debian/rules b/debian/rules index 8ad38cf..db31a43 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ dh $@ --with autoreconf override_dh_strip: - dh_strip -plibosmo-sigtran7 --dbg-package=libosmo-sigtran-dbg + dh_strip -plibosmo-sigtran9 --dbg-package=libosmo-sigtran-dbg dh_strip -posmo-stp --dbg-package=osmo-stp-dbg override_dh_install: diff --git a/src/Makefile.am b/src/Makefile.am index d8f0bb6..f20e193 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,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=8:0:1 +LIBVERSION=9:0:0 libosmo_sigtran_la_SOURCES = sccp_sap.c sua.c m3ua.c xua_msg.c sccp_helpers.c \ sccp2sua.c sccp_scrc.c sccp_sclc.c sccp_scoc.c \ -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: I563bba2eaca7f569a5216fb8268122c0f55ef48b Gerrit-Change-Number: 34375 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 libosmo-sccp[master]: Bump version: 1.7.0.56-abf26-dirty → 1.8.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
) Change subject: Bump version: 1.7.0.56-abf26-dirty → 1.8.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: I563bba2eaca7f569a5216fb8268122c0f55ef48b Gerrit-Change-Number: 34375 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:13 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in libosmo-sccp[master]: Bump version: 1.7.0.56-abf26-dirty → 1.8.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
) Change subject: Bump version: 1.7.0.56-abf26-dirty → 1.8.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/34375?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: I563bba2eaca7f569a5216fb8268122c0f55ef48b Gerrit-Change-Number: 34375 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 libosmo-pfcp[master]: Bump version: 0.2.0.14-d497-dirty → 0.3.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
) Change subject: Bump version: 0.2.0.14-d497-dirty → 0.3.0 ...................................................................... Bump version: 0.2.0.14-d497-dirty → 0.3.0 Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796 --- M configure.ac M contrib/libosmo-pfcp.spec.in M debian/changelog M debian/control M src/libosmo-pfcp/Makefile.am 5 files changed, 40 insertions(+), 7 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/configure.ac b/configure.ac index bbca19a..6775969 100644 --- a/configure.ac +++ b/configure.ac @@ -37,8 +37,8 @@ PKG_PROG_PKG_CONFIG([0.20]) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/libosmo-pfcp.spec.in b/contrib/libosmo-pfcp.spec.in index b936763..86dfee7 100644 --- a/contrib/libosmo-pfcp.spec.in +++ b/contrib/libosmo-pfcp.spec.in @@ -11,8 +11,8 @@ BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 BuildRequires: pkgconfig(talloc) %description diff --git a/debian/changelog b/debian/changelog index ecac7cd..1e57b16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +libosmo-pfcp (0.3.0) unstable; urgency=medium + + [ Neels Janosch Hofmeyr ] + * clarify API doc for osmo_pfcp_endpoint_tx() + * add doc/charts/pfcp_msgs*.msc + * libosmo-pfcp.pc.in: add missing libosmogsm + * build: drop COVERAGE + * build: drop $(all_includes) + * build: drop LIBOSMOVTY from libosmo-pfcp + * build: libosmo-gtlv: move LIBS to libosmo_gtlv_la_LIBADD + * build: fix linking gen__pfcp_ies_auto to use build-tree libosmo-gtlv + * build: add gen__pfcp_ies_auto_LDFLAGS = -no-install + * pfcp_msg: refactor LOG_PFCP_MSG + * coverity: fix null deref + + [ Oliver Smith ] + * Run struct_endianness.py + * debian: make consistent + + [ Harald Welte ] + * Fix license information in dpkg + rpm packages: GPLv2+ and not AGPLv3+ + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:55:22 +0200 + libosmo-pfcp (0.2.0) unstable; urgency=medium [ Neels Hofmeyr ] diff --git a/debian/control b/debian/control index 5d81ae0..9fc066c 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ automake, libtool, pkg-config, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), libtalloc-dev (>= 2.1.0) Standards-Version: 3.9.8 Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmo-pfcp
@@ -44,7 +44,7 @@ Section: libdevel Depends: ${misc:Depends}, libosmo-gtlv1 (= ${binary:Version}), - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), libtalloc-dev (>= 2.1.0) Description: Development files for libosmo-gtlv libosmo-gtlv implements decoding, encoding and logging of protocols using a diff --git a/src/libosmo-pfcp/Makefile.am b/src/libosmo-pfcp/Makefile.am index 790d7b5..3ada108 100644 --- a/src/libosmo-pfcp/Makefile.am +++ b/src/libosmo-pfcp/Makefile.am @@ -34,7 +34,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:1 +LIBVERSION=2:0:2 libosmo_pfcp_la_LDFLAGS = -version-info $(LIBVERSION) -no-undefined -export-symbols-regex '^osmo_' -- To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796 Gerrit-Change-Number: 34374 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 libosmo-pfcp[master]: Bump version: 0.2.0.14-d497-dirty → 0.3.0
by pespin
pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
) Change subject: Bump version: 0.2.0.14-d497-dirty → 0.3.0 ...................................................................... Removed -Verified by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796 Gerrit-Change-Number: 34374 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 libosmo-pfcp[master]: Bump version: 0.2.0.14-d497-dirty → 0.3.0
by pespin
pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
) Change subject: Bump version: 0.2.0.14-d497-dirty → 0.3.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796 Gerrit-Change-Number: 34374 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 libosmo-pfcp[master]: Bump version: 0.2.0.14-d497-dirty → 0.3.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
) Change subject: Bump version: 0.2.0.14-d497-dirty → 0.3.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-pfcp/+/34374?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-pfcp Gerrit-Branch: master Gerrit-Change-Id: I8c2455a799bdc9e3d527b5a8bf8f2303ebbd5796 Gerrit-Change-Number: 34374 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:24:50 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in libosmo-netif[master]: Bump version: 1.3.0.56-745c-dirty → 1.4.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
) Change subject: Bump version: 1.3.0.56-745c-dirty → 1.4.0 ...................................................................... Bump version: 1.3.0.56-745c-dirty → 1.4.0 Change-Id: I2f0d6617c89cff83b1937996006ffe7106db2557 --- M TODO-RELEASE M configure.ac M contrib/libosmo-netif.spec.in M debian/changelog M debian/control M src/Makefile.am M tests/osmo-pcap-test/configure.ac 7 files changed, 93 insertions(+), 13 deletions(-) Approvals: pespin: Looks good to me, approved; Verified diff --git a/TODO-RELEASE b/TODO-RELEASE index 084ca67..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 -libosmocore >1.8.0 osmo_iofd, osmo_sock_init2_multiaddr2() -stream NEW API osmo_stream_srv_link_set_name(), osmo_stream_srv_set_name(), osmo_stream_cli_set_name() -stream NEW API osmo_stream_srv_link_set_param(), osmo_stream_cli_set_param() diff --git a/configure.ac b/configure.ac index 5763a74..6b4c2be 100644 --- a/configure.ac +++ b/configure.ac @@ -89,9 +89,9 @@ dnl Generate the output AM_CONFIG_HEADER(config.h) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 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(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.9.0) AC_ARG_ENABLE([lapd_examples], [AS_HELP_STRING( @@ -100,7 +100,7 @@ )], [lapd_examples=$enableval], [lapd_examples="no"]) AS_IF([test "x$lapd_examples" = "xyes"], [ - PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0) + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) AC_DEFINE([ENABLE_LAPD], [1], [Enable LAPD examples]) ]) AM_CONDITIONAL(ENABLE_LAPD, test "x$lapd_examples" = "xyes") diff --git a/contrib/libosmo-netif.spec.in b/contrib/libosmo-netif.spec.in index c4b39f6..4ac1302 100644 --- a/contrib/libosmo-netif.spec.in +++ b/contrib/libosmo-netif.spec.in @@ -24,9 +24,9 @@ BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmocodec) >= 1.8.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmocodec) >= 1.9.0 %description Network interface demuxer library for OsmoCom projects. diff --git a/debian/changelog b/debian/changelog index 6b560fb..5c71f2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +libosmo-netif (1.4.0) unstable; urgency=medium + + [ Max ] + * osmo_stream_srv_link_close(): properly handle NULL input + * Add osmo_stream_srv_link_is_opened() + + [ Oliver Smith ] + * Run struct_endianness.py + * rtp.h: add RTP_PT_CSDATA + * debian: set compat level to 10 + + [ Neels Hofmeyr ] + * fix msgb leak on OSMO_STREAM_SRV_F_FLUSH_DESTROY + + [ Vadim Yanitskiy ] + * {utils,tests}/Makefile.am: reorder libraries in LDADD + * tests/Makefile.am: clean up AM_* variables + * src/Makefile.am: do not overwrite AM_LDFLAGS + + [ Daniel Willmann ] + * stream: Introduce and use osmo_stream_cli_fd() to get the fd + * stream: (typo) Change callback param name of struct osmo_stream_cli from srv to cli + * ipa-stream-server: Return -EBADF in read_cb after osmo_stream_srv_destroy() + * stream: Properly name osmo_stream_srv read callback + * cosmetic: Change name of osmo_stream_src_fd_cb() + * stream: Update log messages + * stream: Factor out reconnection handling + * stream: Use cli->state to check if cli is already closed + * stream: Correctly close osmo_stream_cli when in state WAIT_RECONNECT + * Add osmo_io support to osmo_stream_cli and osmo_stream_srv + * examples: Use new stream API in {ipa-,}stream-{client,server} + * stream: Setup ofd in osmo_stream_cli_open + * stream: Document osmo_stream_cli_create2() + * stream: Remove duplicated code in osmo_stream_cli_create() + * examples: Set logging level to DEBUG in {,ipa-}stream-{client,server} + * stream: Assert that fd is valid in stream_cli_handle_connecting() + * stream: Set state to closed before calling disconnect_cb() + * stream: Notify stream_cli on connect() + + [ Pau Espin Pedrol ] + * stream: Allow setting name printed during logging + * stream: Print socket info as part of the logging context + * stream: Drop recently added API osmo_stream_cli_create2 + * stream: Drop name param from recently added API osmo_stream_srv_create2() + * stream: srv cb: Use osmo_sockaddr and improve logging when cli connects + * stream: Rename static function to have correct prefix + * stream: Split cli/srv specific code out of stream.c + * stream_cli: Increase log level of established conn to INFO + * stream_srv: Use LOGSLNK() to print log line + * stream_srv: call setsockopt(SO_NOSIGPIPE) also in srv sockets + * stream_srv: Improve logging lines accepting new connections + * stream: Append data to current tail of message upon recv() + * stream_srv: Handle ESHUTDOWN and other write() errors destroying the socket + * stream_cli: Proper handling of send() socket errors + * sctp: Document relevant RFC specs + * stream_srv: sctp: Log error cause of COMM_LOST event + * stream_srv: Log SCTP REMOTE_ERROR events + * stream: Refactor sctp_recvmsg_wrapper() logging + * stream_cli: Forward SCTP MSG_NOTIFICATION to upper layers + * stream: Use new flag OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED for SCTP sockets + * stream_test: Avoid leaking osmo_stream_srv_link + * stream: Use new libosmocore API osmo_sock_init2_multiaddr2() + * stream: Introduce API to set several transport parameters + * stream: Add new stream_{cli,srv_link} parameters to set SCTP_INITMSG sockopt values + + [ arehbein ] + * stream: Fix osmo_panic log fmts + * examples: Add extension header octet to example + * ipa: Add segmentation callback + * stream: Add server-side (segmentation) support for IPA + * stream test: Fix test output check + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 12 Sep 2023 13:50:25 +0200 + libosmo-netif (1.3.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index a1a752e..94c11ef 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ libdpkg-perl, git, doxygen, - libosmocore-dev (>= 1.8.0), + libosmocore-dev (>= 1.9.0), pkg-config, libpcap0.8-dev, libsctp-dev diff --git a/src/Makefile.am b/src/Makefile.am index 66888c6..7b38ac0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # 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=11:0:0 +LIBVERSION=12:0:1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir) AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOABIS_CFLAGS) $(COVERAGE_CFLAGS) $(LIBSCTP_CFLAGS) diff --git a/tests/osmo-pcap-test/configure.ac b/tests/osmo-pcap-test/configure.ac index 6f5925d..8cee4db 100644 --- a/tests/osmo-pcap-test/configure.ac +++ b/tests/osmo-pcap-test/configure.ac @@ -16,7 +16,7 @@ dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) AC_PROG_CC AC_DISABLE_STATIC -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I2f0d6617c89cff83b1937996006ffe7106db2557 Gerrit-Change-Number: 34373 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 libosmo-netif[master]: Bump version: 1.3.0.56-745c-dirty → 1.4.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
) Change subject: Bump version: 1.3.0.56-745c-dirty → 1.4.0 ...................................................................... Patch Set 1: Verified+1 Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I2f0d6617c89cff83b1937996006ffe7106db2557 Gerrit-Change-Number: 34373 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:24:40 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
1 year, 9 months
1
0
0
0
[M] Change in libosmo-netif[master]: Bump version: 1.3.0.56-745c-dirty → 1.4.0
by pespin
Attention is currently required from: pespin. pespin has removed a vote from this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
) Change subject: Bump version: 1.3.0.56-745c-dirty → 1.4.0 ...................................................................... Removed Verified-1 by Jenkins Builder (1000002) -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/34373?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I2f0d6617c89cff83b1937996006ffe7106db2557 Gerrit-Change-Number: 34373 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
...
137
138
139
140
141
142
143
...
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