Change in osmocom-bb[master]: trxcon/l1ctl.c: use #define for RSL_CHAN_RACH

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

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue May 28 13:25:55 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/14223


Change subject: trxcon/l1ctl.c: use #define for RSL_CHAN_RACH
......................................................................

trxcon/l1ctl.c: use #define for RSL_CHAN_RACH

Change-Id: Ifdb1703217c7540344cf6772efe812c8a786a0c2
---
M src/host/trxcon/l1ctl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/23/14223/1

diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index e6f8f82..65b6a7d 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -537,7 +537,7 @@
 	 * FIXME: l1ctl_info_ul doesn't provide channel description
 	 * FIXME: Can we use other than TS0?
 	 */
-	chan_nr = 0x88;
+	chan_nr = RSL_CHAN_RACH;
 	link_id = 0x00;
 
 	/* Init a new primitive */

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

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifdb1703217c7540344cf6772efe812c8a786a0c2
Gerrit-Change-Number: 14223
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190528/029a90ab/attachment.htm>


More information about the gerrit-log mailing list