aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-08-30 21:50:17 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2023-09-13 23:04:42 +0200
commit9b45dc7eda8e31b8b46ea99bc7c0cd6ce17fb844 (patch)
treed36cccbe1c0bc88ce96926703c31a54b3eec305e
parent93ac0917d4550e4c52c4d9eb3da73384fb4f1e93 (diff)
add struct decl to ran_msg_iu.h
Make sure the header can be included without requiring sccp_ran.h, prep for subsequent patch. Change-Id: I32b175a367a8de54a10f6cc8c475d68f64064aa4
-rw-r--r--include/osmocom/msc/ran_msg_iu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/ran_msg_iu.h b/include/osmocom/msc/ran_msg_iu.h
index 3f3d61e4a..7da1d5754 100644
--- a/include/osmocom/msc/ran_msg_iu.h
+++ b/include/osmocom/msc/ran_msg_iu.h
@@ -25,6 +25,8 @@
#include <osmocom/msc/ran_msg.h>
#include <osmocom/msc/paging.h>
+struct sccp_ran_inst;
+
int ran_iu_decode_l2(struct ran_dec *ran_dec_iu, struct msgb *ranap);
struct msgb *ran_iu_encode(struct osmo_fsm_inst *caller_fi, const struct ran_msg *ran_enc_msg);