Change in osmo-gbproxy[master]: Bump version: 0.1.0.49-f9902-dirty → 0.2.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 16 17:43:53 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/26289 )

Change subject: Bump version: 0.1.0.49-f9902-dirty → 0.2.0
......................................................................

Bump version: 0.1.0.49-f9902-dirty → 0.2.0

Change-Id: I42647a35746c3cbd89e88d9f90f22f1c9275a919
---
M configure.ac
M contrib/osmo-gbproxy.spec.in
M debian/changelog
M debian/control
4 files changed, 73 insertions(+), 12 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index 11ebac4..353fc96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,11 +45,11 @@
 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 f1b5452..42c13cd 100644
--- a/contrib/osmo-gbproxy.spec.in
+++ b/contrib/osmo-gbproxy.spec.in
@@ -33,11 +33,11 @@
 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 c6702cd..e6f31fd 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 <pespin at sysmocom.de>  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 2bdb50e..c71a321 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@
                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

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gbproxy/+/26289
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gbproxy
Gerrit-Branch: master
Gerrit-Change-Id: I42647a35746c3cbd89e88d9f90f22f1c9275a919
Gerrit-Change-Number: 26289
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/55d0cd01/attachment.htm>


More information about the gerrit-log mailing list