This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-abis/+/19250 )
Change subject: ipaccess: Fix log formatting of RESP_ID IPA attributes
......................................................................
ipaccess: Fix log formatting of RESP_ID IPA attributes
Change-Id: Id5b4c39737a43c9ba68f3aacc889c10eba697920
---
M src/input/ipaccess.c
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index 28191b7..917a195 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -219,10 +219,10 @@
switch (msg_type) {
case IPAC_MSGT_ID_RESP:
- DEBUGP(DLMI, "ID_RESP\n");
+ DEBUGP(DLMI, "ID_RESP ");
/* parse tags, search for Unit ID */
ret = ipa_ccm_id_resp_parse(&tlvp, (const uint8_t *)msg->l2h+1, msgb_l2len(msg)-1);
- DEBUGP(DLMI, "\n");
+ DEBUGPC(DLMI, "\n");
if (ret < 0) {
LOGP(DLINP, LOGL_ERROR, "IPA response message "
"with malformed TLVs\n");
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/19250
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Id5b4c39737a43c9ba68f3aacc889c10eba697920
Gerrit-Change-Number: 19250
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200715/3ef08c9b/attachment.htm>