fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/42586?usp=email )
Change subject: bssap: use LOGPFSML in bssmap_handle_ass_req_tp_codec_list() ......................................................................
bssap: use LOGPFSML in bssmap_handle_ass_req_tp_codec_list()
Change-Id: Ie51ada174388f4c3e9ffe8a5bec4297bda38584b --- M src/osmo-bsc/osmo_bsc_bssap.c 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: laforge: Looks good to me, but someone else must approve jolly: Looks good to me, but someone else must approve Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/osmo-bsc/osmo_bsc_bssap.c b/src/osmo-bsc/osmo_bsc_bssap.c index dbd1a20..fa16aac 100644 --- a/src/osmo-bsc/osmo_bsc_bssap.c +++ b/src/osmo-bsc/osmo_bsc_bssap.c @@ -982,14 +982,14 @@ TLVP_VAL(tp, GSM0808_IE_SPEECH_CODEC_LIST), TLVP_LEN(tp, GSM0808_IE_SPEECH_CODEC_LIST)); if (rc < 0) { - LOGP(DMSC, LOGL_ERROR, "Unable to decode speech codec list\n"); + LOGPFSML(conn->fi, LOGL_ERROR, "Unable to decode speech codec list\n"); *cause = GSM0808_CAUSE_INCORRECT_VALUE; return -1; } }
if (aoip && !conn->codec_list.len) { - LOGP(DMSC, LOGL_ERROR, "%s: AoIP Assignment Request:" + LOGPFSML(conn->fi, 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;