aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2024-02-07 03:05:43 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2024-02-09 05:17:39 +0100
commit945d84e5de6b789f9839f3a77085700cb648e4fc (patch)
treea0bb2a129ff103835e932e9f6877f2dd8940dfd5
parent059e9518b368825789038426025ba71dc24ba58f (diff)
new_test
-rw-r--r--tests/msc_vlr/msc_vlr_test_call.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/msc_vlr/msc_vlr_test_call.c b/tests/msc_vlr/msc_vlr_test_call.c
index 10127d969..3ea994bba 100644
--- a/tests/msc_vlr/msc_vlr_test_call.c
+++ b/tests/msc_vlr/msc_vlr_test_call.c
@@ -1221,11 +1221,12 @@ static const struct codec_test codec_tests[] = {
},
/* mt_rx_sdp_mncc_setup_req == mo_tx_sdp_mncc_rtp_create */
.mt_rx_compl_l3_codec_list_bss_supported = CODEC_LIST_ALL_GSM,
- .mt_tx_cc_setup_bcap = BCAP_ALL_GSM,
+ /* HR is sent first in the CC Setup Bearer Capabilities */
+ .mt_tx_cc_setup_bcap = BCAP_ALL_GSM_AMR_HR_FIRST,
.mt_rx_ms_bcap = BCAP_ALL_GSM,
.mt_tx_sdp_mncc_call_conf_ind = {},
.mt_rx_sdp_mncc_rtp_create = {},
- .mt_tx_assignment_perm_speech = PERM_SPEECH_ALL_GSM,
+ .mt_tx_assignment_perm_speech = PERM_SPEECH_ALL_GSM_HR3_FIRST,
.mt_rx_assigned_codec_fr = false,
.mt_rx_assigned_codec = "AMR:octet-align=1;mode-set=0,2,4",
.mt_tx_sdp_mncc_rtp_create = SDP_CODECS_ALL_GSM_AMR_HR_FIRST,