aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-cscn/iucs_ranap.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/osmo-cscn/iucs_ranap.h')
-rw-r--r--openbsc/src/osmo-cscn/iucs_ranap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/src/osmo-cscn/iucs_ranap.h b/openbsc/src/osmo-cscn/iucs_ranap.h
new file mode 100644
index 000000000..c9fb255d3
--- /dev/null
+++ b/openbsc/src/osmo-cscn/iucs_ranap.h
@@ -0,0 +1,7 @@
+#pragma once
+
+struct ue_conn_ctx;
+
+int iucs_rx_ranap_event(struct gsm_network *network,
+ struct ue_conn_ctx *ue_ctx, int type, void *data);
+