aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0408
diff options
context:
space:
mode:
authorDaniel Willmann <daniel@totalueberwachung.de>2008-12-29 04:20:41 +0000
committerDaniel Willmann <daniel@totalueberwachung.de>2008-12-29 04:20:41 +0000
commit6fe997e9dd5f08660a8410fbd9e7e143d032ebf7 (patch)
tree2b52586de31fe7b0ff0aaa08b6567a866569b69e /tests/gsm0408
parent3b2ec4261fb53238718f70719756626c49deb091 (diff)
Implement sending SMS and send one on network registration
Diffstat (limited to 'tests/gsm0408')
-rw-r--r--tests/gsm0408/gsm0408_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c
index 870574112..659a03b03 100644
--- a/tests/gsm0408/gsm0408_test.c
+++ b/tests/gsm0408/gsm0408_test.c
@@ -78,3 +78,4 @@ void db_subscriber_alloc_tmsi(void) {}
void db_create_subscriber(void) {}
void rsl_chan_release(void) {}
void msgb_alloc(void) {}
+void gsm0411_send_sms(void) {}