iucs: Add a function to return the connection ID for the IU SCCP conn

Change-Id: Ica4a7f463fcf1bd67fe082296cecea8d10f2fc5b
diff --git a/include/osmocom/msc/iucs.h b/include/osmocom/msc/iucs.h
index a48a316..8b22104 100644
--- a/include/osmocom/msc/iucs.h
+++ b/include/osmocom/msc/iucs.h
@@ -8,3 +8,5 @@
 struct gsm_subscriber_connection *subscr_conn_lookup_iu(struct gsm_network *network,
 							struct ranap_ue_conn_ctx *ue);
 int iu_rab_act_cs(struct gsm_trans *trans);
+
+uint32_t iu_get_conn_id(const struct ranap_ue_conn_ctx *ue);