aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-21 15:19:34 +0100
committerOliver Smith <osmith@sysmocom.de>2023-03-06 10:23:30 +0100
commit0361b0161422bb711ac972e3a0fedffe3e1501cf (patch)
tree828faf7f9afd9b39a02aa0654bed68550453cba5
parentb11bf4d6517748a8f5b907c85b0c10077e9f70f9 (diff)
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
-rw-r--r--src/osmo-bsc/osmo_bsc_bssap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c
index 59d5aa57c..e38a9759c 100644
--- a/src/osmo-bsc/osmo_bsc_bssap.c
+++ b/src/osmo-bsc/osmo_bsc_bssap.c
@@ -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;