codec t9n: add IUFP

Related: SYS#5066
Change-Id: Ie03e2b09f411acd3a0eded7121c9123e33f70b3e
This commit is contained in:
Neels Hofmeyr 2022-01-14 00:11:02 +01:00
parent 8f2905cb54
commit 7eb4a50b2c
1 changed files with 8 additions and 0 deletions

View File

@ -170,6 +170,14 @@ const struct codec_mapping codec_map[] = {
.perm_speech = GSM0808_PERM_HR4, .perm_speech = GSM0808_PERM_HR4,
.frhr = CODEC_FRHR_HR, .frhr = CODEC_FRHR_HR,
}, },
{
.sdp = {
.payload_type = 96,
.subtype_name = "VND.3GPP.IUFP",
.rate = 16000,
},
.mgcp = CODEC_IUFP,
},
}; };
const struct gsm_mncc_bearer_cap bearer_cap_empty = { const struct gsm_mncc_bearer_cap bearer_cap_empty = {