aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog31
-rw-r--r--debian/control4
2 files changed, 33 insertions, 2 deletions
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