aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-12 14:28:11 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commit23e7f28c5c77a57aad5331c5e27b29e2eccfe7c3 (patch)
treefcef687b7a5207016fed467a5d6d188885515ae5 /openbsc/src/libbsc
parent243c7cb044c489b62d3cd4ad3631822d270989a8 (diff)
mscsplit: getting grips on header scopes
Diffstat (limited to 'openbsc/src/libbsc')
-rw-r--r--openbsc/src/libbsc/bsc_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c
index cd6b87e15..9dc394c9c 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -242,6 +242,8 @@ static int handle_new_assignment(struct gsm_subscriber_connection *conn, int cha
/* Allocate a subscriber connection for A-interface link. For Iu-CS see
* subscr_con_allocate_iu(). */
+/* TODO this shall move to libmsc, behind an actual A-interface, and lchan will
+ * not be involved. */
struct gsm_subscriber_connection *subscr_con_allocate(struct gsm_lchan *lchan)
{
struct gsm_subscriber_connection *conn;