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
July
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
June 2022
----- 2025 -----
July 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
3 participants
1374 discussions
Start a n
N
ew thread
Change in osmo-sysmon[master]: Bump version: 0.3.1.3-2a64 → 0.3.2
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-sysmon/+/28442
) Change subject: Bump version: 0.3.1.3-2a64 → 0.3.2 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-sysmon/+/28442
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sysmon Gerrit-Branch: master Gerrit-Change-Id: I8ba5b82c4c12911bfa9c8f21e304616e910f5a1a Gerrit-Change-Number: 28442 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, 28 Jun 2022 16:38:58 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years
1
0
0
0
Change in osmo-hlr[master]: Bump version: 1.4.0.16-3863-dirty → 1.5.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-hlr/+/28443
) Change subject: Bump version: 1.4.0.16-3863-dirty → 1.5.0 ...................................................................... Bump version: 1.4.0.16-3863-dirty → 1.5.0 Change-Id: I016ddf4fd955c3b518e620a35f9a817f489e81c4 --- M configure.ac M contrib/osmo-hlr.spec.in M debian/changelog M debian/control 4 files changed, 42 insertions(+), 14 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/43/28443/1 diff --git a/configure.ac b/configure.ac index fa3205d..8823288 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.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0) PKG_CHECK_MODULES(SQLITE3, sqlite3) diff --git a/contrib/osmo-hlr.spec.in b/contrib/osmo-hlr.spec.in index d0a1b57..2c53587 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.1.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.3.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.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 c8f93ae..10683c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +osmo-hlr (1.5.0) unstable; urgency=medium + + [ Oliver Smith ] + * treewide: remove FSF address + + [ Vadim Yanitskiy ] + * fixup: debian: remove unneeded dependency libdbd-sqlite3 + * debian: add new 'osmo-mslookup-utils' package + * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' + + [ Pau Espin Pedrol ] + * ctrl: Mark function as static + * tests: Allow specyfing specific ctrl test to run + * tests/ctrl: Move ERROR test scenario to proper file + * Fix db_subscr_create() not returning -EEXIST expected by VTY subscriber create cmd + * ctrl: Introduce cmd SET subscriber.create <imsi> + * ctrl: Introduce CTRL command subscriber.by-*.msisdn + * cosmetic: hlr_vty_subscr.c: Fix trailing whitespace + * ctrl: Introduce cmd SET subscriber.delete <imsi> + * ctrl: Introduce CTRL command subscriber.by-*.aud2g <algo[,ki]> + * ctrl: Introduce CTRL command subscriber.by-*.aud3g <algo[,KI,(op|opc),OP_C[,ind_bitlen]]> + * doc: Document new subscriber CTRL commands + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 28 Jun 2022 18:38:31 +0200 + osmo-hlr (1.4.0) unstable; urgency=medium [ Keith ] diff --git a/debian/control b/debian/control index 04ddd0e..bda8282 100644 --- a/debian/control +++ b/debian/control @@ -7,12 +7,12 @@ dh-autoreconf, autotools-dev, python3-minimal, - libosmocore-dev (>= 1.5.0), - libosmo-abis-dev (>= 1.1.0), - libosmo-netif-dev (>= 1.1.0), + libosmocore-dev (>= 1.7.0), + libosmo-abis-dev (>= 1.3.0), + libosmo-netif-dev (>= 1.2.0), libsqlite3-dev, sqlite3, - osmo-gsm-manuals-dev (>= 1.1.0) + osmo-gsm-manuals-dev (>= 1.3.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
-- To view, visit
https://gerrit.osmocom.org/c/osmo-hlr/+/28443
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: I016ddf4fd955c3b518e620a35f9a817f489e81c4 Gerrit-Change-Number: 28443 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
3 years
1
0
0
0
Change in osmo-sysmon[master]: Bump version: 0.3.1.3-2a64 → 0.3.2
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sysmon/+/28442
) Change subject: Bump version: 0.3.1.3-2a64 → 0.3.2 ...................................................................... Bump version: 0.3.1.3-2a64 → 0.3.2 Change-Id: I8ba5b82c4c12911bfa9c8f21e304616e910f5a1a --- M debian/changelog 1 file changed, 13 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-sysmon refs/changes/42/28442/1 diff --git a/debian/changelog b/debian/changelog index f90a056..71363ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-sysmon (0.3.2) unstable; urgency=medium + + [ Oliver Smith ] + * treewide: remove FSF address + + [ Pau Espin Pedrol ] + * Drop unneeded ax_check_compile_flag.m4 + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 28 Jun 2022 18:27:29 +0200 + osmo-sysmon (0.3.1) unstable; urgency=medium [ Oliver Smith ] -- To view, visit
https://gerrit.osmocom.org/c/osmo-sysmon/+/28442
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sysmon Gerrit-Branch: master Gerrit-Change-Id: I8ba5b82c4c12911bfa9c8f21e304616e910f5a1a Gerrit-Change-Number: 28442 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
3 years
1
0
0
0
Change in libosmo-sccp[master]: Bump version: 1.5.0.20-e9cc-dirty → 1.6.0
by pespin
pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/28441
) Change subject: Bump version: 1.5.0.20-e9cc-dirty → 1.6.0 ...................................................................... Bump version: 1.5.0.20-e9cc-dirty → 1.6.0 Change-Id: Ibe4efb64b8de506a007559e2fcf13cc9dc0d9d60 --- M TODO-RELEASE M configure.ac M contrib/libosmo-sccp.spec.in M debian/changelog M debian/control M src/Makefile.am 6 files changed, 46 insertions(+), 13 deletions(-) git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/41/28441/1 diff --git a/TODO-RELEASE b/TODO-RELEASE index 9e75c9a..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 -libosmo-netif >1.1.0 use of netif/sctp.h diff --git a/configure.ac b/configure.ac index 92325d7..fe9f614 100644 --- a/configure.ac +++ b/configure.ac @@ -36,10 +36,10 @@ fi PKG_PROG_PKG_CONFIG([0.20]) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.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 133d4a9..246a548 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.1.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index a2500b3..632acf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,37 @@ +libosmo-sccp (1.6.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * ss7: Use sctp value_string from libosmo-netif + * xua_default_lm_fsm.c: Fix typo in comment + * xua_asp_fsm: Fix gcc false positive warning + * Add ss7 instances to osmo_ss7_instances in creation order + + [ Oliver Smith ] + * treewide: remove FSF address + * src/sccp_scmg: fix typo + * osmo_ss7_instance_destroy: use for_each_entry_safe + * include/osmocom/sigtran/sccp_sap.h: cosmetic fixes + * osmo_ss7_vty: add osmo_sccp_addr_by_name_local + + [ Philipp Maier ] + * sccp_user: do not force the role ASP when configured differently + + [ Harald Welte ] + * sccp_demo_user: Add command line argument to specify protocol (m3ua/ipa) + * sccp_demo_user: Add 'show stats' to VTY + * sccp_demo_user: make sure the command-line specified point codes are used + * sccp_demo_user: Allow user to specify logmask on command line + * sccp_demo_user: enable stats / rate_counter timers + * M3UA/SUA: Implement handling of SCON (signaling congestion) + * [cosmetic] sccp_scoc.c: fix comments about corresponding SCCP msg types + * [cosmetic] sccp_scoc: Fix typo in comment + * update git URLs (git -> https; gitea) + + [ Vadim Yanitskiy ] + * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS' + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 28 Jun 2022 18:22:13 +0200 + libosmo-sccp (1.5.0) unstable; urgency=medium [ Harald Welte ] diff --git a/debian/control b/debian/control index 5885de9..e79c318 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, - libosmocore-dev (>= 1.5.0), + libosmocore-dev (>= 1.7.0), autoconf, automake, libtool, @@ -13,9 +13,9 @@ git, doxygen, libdpkg-perl, - libosmo-netif-dev (>= 1.1.0), + libosmo-netif-dev (>= 1.2.0), libsctp-dev, - osmo-gsm-manuals-dev (>= 1.1.0) + osmo-gsm-manuals-dev (>= 1.3.0) Standards-Version: 3.9.7 Vcs-Git:
https://gitea.osmocom.org/osmocom/libosmo-sccp
Vcs-Browser:
https://gitea.osmocom.org/osmocom/libosmo-sccp
diff --git a/src/Makefile.am b/src/Makefile.am index e2273e1..a7c12fe 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=7:0:0 +LIBVERSION=7:1: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/+/28441
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp Gerrit-Branch: master Gerrit-Change-Id: Ibe4efb64b8de506a007559e2fcf13cc9dc0d9d60 Gerrit-Change-Number: 28441 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: newchange
3 years
1
0
0
0
Change in libosmo-netif[master]: Bump version: 1.1.0.14-d1ab-dirty → 1.2.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/28440
) Change subject: Bump version: 1.1.0.14-d1ab-dirty → 1.2.0 ...................................................................... Bump version: 1.1.0.14-d1ab-dirty → 1.2.0 Change-Id: I5809e5c85af66db6174a182a936891fa6e1104c1 --- 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, 34 insertions(+), 10 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/TODO-RELEASE b/TODO-RELEASE index b146231..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,5 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -sctp.h new APIs -prim.h new data type, APIs diff --git a/configure.ac b/configure.ac index 31b7181..5bb0b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -89,8 +89,8 @@ dnl Generate the output AM_CONFIG_HEADER(config.h) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) AC_ARG_ENABLE([lapd_examples], [AS_HELP_STRING( @@ -99,7 +99,7 @@ )], [lapd_examples=$enableval], [lapd_examples="no"]) AS_IF([test "x$lapd_examples" = "xyes"], [ - PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0) + PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.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 4b25378..eeda3e6 100644 --- a/contrib/libosmo-netif.spec.in +++ b/contrib/libosmo-netif.spec.in @@ -24,8 +24,8 @@ BuildRequires: libtool >= 2 BuildRequires: lksctp-tools-devel BuildRequires: pkgconfig >= 0.20 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 %description Network interface demuxer library for OsmoCom projects. diff --git a/debian/changelog b/debian/changelog index eaa5dda..b283cc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +libosmo-netif (1.2.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Introduce sctp.h to provide SCTP related functionalities + * stream: Factor out sctp_recvmg long code chunk + * stream: Add support for AF_UNIX sockets + * Introduce osmo_prim_srv APIs + * prim: Add internal CTL SAPI to negotiate SAP versions + * prim: return last error code + * amr: Fix FormatType from parsing BWE AMR header + * amr: Fix length check in bwe<->iuup converters + + [ Alexander Couzens ] + * amr: don't rely on pad bits to be zero + * export osmo_amr_bits + * amr: Introduce APIs to convert BE to IuUP/IuFP format + + [ Philipp Maier ] + * amr: cosmetic: fix grammer in comment + * amr_test: increase test coverage for oa / bwe conversation + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 28 Jun 2022 18:09:49 +0200 + libosmo-netif (1.1.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index fecb627..c3596b3 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ libdpkg-perl, git, doxygen, - libosmocore-dev (>= 1.5.0), + libosmocore-dev (>= 1.7.0), pkg-config, libpcap0.8-dev, libsctp-dev diff --git a/src/Makefile.am b/src/Makefile.am index 5c23896..60211e1 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=9:1:1 +LIBVERSION=10:0:2 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 7cb31b0..15b176a 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.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) AC_PROG_CC AC_DISABLE_STATIC -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/28440
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I5809e5c85af66db6174a182a936891fa6e1104c1 Gerrit-Change-Number: 28440 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years
1
0
0
0
Change in libosmo-netif[master]: Bump version: 1.1.0.14-d1ab-dirty → 1.2.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/libosmo-netif/+/28440
) Change subject: Bump version: 1.1.0.14-d1ab-dirty → 1.2.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/libosmo-netif/+/28440
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-netif Gerrit-Branch: master Gerrit-Change-Id: I5809e5c85af66db6174a182a936891fa6e1104c1 Gerrit-Change-Number: 28440 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, 28 Jun 2022 16:15:30 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years
1
0
0
0
Change in osmo-pcap[master]: .gitignore: blacklist configure~
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcap/+/28436
) Change subject: .gitignore: blacklist configure~ ...................................................................... .gitignore: blacklist configure~ Change-Id: Ic31044e997c1d2213a89e5c7c051814373c454bd --- M .gitignore 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/.gitignore b/.gitignore index cd976d9..274543c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ missing stamp-h1 compile +configure~ osmopcapconfig.h* -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/28436
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: Ic31044e997c1d2213a89e5c7c051814373c454bd Gerrit-Change-Number: 28436 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years
1
0
0
0
Change in osmo-pcap[master]: Bump version: 0.3.0.5-5364-dirty → 0.4.0
by pespin
pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-pcap/+/28437
) Change subject: Bump version: 0.3.0.5-5364-dirty → 0.4.0 ...................................................................... Bump version: 0.3.0.5-5364-dirty → 0.4.0 Change-Id: Id9d5ef30ddbeb644cfbd98383a8764435576cbfe --- M configure.ac M contrib/osmo-pcap.spec.in M debian/changelog M debian/control 4 files changed, 22 insertions(+), 9 deletions(-) Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved diff --git a/configure.ac b/configure.ac index fa9a3c8..f0541f2 100644 --- a/configure.ac +++ b/configure.ac @@ -157,11 +157,11 @@ AC_SUBST([PCAP_CFLAGS]) dnl checks for libraries -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) # libosmogb: needed for osmocom/gprs includes -PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) PKG_CHECK_MODULES(LIBZMQ, libzmq >= 3.2.2) PKG_CHECK_MODULES(LIBGNUTLS, gnutls) diff --git a/contrib/osmo-pcap.spec.in b/contrib/osmo-pcap.spec.in index d4459b4..7083c98 100644 --- a/contrib/osmo-pcap.spec.in +++ b/contrib/osmo-pcap.spec.in @@ -29,10 +29,10 @@ %endif BuildRequires: pkgconfig BuildRequires: pkgconfig(gnutls) -BuildRequires: pkgconfig(libosmocore) >= 1.6.0 -BuildRequires: pkgconfig(libosmogb) >= 1.6.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 -BuildRequires: pkgconfig(libosmovty) >= 1.6.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmogb) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 BuildRequires: pkgconfig(libzmq) >= 3.2.2 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index eb8b2cd..eab1769 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +osmo-pcap (0.4.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * client: Increase wqueue transmit length + * client: Log wqueue capacity when failing to enqueue + * client: Add 'wqueue max-length <0-4294967295>' VTY command + * .gitignore: blacklist configure~ + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + + -- Pau Espin Pedrol <pespin(a)sysmocom.de> Tue, 28 Jun 2022 17:36:44 +0200 + osmo-pcap (0.3.0) unstable; urgency=medium [ Vadim Yanitskiy ] diff --git a/debian/control b/debian/control index a7f5635..a94aa12 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ autotools-dev, libpcap0.8-dev, pkg-config, - libosmocore-dev (>= 1.6.0), + libosmocore-dev (>= 1.7.0), libgnutls28-dev, libzmq3-dev (>= 3.2.2) Standards-Version: 3.9.1 -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/28437
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: Id9d5ef30ddbeb644cfbd98383a8764435576cbfe Gerrit-Change-Number: 28437 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pespin(a)sysmocom.de> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: pespin <pespin(a)sysmocom.de> Gerrit-MessageType: merged
3 years
1
0
0
0
Change in osmo-pcap[master]: Bump version: 0.3.0.5-5364-dirty → 0.4.0
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-pcap/+/28437
) Change subject: Bump version: 0.3.0.5-5364-dirty → 0.4.0 ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/28437
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: Id9d5ef30ddbeb644cfbd98383a8764435576cbfe Gerrit-Change-Number: 28437 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, 28 Jun 2022 16:14:26 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years
1
0
0
0
Change in osmo-pcap[master]: .gitignore: blacklist configure~
by pespin
pespin has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-pcap/+/28436
) Change subject: .gitignore: blacklist configure~ ...................................................................... Patch Set 1: Code-Review+2 -- To view, visit
https://gerrit.osmocom.org/c/osmo-pcap/+/28436
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcap Gerrit-Branch: master Gerrit-Change-Id: Ic31044e997c1d2213a89e5c7c051814373c454bd Gerrit-Change-Number: 28436 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, 28 Jun 2022 16:14:24 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: Yes Gerrit-MessageType: comment
3 years
1
0
0
0
← Newer
1
...
18
19
20
21
22
23
24
...
138
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
Results per page:
10
25
50
100
200