aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/ran_infra.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/ran_infra.h')
-rw-r--r--include/osmocom/msc/ran_infra.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/msc/ran_infra.h b/include/osmocom/msc/ran_infra.h
index 262a9c82e..f96e2cfc9 100644
--- a/include/osmocom/msc/ran_infra.h
+++ b/include/osmocom/msc/ran_infra.h
@@ -26,6 +26,9 @@ struct ran_infra {
const ran_dec_l2_t ran_dec_l2;
const ran_encode_t ran_encode;
struct sccp_ran_inst *sri;
+ /* Codecs available on this RAN type by default, in order of preference. If empty, all known codecs will be
+ * allowed and offered to peers. */
+ struct sdp_audio_codecs codecs;
/* To always set up the MGW endpoint facing the RAN side with specific codecs, list those here. Otherwise leave
* empty (to use the result of codecs filtering). This exists for IuCS, to always set the MGW endpoint facing
* RAN to IUFP, to decapsulate the IuUP headers. */