msc_vlr_test_call.c: fix misleading comments

The comments indicating which two "members" are identical are
inaccurate. (One of them is a macro pointing at the other.)

Change-Id: Ifaa2f361db77cd0ed3ad39d6ca197195b9354ea1
This commit is contained in:
Neels Hofmeyr 2024-02-05 05:19:36 +01:00
parent bc0865b17b
commit fb18315bdc
1 changed files with 2 additions and 2 deletions

View File

@ -922,7 +922,7 @@ static const struct codec_test codec_tests[] = {
.mo_tx_assignment_perm_speech = { GSM0808_PERM_FR1, LIST_END },
.mo_rx_assigned_codec = "GSM",
.mo_tx_sdp_mncc_rtp_create = { "GSM" },
/* .mt_rx_sdp_mncc_setup_req == .mo_tx_sdp_mncc_setup_ind */
/* 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 = { GSM48_BCAP_SV_FR, LIST_END },
.mt_rx_ms_bcap = BCAP_ALL_GSM,
@ -945,7 +945,7 @@ static const struct codec_test codec_tests[] = {
.mo_tx_assignment_perm_speech = { GSM0808_PERM_FR1, LIST_END },
.mo_rx_assigned_codec = "GSM",
.mo_tx_sdp_mncc_rtp_create = { "GSM" },
/* .mt_rx_sdp_mncc_setup_req == .mo_tx_sdp_mncc_setup_ind */
/* 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 = { GSM48_BCAP_SV_FR, LIST_END },
.mt_rx_ms_bcap = BCAP_ALL_GSM,