Bump version: 0.1.0.49-f9902-dirty → 0.2.0

Change-Id: I42647a35746c3cbd89e88d9f90f22f1c9275a919
This commit is contained in:
Pau Espin 2021-11-16 18:03:02 +01:00
parent f9902c5c05
commit d23ebf5357
4 changed files with 73 additions and 12 deletions

View File

@ -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

View File

@ -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

61
debian/changelog vendored
View File

@ -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@sysmocom.de> Tue, 16 Nov 2021 18:03:02 +0100
osmo-gbproxy (1:0.1.0) unstable; urgency=medium
[ Philipp Maier ]

4
debian/control vendored
View File

@ -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