laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/35236?usp=email )

Change subject: gsup: fix error log message
......................................................................

gsup: fix error log message

The error happened in auth info and not in PDP info

Change-Id: I37ac6b5d7d34ba2ab0f83bcc1701b86b1a245014
---
M src/gsm/gsup.c
1 file changed, 12 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved




diff --git a/src/gsm/gsup.c b/src/gsm/gsup.c
index 4e09ac8..4e18ddb 100644
--- a/src/gsm/gsup.c
+++ b/src/gsm/gsup.c
@@ -266,7 +266,7 @@

 parse_error:
        LOGP(DLGSUP, LOGL_ERROR,
-            "GSUP IE type %d, length %zu invalid in PDP info\n", iei, 
value_len);
+            "GSUP IE type %d, length %zu invalid in auth info\n", iei, 
value_len);

        return -1;
 }

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I37ac6b5d7d34ba2ab0f83bcc1701b86b1a245014
Gerrit-Change-Number: 35236
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to