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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 29 08:41:19 UTC 2019


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 <axilirator at gmail.com>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190529/361fb8bc/attachment.htm>


More information about the gerrit-log mailing list