<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-abis/+/26271">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Bump version: 1.1.1.14-57ff-dirty → 1.2.0<br><br>Change-Id: I0536137e6221fd322536111dfda6e19d3c57de6c<br>---<br>M TODO-RELEASE<br>M configure.ac<br>M contrib/libosmo-abis.spec.in<br>M debian/changelog<br>M debian/control<br>M src/Makefile.am<br>6 files changed, 40 insertions(+), 17 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-abis refs/changes/71/26271/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/TODO-RELEASE b/TODO-RELEASE</span><br><span>index 8c417cd..d0852fc 100644</span><br><span>--- a/TODO-RELEASE</span><br><span>+++ b/TODO-RELEASE</span><br><span>@@ -7,6 +7,3 @@</span><br><span> # If any interfaces have been added since the last public release: c:r:a + 1.</span><br><span> # If any interfaces have been removed or changed since the last public release: c:r:0.</span><br><span> #library   what            description / commit summary line</span><br><span style="color: hsl(0, 100%, 40%);">-update libosmocore dependency to > 1.5.1 for OSMO_SOCK_F_{DSCP,PRIO}()</span><br><span style="color: hsl(0, 100%, 40%);">-libosmo-abis  new member      ipa_client_conn new struct members dscp, priority</span><br><span style="color: hsl(0, 100%, 40%);">-libosmo-abis   new member      ipa_server_link new struct members dscp, priority</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 0becff9..d183a05 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -66,10 +66,10 @@</span><br><span> dnl Generate the output</span><br><span> AM_CONFIG_HEADER(config.h)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)</span><br><span style="color: hsl(0, 100%, 40%);">-PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.5.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)</span><br><span style="color: hsl(120, 100%, 40%);">+PKG_CHECK_MODULES(LIBOSMOCODEC, libosmocodec >= 1.6.0)</span><br><span> PKG_CHECK_MODULES(ORTP, ortp >= 0.22.0)</span><br><span> </span><br><span> AC_ARG_ENABLE([dahdi],</span><br><span>diff --git a/contrib/libosmo-abis.spec.in b/contrib/libosmo-abis.spec.in</span><br><span>index 629db97..8add588 100644</span><br><span>--- a/contrib/libosmo-abis.spec.in</span><br><span>+++ b/contrib/libosmo-abis.spec.in</span><br><span>@@ -27,11 +27,11 @@</span><br><span> BuildRequires:  libtool >= 2</span><br><span> BuildRequires:  pkgconfig >= 0.20</span><br><span> BuildRequires:  xz</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmocore) >= 1.5.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmogsm) >= 1.5.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmovty) >= 1.5.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(libosmocodec) >= 1.5.0</span><br><span style="color: hsl(0, 100%, 40%);">-BuildRequires:  pkgconfig(ortp) >= 0.22</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmocore) >= 1.6.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmogsm) >= 1.6.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmovty) >= 1.6.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmocodec) >= 1.6.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(ortp) >= 0.22.0</span><br><span> BuildRequires:  pkgconfig(talloc)</span><br><span> </span><br><span> %description</span><br><span>@@ -59,8 +59,8 @@</span><br><span> License:        AGPL-3.0-or-later</span><br><span> Group:          Development/Libraries/C and C++</span><br><span> Requires:       libosmoabis10 = %version</span><br><span style="color: hsl(0, 100%, 40%);">-Requires:       libosmocore-devel >= 0.3.0</span><br><span style="color: hsl(0, 100%, 40%);">-Requires:       libosmogsm-devel >= 0.3.10</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmocore-devel >= 1.6.0</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmogsm-devel >= 1.6.0</span><br><span> </span><br><span> %description -n libosmoabis-devel</span><br><span> This library contains common/shared code regarding the GSM A-bis</span><br><span>diff --git a/debian/changelog b/debian/changelog</span><br><span>index 0d69185..e889ba6 100644</span><br><span>--- a/debian/changelog</span><br><span>+++ b/debian/changelog</span><br><span>@@ -1,3 +1,29 @@</span><br><span style="color: hsl(120, 100%, 40%);">+libosmo-abis (1.2.0) unstable; urgency=medium</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Keith ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Configure E1 pcap file per line</span><br><span style="color: hsl(120, 100%, 40%);">+  * Log TRAU FSM at INFO not NOTICE</span><br><span style="color: hsl(120, 100%, 40%);">+  * Fix up vty 'show' commands for E1 line/timeslots</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Harald Welte ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipa: Introduce support for user-specific DSCP and priority</span><br><span style="color: hsl(120, 100%, 40%);">+  * e1_input: Allow (vty) configuration of IP DSCP and socket priority</span><br><span style="color: hsl(120, 100%, 40%);">+  * trau: Introduce osmo_rtp_socket_set_priority()</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Philipp Maier ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipaccess: do not block ipaccess_line_update on failure</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+  [ Pau Espin Pedrol ]</span><br><span style="color: hsl(120, 100%, 40%);">+  * Use new stat item/ctr getter APIs</span><br><span style="color: hsl(120, 100%, 40%);">+  * osmo_ortp: Fix seqno reset to 0 upon ssrc_changed</span><br><span style="color: hsl(120, 100%, 40%);">+  * e1_input: Fix line not removed from e1inp_line_list when freed</span><br><span style="color: hsl(120, 100%, 40%);">+  * e1_input: Document e1inp_line_create()</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipaccess: Allow reconfiguring the ipa line during line_update()</span><br><span style="color: hsl(120, 100%, 40%);">+  * ipaccess: e1inp_ipa_bts_rsl_connect: Fix memleak recreating ipa_client_conn</span><br><span style="color: hsl(120, 100%, 40%);">+  * e1inp_input: Fix e1inp_line_clone removing original line from global list when freed</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+ -- Pau Espin Pedrol <pespin@sysmocom.de>  Tue, 16 Nov 2021 14:18:45 +0100</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> libosmo-abis (1.1.1) unstable; urgency=medium</span><br><span> </span><br><span>   * attempt to fix RPM spec file after recent soversion bump</span><br><span>diff --git a/debian/control b/debian/control</span><br><span>index 4608ad6..3601b43 100644</span><br><span>--- a/debian/control</span><br><span>+++ b/debian/control</span><br><span>@@ -11,7 +11,7 @@</span><br><span>                dh-autoreconf,</span><br><span>                libdpkg-perl,</span><br><span>                git,</span><br><span style="color: hsl(0, 100%, 40%);">-               libosmocore-dev (>= 1.5.0),</span><br><span style="color: hsl(120, 100%, 40%);">+               libosmocore-dev (>= 1.6.0),</span><br><span>                pkg-config,</span><br><span>                libortp-dev</span><br><span> Standards-Version: 3.9.7</span><br><span>diff --git a/src/Makefile.am b/src/Makefile.am</span><br><span>index 346e67b..96e38b1 100644</span><br><span>--- a/src/Makefile.am</span><br><span>+++ b/src/Makefile.am</span><br><span>@@ -1,8 +1,8 @@</span><br><span> # This is _NOT_ the library release version, it's an API version.</span><br><span> # Please read chapter "Library interface versions" of the libtool documentation</span><br><span> # before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html</span><br><span style="color: hsl(0, 100%, 40%);">-ABIS_LIBVERSION=10:0:0</span><br><span style="color: hsl(0, 100%, 40%);">-TRAU_LIBVERSION=6:0:4</span><br><span style="color: hsl(120, 100%, 40%);">+ABIS_LIBVERSION=11:0:1</span><br><span style="color: hsl(120, 100%, 40%);">+TRAU_LIBVERSION=7:0:5</span><br><span> </span><br><span> AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)</span><br><span> AM_CFLAGS= -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(LIBOSMOE1D_CFLAGS) $(LIBOSMOCODEC_CFLAGS) $(COVERAGE_CFLAGS)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-abis/+/26271">change 26271</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmo-abis/+/26271"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0536137e6221fd322536111dfda6e19d3c57de6c </div>
<div style="display:none"> Gerrit-Change-Number: 26271 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>