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