aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog47
1 files changed, 44 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 91e6f4e71..c96629031 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,46 @@
-openbsc (0.9.13-0~jrsantos.1) UNRELEASED; urgency=low
+opensgsn (0.9.13-0~jrsantos.5) unstable; urgency=low
- * Initial release.
+ * gprs: Change T3302 to 20 seconds
+ * gprs: Also check tlli_new in sgsn_mm_ctx_by_tlli
- -- Jonathan Santos <jrsantos@jonathanrsantos.com> Wed, 25 May 2011 14:14:35 -0400
+ -- Jonathan Santos <jrsantos@jonathanrsantos.com> Thu, 11 Aug 2011 02:57:38 -0400
+
+opensgsn (0.9.13-0~jrsantos.4) unstable; urgency=low
+
+ * Revert "gprs: Fix bug that caused TLLI to change prematurely"
+ * gprs: Fix premature TLLI change
+ * gprs: Fix retry of ATTACH REQUEST from mobile
+
+ -- Jonathan Santos <jrsantos@jonathanrsantos.com> Sun, 31 Jul 2011 12:56:09 -0400
+
+opensgsn (0.9.13-0~jrsantos.3) unstable; urgency=low
+
+ * Allow all IMSIs
+ * gprs: Fix segfault on attach caused by MS Radio Access Capability
+ larger than 14 octets
+ * gprs: Fix possible segfault on attach caused by MS Network
+ Capability larger than 4 octets
+ * gprs: Fix bug where SGSN was sending all LLC UI frames with N(U)=0
+ * gprs: Fix bugs that reset LLC sequence numbers improperly
+ * gprs: Fix bug that caused TLLI to change prematurely
+ * gprs: Delete GMM and PDP contexts if ATTACH_REQUEST received from
+ already-attached MS
+ * gprs: Set GMM state to GMM_REGISTERED_NORMAL after ATTACH_COMPLETE
+ received
+ * gprs: Suspend user data transmission during Routing Area Updating
+ * gprs: Fix LLC UI window
+ * gprs: Reset LLC state when Timer 3350 expires
+
+ -- Jonathan Santos <jrsantos@jonathanrsantos.com> Fri, 22 Jul 2011 13:07:05 -0400
+
+opensgsn (0.9.13-0~jrsantos.2) unstable; urgency=low
+
+ * Fix bug that caused dpkg-gencontrol to fail
+
+ -- Jonathan Santos <jrsantos@jonathanrsantos.com> Fri, 10 Jun 2011 12:34:43 -0400
+
+opensgsn (0.9.13-0~jrsantos.1) unstable; urgency=low
+
+ * Add sarge-compatible debian files
+
+ -- Jonathan Santos <jrsantos@jonathanrsantos.com> Wed, 25 May 2011 14:38:49 -4000