aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_09_11.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/gsm_09_11.h')
-rw-r--r--include/osmocom/msc/gsm_09_11.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_09_11.h b/include/osmocom/msc/gsm_09_11.h
new file mode 100644
index 000000000..4e7a5b64b
--- /dev/null
+++ b/include/osmocom/msc/gsm_09_11.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <osmocom/core/msgb.h>
+
+int gsm0911_rcv_nc_ss(struct gsm_subscriber_connection *conn, struct msgb *msg);