aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/iu_cs.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-11 01:28:06 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:10 +0100
commit7a70a4f52a837bde0f7fa5f435e302939a2e3d74 (patch)
treed617c4a5814d21ecac41a9e917deca84da044433 /openbsc/include/openbsc/iu_cs.h
parentc6172a320bdbbe38a0a9f3ae6b072b00b5b6bd02 (diff)
cscn wip: direct dtap responses to IuCS
Diffstat (limited to 'openbsc/include/openbsc/iu_cs.h')
-rw-r--r--openbsc/include/openbsc/iu_cs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/iu_cs.h b/openbsc/include/openbsc/iu_cs.h
index 2169c1ab1..9c2be4176 100644
--- a/openbsc/include/openbsc/iu_cs.h
+++ b/openbsc/include/openbsc/iu_cs.h
@@ -4,4 +4,7 @@ int gsm0408_rcvmsg_iucs(struct gsm_network *network, struct msgb *msg, uint8_t l
struct gsm_subscriber_connection *subscr_conn_allocate_iu(struct gsm_network *network,
uint8_t link_id,
- uint32_t conn_id)
+ uint32_t conn_id);
+
+int iucs_submit_dtap(struct gsm_subscriber_connection *conn,
+ struct msgb *msg);