Change-Id: Id098b39bc55df691aae09b6d6096a73f9d911f79
This commit is contained in:
Neels Hofmeyr 2024-02-07 03:01:46 +01:00
parent c7ea1352e9
commit d015da36ee
1 changed files with 18 additions and 0 deletions

View File

@ -865,6 +865,15 @@ struct codec_test {
LIST_END \
}
#define BCAP_ALL_GSM_AMR_HR_FIRST { \
GSM48_BCAP_SV_AMR_H, \
GSM48_BCAP_SV_AMR_F, \
GSM48_BCAP_SV_EFR, \
GSM48_BCAP_SV_FR, \
GSM48_BCAP_SV_HR, \
LIST_END \
}
#define PERM_SPEECH_ALL_GSM { \
GSM0808_PERM_FR3, \
GSM0808_PERM_HR3, \
@ -874,6 +883,15 @@ struct codec_test {
LIST_END \
}
#define PERM_SPEECH_ALL_GSM_HR3_FIRST { \
GSM0808_PERM_HR3, \
GSM0808_PERM_FR3, \
GSM0808_PERM_FR2, \
GSM0808_PERM_FR1, \
GSM0808_PERM_HR1, \
LIST_END \
}
#define SDP_CODECS_ALL_GSM \
{ \
"AMR:octet-align=1;mode-set=0,2,4,7#112", \