aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-02-15 10:33:26 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-16 08:09:33 +0000
commit4e825b6a68090b472ffed4c14153e38132e48b6c (patch)
treeca7217d434048fc190435c8fd14dbde127be6d85 /include
parent6fbd3bf732d4676ebb50718b198e20c4ed273f50 (diff)
libmsc: Add a function to return a unique ID of the subscriber conn
The ID will include the type of connection (GERAN_A, UTRAN_IU) followed by the SCCP conn_id. This can be used for the fsm instance ID before we know the IMSI. Change-Id: I4b875772e3994ad3458ee60dbf880604486d9afd
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/osmo_msc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/osmo_msc.h b/include/osmocom/msc/osmo_msc.h
index 2b019e1bc..70e381882 100644
--- a/include/osmocom/msc/osmo_msc.h
+++ b/include/osmocom/msc/osmo_msc.h
@@ -54,6 +54,7 @@ enum msc_compl_l3_rc {
MSC_CONN_REJECT = 1,
};
+char *msc_subscr_conn_get_conn_id(struct gsm_subscriber_connection *conn);
int msc_create_conn_fsm(struct gsm_subscriber_connection *conn, const char *id);
int msc_vlr_alloc(struct gsm_network *net);