fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/86/42586/1

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;

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/42586?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ie51ada174388f4c3e9ffe8a5bec4297bda38584b
Gerrit-Change-Number: 42586
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>

Reply via email to