From d23ebf53575122cba6d20eb3272675766208b4ec Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 16 Nov 2021 18:03:02 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0.49-f9902-dirty=20?= =?UTF-8?q?=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I42647a35746c3cbd89e88d9f90f22f1c9275a919 --- configure.ac | 10 +++--- contrib/osmo-gbproxy.spec.in | 10 +++--- debian/changelog | 61 ++++++++++++++++++++++++++++++++++++ debian/control | 4 +-- 4 files changed, 73 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 11ebac44..353fc962 100644 --- a/configure.ac +++ b/configure.ac @@ -45,11 +45,11 @@ AC_SEARCH_LIBS([dlsym], [dl dld], [LIBRARY_DLSYM="$LIBS";LIBS=""]) AC_SUBST(LIBRARY_DLSYM) -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(LIBOSMOGB, libosmogb >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0) dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-gbproxy.spec.in b/contrib/osmo-gbproxy.spec.in index f1b54523..42c13cdb 100644 --- a/contrib/osmo-gbproxy.spec.in +++ b/contrib/osmo-gbproxy.spec.in @@ -33,11 +33,11 @@ BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogb) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.6.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 +BuildRequires: pkgconfig(libosmogb) >= 1.6.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 +BuildRequires: pkgconfig(libosmovty) >= 1.6.0 %{?systemd_requires} %description diff --git a/debian/changelog b/debian/changelog index c6702cd4..e6f31fdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,64 @@ +osmo-gbproxy (1:0.2.0) unstable; urgency=medium + + [ Pau Espin Pedrol ] + * Support setting rt-prio and cpu-affinity mask through VTY + * Avoid sending tx_status upon rx of RIM messages + * Use new stat item/ctr getter APIs + + [ Daniel Willmann ] + * gbproxy_main: Fix naming bsc_hack/nsip_proxy -> (osmo-)gbproxy + * manual: Update manuals, include sgsn pooling and NS variants + * manuals: Regenerate counters/VTY through docker + * Remove some outdated TODO/comments + * gb_proxy.h: Use pragma once instead of ifndef + * Update the max_sdu_len from NS + * Handle GPRS_NS2_AFF_CAUSE_FAILURE + * Remove osmo-sgsn relics + * gbproxy: Don't free NSE/BVC0 if SGSN NSE goes down + * gbproxy_main: Add ctrl vty commands + * gb_proxy: Ensure cell info is up to date when receiving PTP-BVC reset + * gbproxy_main: Process options after all initialization is done + * examples/manuals: Improve/update ns-related documentation + * Don't route messages to an SGSN if it is down + * manual: Update counters, add proper chapter for counters + * gbproxy_vty: Remove redundant command "show gbproxy links" + * manual: Add section describing show gbproxy command usage + * manual: Add chapter describing osmo counters in general + * gbproxy: Add usage flag to the imsi_cache + * gbproxy: Forward MS_REGISTR_ENQ/_RESP correctly + * gbproxy_peer: Set rate_ctr name for gbproxy_peer stats + * gbproxy_peer: Free a cell as soon as no BSS BVC uses it + * gbproxy_ctrl: Fix crash in nsvc-state ctrl command + * gbproxy_ctrl: Ignore SIG-BVCI in ctrl commands + * gbproxy: Remove SGSN-side BVC after sending BVC-BLOCK + * gbproxy: Avoid sending STATUS on unexpected BLOCK_ACK + * gbproxy: Fix stats when no BVC could be found + * gbproxy: Use designated initializers for global_ctr_description + * gbproxy: Improve log message when no bvc is found (include bvci) + * gbproxy: Route BSSGP STATUS with PDU_IN_ERROR containing a TLLI + * gpproxy: Route BSSGP STATUS with PDU_IN_ERROR containing a TMSI + * gbproxy: Add comment, improve log message in gbproxy_tlli_from_status_pdu + * gbproxy: Improve STATUS handling from SGSN + * gbproxy: Route DL STATUS with BVCI on SIG-BVC + * gbproxy: Add comment, remove unused param in gbproxy_tlli_from_status_pdu + * gbproxy: Route STATUS in PtP-BVC by TLLI/TMSI as well + * gbproxy: Move BSSGP decoding into its own function and use it + * gbproxy: Increase correct counter when BSSGP decode from SGSN fails + * gbproxy: Only use one struct tlv_parsed for gbproxy_decode_bssgp + * gbproxy: Remove duplicate struct gprs_ra_id handling + + [ Harald Welte ] + * vty: Print CellId along with RA-ID + + [ Oliver Smith ] + * doc: include gb-ns2.adoc, not gb-variants.adoc + * gitignore: add gbproxy_vty_reference.xml + * examples/osmo-gbproxy.cfg: fix osmo-sgsn conflict + * debian/control: remove dh-systemd build-depend + * Revert "Turn some compiler warnings into errors" + + -- Pau Espin Pedrol Tue, 16 Nov 2021 18:03:02 +0100 + osmo-gbproxy (1:0.1.0) unstable; urgency=medium [ Philipp Maier ] diff --git a/debian/control b/debian/control index 2bdb50e3..c71a321e 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: debhelper (>=9), libtool, pkg-config, libtalloc-dev, - libosmocore-dev (>= 1.5.0), - osmo-gsm-manuals-dev (>= 1.1.0) + libosmocore-dev (>= 1.6.0), + osmo-gsm-manuals-dev (>= 1.2.0) Standards-Version: 3.9.8 Vcs-Git: git://git.osmocom.org/osmo-gbproxy.git Vcs-Browser: https://git.osmocom.org/osmo-gbproxy