aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_04_11_gsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/gsm_04_11_gsup.h')
-rw-r--r--include/osmocom/msc/gsm_04_11_gsup.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/osmocom/msc/gsm_04_11_gsup.h b/include/osmocom/msc/gsm_04_11_gsup.h
new file mode 100644
index 000000000..94ff8f670
--- /dev/null
+++ b/include/osmocom/msc/gsm_04_11_gsup.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#include <stdint.h>
+
+struct osmo_gsup_message;
+struct vlr_subscr;
+struct gsm_trans;
+struct msgb;
+
+int gsm411_gsup_mo_ready_for_sm_req(struct gsm_trans *trans, uint8_t sm_rp_mr);
+int gsm411_gsup_mo_fwd_sm_req(struct gsm_trans *trans, struct msgb *msg,
+ uint8_t sm_rp_mr, uint8_t *sm_rp_da, uint8_t sm_rp_da_len);
+int gsm411_gsup_mo_handler(struct vlr_subscr *vsub,
+ struct osmo_gsup_message *gsup_msg);