Bump version: 1.0.0.21-b896-dirty → 1.1.0

Change-Id: Ie4c2e2c9462746a7a5577a3cc2601ab7dd74bc4a
This commit is contained in:
Pau Espin 2022-06-29 09:48:53 +02:00
parent b896b8e258
commit 7ebdfc29da
4 changed files with 43 additions and 12 deletions

View File

@ -82,11 +82,11 @@ then
fi
dnl checks for libraries
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.6.0)
PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0)
PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
PKG_CHECK_MODULES(LIBOSMOGB, libosmogb >= 1.7.0)
AC_MSG_CHECKING([whether to enable direct DSP access for PDCH of sysmocom-bts])
AC_ARG_ENABLE(sysmocom-dsp,

View File

@ -28,11 +28,11 @@ BuildRequires: pkgconfig >= 0.20
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%endif
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(libosmoctrl) >= 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(libosmoctrl) >= 1.7.0
%{?systemd_requires}
%description

31
debian/changelog vendored
View File

@ -1,3 +1,34 @@
osmo-pcu (1.1.0) unstable; urgency=medium
[ Oliver Smith ]
* treewide: remove FSF address
[ Pau Espin Pedrol ]
* Fix assert hit if connecting to SGSN fails
* llc: Convert to C: s/m_//g
* llc: Convert to C
* llc: Move static functions below related object
* ms: validate codel enabled against proper define
* ms: Remove unneeded bts!=NULL check
* gprs_ms_storage: MS always has non NULL ms->bts
* llc: schedule frames to MS based on SAPI priority
* pdch is_enabled: Use API getter instead of accessing field directly
* llc_queue: Refactor to handle codel_state per prio queue internally
* tests/llc: Add test_llc_meta_pdu_life_expire
* tests/llc: Add test_llc_codel
* gprs_ms: Use osmo_timer_setup() API
* gprs_ms_storage: Use bts_stat_item_inc/dec APIs
* tests/tbf: Set up pcu timers in prepare_pcu()
* gprs_pcu: Explicitly free all bts objects in list before freeing pcu
* bts: Call gprs_bssgp_destroy() in destructor
* TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss()
* gprs_ms_stoage: Release all MS in ms_storage cleanup()
[ Harald Welte ]
* update git URLs (git -> https; gitea)
-- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 09:48:53 +0200
osmo-pcu (1.0.0) unstable; urgency=medium
[ Pau Espin Pedrol ]

4
debian/control vendored
View File

@ -6,8 +6,8 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
autotools-dev,
pkg-config,
libosmocore-dev (>= 1.6.0),
osmo-gsm-manuals-dev (>= 1.2.0)
libosmocore-dev (>= 1.7.0),
osmo-gsm-manuals-dev (>= 1.3.0)
Standards-Version: 3.9.8
Homepage: http://osmocom.org/projects/osmopcu
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-pcu