Change in osmo-trx[master]: transceiver: log chan on CTRL command received

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Dec 5 19:43:48 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12100 )

Change subject: transceiver: log chan on CTRL command received
......................................................................

transceiver: log chan on CTRL command received

Change-Id: Ia3b2a35e03a8aaddd6efebc8db2ccca872f51f20
---
M Transceiver52M/Transceiver.cpp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Stefan Sperling: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index d6ddce8..8702fb6 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -721,7 +721,7 @@
 
   /* Set command pointer */
   command = buffer + 4;
-  LOG(INFO) << "command is " << command;
+  LOG(INFO) << "chan " << chan << ": command is " << command;
 
   if (match_cmd(command, "POWEROFF", NULL)) {
     stop();

-- 
To view, visit https://gerrit.osmocom.org/12100
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia3b2a35e03a8aaddd6efebc8db2ccca872f51f20
Gerrit-Change-Number: 12100
Gerrit-PatchSet: 3
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Stefan Sperling <stsp at stsp.name>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181205/f7b3eb08/attachment.htm>


More information about the gerrit-log mailing list