tmp dbg log

Change-Id: I1341abf450c2b183bc8b0cf08ce13325512b18c7
This commit is contained in:
Neels Hofmeyr 2024-02-05 07:43:49 +01:00
parent 28a805a6fb
commit cd7bcc3df2
1 changed files with 3 additions and 0 deletions

View File

@ -617,6 +617,9 @@ int sdp_audio_codecs_to_gsm0808_channel_type(struct gsm0808_channel_type *ct, co
LOGP(DLGLOBAL, LOGL_ERROR, "- codec = %s\n", sdp_audio_codec_to_str(codec));
codec_mapping_foreach(m) {
LOGP(DLGLOBAL, LOGL_ERROR, " (m=%s %s)\n", sdp_audio_codec_to_str(&m->sdp),
gsm0808_permitted_speech_name(m->perm_speech));
if (sdp_audio_codec_cmp(codec, &m->sdp, true, false))
continue;