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

fixeria gerrit-no-reply at lists.osmocom.org
Tue Nov 19 06:38:01 UTC 2019


fixeria has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/03/16103/1

diff --git a/src/osmo-bts-trx/trx_if.c b/src/osmo-bts-trx/trx_if.c
index 0ad3a7a..b26dafb 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: 1
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191119/56fdcc21/attachment.htm>


More information about the gerrit-log mailing list