aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-18 17:08:25 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:09 +0100
commit070f673b12d8ca5939fdf272f32b5e45154c9067 (patch)
tree28450a12b3750b340388cae15f9fec805f573ce7 /openbsc/src/gprs
parente2a10dbe35c246075d093060398358b6f713c4a8 (diff)
func declaration, comments
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/iu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/gprs/iu.c b/openbsc/src/gprs/iu.c
index 9e5991d94..f73f62aa1 100644
--- a/openbsc/src/gprs/iu.c
+++ b/openbsc/src/gprs/iu.c
@@ -463,6 +463,7 @@ int iu_init(void *ctx, const char *listen_addr, uint16_t listen_port,
/* Return an existing Iu-CS subscriber connection record for the given link and
* connection IDs, or return NULL if not found. */
+/* TODO wrong file */
static struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network,
uint8_t link_id,
uint32_t conn_id)
@@ -485,6 +486,7 @@ static struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_networ
* peer that sent the msg.
*
* For A-interface see libbsc/bsc_api.c gsm0408_rcvmsg(). */
+/* TODO wrong file */
int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t link_id)
{
int rc;
@@ -524,6 +526,7 @@ int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t l
}
/* For A-interface see libbsc/bsc_api.c subscr_con_allocate() */
+/* TODO wrong file */
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_bts *bts)
/* TODO "bts"? this is an hNodeB, really. */
{