Change in osmo-bts[master]: osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.ind

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

laforge gerrit-no-reply at lists.osmocom.org
Tue Nov 19 18:27:44 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/16103 )

Change subject: osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.ind
......................................................................

osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.ind

Change-Id: I36586ac33757705df16e14cfdd92becb96c8cf70
---
M src/osmo-bts-trx/trx_if.c
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 5854c06..38ec8eb 100644
--- a/src/osmo-bts-trx/trx_if.c
+++ b/src/osmo-bts-trx/trx_if.c
@@ -835,13 +835,13 @@
 	/* Common TDMA parameters */
 	OSMO_STRBUF_PRINTF(sb, "tn=%u fn=%u", bi->tn, bi->fn);
 
+	/* RSSI and ToA256 */
+	OSMO_STRBUF_PRINTF(sb, " rssi=%d toa256=%d", bi->rssi, bi->toa256);
+
 	/* Nothing else to print for NOPE.ind */
 	if (bi->flags & TRX_BI_F_NOPE_IND)
 		return buf;
 
-	/* RSSI and ToA256 */
-	OSMO_STRBUF_PRINTF(sb, " rssi=%d toa256=%d", bi->rssi, bi->toa256);
-
 	/* Modulation and TSC set */
 	if (bi->flags & TRX_BI_F_MOD_TYPE)
 		OSMO_STRBUF_PRINTF(sb, " mod=%s", mod_names[bi->bt]);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/16103
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I36586ac33757705df16e14cfdd92becb96c8cf70
Gerrit-Change-Number: 16103
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191119/e540d22c/attachment.htm>


More information about the gerrit-log mailing list