aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-30 13:53:26 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-01-19 15:10:58 +0100
commit3aa1f5242c550ab940ab913dc444fe24163a3dd9 (patch)
tree7a887edf8c22d7d8df55e9bb55f910beb7629f30
parentdd399a0da4f3d78ff980c8b2e741119fa1991319 (diff)
sgsn: Added TODOs (TODO)
TODO: - fix and remove TODOs - add test cases for Detach(reattach) - add test cases for PDP context deletion (OW#1311) - add test cases for Cancel pending timer in sgsn_mm_ctx_free - implement age based MM context expiry - remove this commit Sponsored-by: On-Waves ehf
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index 1ae94b0dd..1f0046047 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -19,6 +19,12 @@
*
*/
+/* TODO:
+ * - add test cases for Detach(reattach)
+ * - add test cases for PDP context deletion
+ * - add test cases for Cancel pending timer in sgsn_mm_ctx_free
+ */
+
#include <openbsc/gprs_llc.h>
#include <openbsc/sgsn.h>
#include <openbsc/gprs_gmm.h>