aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-05-23 17:29:57 +0200
committerOliver Smith <osmith@sysmocom.de>2023-06-15 15:06:46 +0200
commita35abb761c52e645c871de5c1d7b1d3eb95e4613 (patch)
tree02ae317a803a5e873a0ad9af903ae49d972a858f /include
parent0b70b20a8937d0d5795fd2ddc08f630e5c5579d9 (diff)
codec_filter_init: prepare for CSD
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/codec_filter.h1
-rw-r--r--include/osmocom/msc/transaction_cc.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/codec_filter.h b/include/osmocom/msc/codec_filter.h
index c90388dcc..ca32e3c5d 100644
--- a/include/osmocom/msc/codec_filter.h
+++ b/include/osmocom/msc/codec_filter.h
@@ -52,7 +52,6 @@ struct codec_filter {
struct sdp_msg result;
};
-void codec_filter_init(struct codec_filter *codec_filter);
void codec_filter_set_ran(struct codec_filter *codec_filter, enum osmo_rat_type ran_type);
void codec_filter_set_bss(struct codec_filter *codec_filter,
const struct gsm0808_speech_codec_list *codec_list_bss_supported);
diff --git a/include/osmocom/msc/transaction_cc.h b/include/osmocom/msc/transaction_cc.h
index df0f9d841..c2550f6bf 100644
--- a/include/osmocom/msc/transaction_cc.h
+++ b/include/osmocom/msc/transaction_cc.h
@@ -30,4 +30,5 @@
#include <osmocom/msc/transaction.h>
#include <osmocom/msc/vlr.h>
+void trans_cc_filter_init(struct gsm_trans *trans);
void trans_cc_filter_set_ms_from_bc(struct gsm_trans *trans, const struct gsm_mncc_bearer_cap *bcap);