Harald Welte has submitted this change and it was merged. ( 
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, 2 insertions(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/host/trxcon/l1ctl.c b/src/host/trxcon/l1ctl.c
index e6f8f82..d745295 100644
--- a/src/host/trxcon/l1ctl.c
+++ b/src/host/trxcon/l1ctl.c
@@ -37,6 +37,7 @@
 #include <osmocom/core/talloc.h>
 #include <osmocom/core/select.h>
 #include <osmocom/gsm/gsm_utils.h>
+#include <osmocom/gsm/protocol/gsm_08_58.h>

 #include "logging.h"
 #include "l1ctl_link.h"
@@ -537,7 +538,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: merged
Gerrit-Change-Id: Ifdb1703217c7540344cf6772efe812c8a786a0c2
Gerrit-Change-Number: 14223
Gerrit-PatchSet: 2
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to