bssmap_handle_ass_req_tp_codec_list: tweak log msg

Remove "speech mode" from the log message, as the log message is
relevant for CSD too. According to 3GPP TS 48.008 § 3.2.1.1 note 13 the
IE shall be included for AoIP unless channel type is signalling.

Related: OS#4393
Change-Id: Idfab0b7f6e97a6b67d140f967ddfe9b29818586e
This commit is contained in:
Oliver Smith 2023-02-21 15:19:34 +01:00
parent b11bf4d651
commit 0361b01614
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ static int bssmap_handle_ass_req_tp_codec_list(struct gsm_subscriber_connection
}
if (aoip && !conn->codec_list.len) {
LOGP(DMSC, LOGL_ERROR, "%s: AoIP speech mode Assignment Request:"
LOGP(DMSC, LOGL_ERROR, "%s: AoIP Assignment Request:"
" Missing or empty Speech Codec List IE\n", bsc_subscr_name(conn->bsub));
*cause = GSM0808_CAUSE_INFORMATION_ELEMENT_OR_FIELD_MISSING;
return -1;