aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-02 15:27:26 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-02 16:30:10 +0200
commitdefe78f1e17cf34da0e602ad1a07c0214a7a81c9 (patch)
treeb2811351ec64e49d2797a6acb937bf0bded69d82 /openbsc/src/libmsc
parent061787878ceac939ed6b6882f4d810b53774d24b (diff)
add comments on MSCSPLIT and paging
Diffstat (limited to 'openbsc/src/libmsc')
-rw-r--r--openbsc/src/libmsc/silent_call.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libmsc/silent_call.c b/openbsc/src/libmsc/silent_call.c
index 0c7b519aa..5e637b627 100644
--- a/openbsc/src/libmsc/silent_call.c
+++ b/openbsc/src/libmsc/silent_call.c
@@ -123,6 +123,9 @@ int gsm_silent_call_start(struct gsm_subscriber *subscr, void *data, int type)
{
struct subscr_request *req;
+ /* FIXME the VTY command allows selecting a silent call channel type.
+ * This doesn't apply to the situation after MSCSPLIT with an
+ * A-interface. */
req = subscr_request_conn(subscr, paging_cb_silent, data);
return req != NULL;
}