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/.
Vadim Yanitskiy gerrit-no-reply at lists.osmocom.orgVadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/13523
Change subject: abis_nm.c: fix incomplete DEBUGPFOH() message
......................................................................
abis_nm.c: fix incomplete DEBUGPFOH() message
Change-Id: I65ff2968523a90607bafd44e6f4f3d3e29ff73ef
---
M src/osmo-bsc/abis_nm.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/23/13523/1
diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index 5be207f..6ba32af 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -2709,7 +2709,8 @@
abis_nm_tlv_parse(&tp, sign_link->trx->bts, foh->data, oh->length-sizeof(*foh));
- DEBUGPFOH(DNM, foh, "IPACCESS(0x%02x): ", foh->msg_type);
+ DEBUGPFOH(DNM, foh, "IPACCESS(0x%02x): %s\n", foh->msg_type,
+ osmo_hexdump(foh->data, oh->length - sizeof(*foh)));
switch (foh->msg_type) {
case NM_MT_IPACC_RSL_CONNECT_ACK:
--
To view, visit https://gerrit.osmocom.org/13523
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I65ff2968523a90607bafd44e6f4f3d3e29ff73ef
Gerrit-Change-Number: 13523
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190404/b2f9c655/attachment.htm>