aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 09:48:53 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 09:48:53 +0200
commit7ebdfc29dad48e2e8d854f6d90f0a2549a76a411 (patch)
treeed4f555368957b182254d46ad1e36d5d488b7643
parentb896b8e2584297bd7176d179092fed67d6121733 (diff)
Bump version: 1.0.0.21-b896-dirty → 1.1.01.1.0
-rw-r--r--configure.ac10
-rw-r--r--contrib/osmo-pcu.spec.in10
-rw-r--r--debian/changelog31
-rw-r--r--debian/control4
4 files changed, 43 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 31ef1891..3f38d935 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,
diff --git a/contrib/osmo-pcu.spec.in b/contrib/osmo-pcu.spec.in
index eec0ce20..1b3f6f58 100644
--- a/contrib/osmo-pcu.spec.in
+++ b/contrib/osmo-pcu.spec.in
@@ -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
diff --git a/debian/changelog b/debian/changelog
index 600969ce..24a07f92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 ]
diff --git a/debian/control b/debian/control
index 9ebf7123..3efddf34 100644
--- a/debian/control
+++ b/debian/control
@@ -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