aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-15 14:08:47 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-15 14:08:47 +0200
commit33da462a2bf37f2688d79530b11f9e65b5c93502 (patch)
treeb0f09c7a0476ffb14438751cebe61aafc7eec4d9
parent6a9a799c9c89bf3b7d987ead1b7f75639b0cb8d0 (diff)
Bump version: 0.8.0.16-6a9a → 0.8.10.8.1pespin/release
-rw-r--r--debian/changelog26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 39409d06..09e2a831 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+osmo-bts (0.8.1) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * cosmetic: dyn TS: clarify rsl_tx_rf_rel_ack() with a switch
+ * dyn TS: fix TCH/F_TCH/H_PDCH: properly record release of PDCH TS
+ * dyn TS: rx_rf_chan_rel: properly mark PDCH rel when no PCU, clarify
+ * dyn TS: clear TCH state upon reconnecting as PDCH
+ * cosmetic: dyn TS: clarify chan_nr composition
+ * ignore RSL RF CHAN REL for inactive lchans
+ * fix RSL Chan Activ Nack messages
+ * ip.access dyn ts: properly NACK a PDCH ACT on a still active lchan
+ * add/improve various logging around dyn ts
+ * dyn TS: be less strict on chan_nr, to allow arbitrary pchan switches
+
+ [ Stefan Sperling ]
+ * send a State Changed Event Report when rf is locked/unlocked
+
+ [ Harald Welte ]
+ * rsl: log errors when parsing of encryption information fails
+ * rsl: Make channel activation fail if encryption algorithm not supported
+ * rsl: Properly NACK CHAN_ACKT / MODE_MODIFY
+ * rsl: If CHAN ACT or MODE MODIF fails, send respective NACK
+ * osmo-bts-trx: Enable A5/3 cipher support
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 15 May 2018 14:08:47 +0200
+
osmo-bts (0.8.0) unstable; urgency=medium
[ Neels Hofmeyr ]