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/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/571
info log: l1sap.c: add '0x' to hex output
Change-Id: If29895de238e586b8298d84b6f0b41e08bea8c91
---
M src/common/l1sap.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/71/571/1
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 5ea2a2c..d73715b 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -450,7 +450,7 @@
{
struct gsm_lchan *lchan;
- LOGP(DL1P, LOGL_INFO, "activate confirm chan_nr=%02x trx=%d\n",
+ LOGP(DL1P, LOGL_INFO, "activate confirm chan_nr=0x%02x trx=%d\n",
info_act_cnf->chan_nr, trx->nr);
lchan = get_lchan_by_chan_nr(trx, info_act_cnf->chan_nr);
@@ -1092,7 +1092,7 @@
struct gsm48_chan_desc *cd;
int rc;
- LOGP(DL1P, LOGL_INFO, "activating channel chan_nr=%02x trx=%d\n",
+ LOGP(DL1P, LOGL_INFO, "activating channel chan_nr=0x%02x trx=%d\n",
chan_nr, trx->nr);
/* osmo-pcu calls this without a valid 'tp' parameter, so we
--
To view, visit https://gerrit.osmocom.org/571
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: If29895de238e586b8298d84b6f0b41e08bea8c91
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>