[PATCH] osmo-pcu[master]: LC15: Change TRX numbering for the latest Litecell15 hardware

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

Minh-Quang Nguyen gerrit-no-reply at lists.osmocom.org
Tue Sep 6 14:30:57 UTC 2016


Review at  https://gerrit.osmocom.org/823

LC15: Change TRX numbering for the latest Litecell15 hardware

Change-Id: If3c4aff0366587dd3e5baa3d15b9e91d8ebe7753
---
M src/osmo-bts-litecell15/lc15_l1_if.c
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/23/823/1

diff --git a/src/osmo-bts-litecell15/lc15_l1_if.c b/src/osmo-bts-litecell15/lc15_l1_if.c
index fe9dff1..a6358ba 100644
--- a/src/osmo-bts-litecell15/lc15_l1_if.c
+++ b/src/osmo-bts-litecell15/lc15_l1_if.c
@@ -364,8 +364,8 @@
 
 	fl1h->hLayer1 = hlayer1;
 	fl1h->trx_no = trx_no;
-	/* hardware queues are numbered starting from 1 */
-	fl1h->hw_info.trx_nr = trx_no + 1;
+	/* hardware queues are numbered starting from 0 */
+	fl1h->hw_info.trx_nr = trx_no;
 
 	DEBUGP(DL1IF, "PCU: Using TRX HW#%u\n", fl1h->hw_info.trx_nr);
 

-- 
To view, visit https://gerrit.osmocom.org/823
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3c4aff0366587dd3e5baa3d15b9e91d8ebe7753
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Minh-Quang Nguyen <minh-quang.nguyen at nutaq.com>



More information about the gerrit-log mailing list