aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_a.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/msc_a.h')
-rw-r--r--include/osmocom/msc/msc_a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/msc_a.h b/include/osmocom/msc/msc_a.h
index b4dfef035..48d86d1b1 100644
--- a/include/osmocom/msc/msc_a.h
+++ b/include/osmocom/msc/msc_a.h
@@ -208,6 +208,7 @@ void msc_a_up_ciph_res(struct msc_a *msc_a, bool success, const char *imeisv);
bool msc_a_is_accepted(const struct msc_a *msc_a);
bool msc_a_is_establishing_auth_ciph(const struct msc_a *msc_a);
+int msc_a_ensure_cn_local_rtp(struct msc_a *msc_a, struct gsm_trans *cc_trans);
int msc_a_try_call_assignment(struct gsm_trans *cc_trans);
const char *msc_a_cm_service_type_to_use(enum osmo_cm_service_type cm_service_type);