aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-10-28 11:15:16 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2014-11-03 13:04:58 +0100
commit29f399634aab15fc9b4d5e4dacb0c3dca9875fe2 (patch)
tree91a68a8a9e366c2d4ee12a79f4a1535e730b2948
parent7fde5b6190bde320d83091e57be743a1fc594074 (diff)
debian: Prepare new test release (0.13.1+z8f)
Conflicts: debian/changelog
-rw-r--r--debian/changelog17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f963b24c5..088acc751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+openbsc (0.13.1+z8f) UNRELEASED; urgency=medium
+
+ * Don't abort on TLLI mismatch.
+ * SGSN timer freeze fixes.
+ * Only send Detach Accept (MO) if power_off isn't set
+ * Handle Detach Requests even when there is no mmctx
+ * Avoid duplicated Attach Accept messages
+ * Unassign the LLME after GMM Status without mmctx
+ * gbproxy: Reset TLLIs when the link_info is found by IMSI/P-TMSI
+ * gbproxy: Honour the BSS TLLI type when creating an SGSN TLLI
+ * sgsn: Cleanup GMM state transitions
+ * sgsn: Call mm_ctx_cleanup_free to deregister MM context
+ * sgsn: Fix LLME leak when forcing a reattach
+ * sgsn: Do not die in _bssgp_tx_dl_ud on TLLI mismatch
+
+ -- Jacob Erlbeck <jerlbeck@sysmocom.de> Tue, 21 Sep 2014 08:05:47 +0200
+
openbsc (0.13.1+z8) UNRELEASED; urgency=medium
* Osmux and GBProxy changes