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 <[email protected]>