From 0e79ac148d3caf2a2dd944b73654bc8d5ad08b5a Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 25 Feb 2024 03:27:56 +0100 Subject: [PATCH] sdp_codec_to_str Change-Id: I6424fa4f8c0a2a583127f00db7a311b4a91b8bbd --- include/osmocom/msc/codec_mapping.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osmocom/msc/codec_mapping.h b/include/osmocom/msc/codec_mapping.h index 2ec639945..7781dfce2 100644 --- a/include/osmocom/msc/codec_mapping.h +++ b/include/osmocom/msc/codec_mapping.h @@ -94,3 +94,5 @@ void sdp_audio_codecs_from_speech_codec_list(struct osmo_sdp_codec_list *ac, con int sdp_audio_codecs_to_gsm0808_channel_type(struct gsm0808_channel_type *ct, const struct osmo_sdp_codec_list *ac); enum mgcp_codecs sdp_audio_codec_to_mgcp_codec(const struct osmo_sdp_codec *codec); + +char *sdp_codec_to_str(const struct osmo_sdp_codec *codec);