aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-09-30 13:53:26 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-11-30 13:35:33 +0100
commit61438f7bce327b8e6f9ec84d6ef0f5a115f8a743 (patch)
tree8fd58ec762cdd81ba596624ce8ff355dfc2229f5 /openbsc
parenta960376fcadd6fe1851d20c801ab197c8dd8b101 (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 - remove this commit Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc')
-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 859223f7a..37953668b 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_cleanup_free
+ */
+
#include <openbsc/gprs_llc.h>
#include <openbsc/sgsn.h>
#include <openbsc/gprs_gmm.h>