From 77b6833146618d119642c1fc61779ca96bf6e99c Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 16 Jul 2017 17:15:56 +0700 Subject: [PATCH] host/trxcon/scheduler: add a reference to GSM 05.02 Change-Id: I067af9c114bcbc5bd74515d5008e21a07fd0167e --- src/host/trxcon/sched_lchan_handlers.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/host/trxcon/sched_lchan_handlers.c b/src/host/trxcon/sched_lchan_handlers.c index 1c7a3136a..fcc4e71c0 100644 --- a/src/host/trxcon/sched_lchan_handlers.c +++ b/src/host/trxcon/sched_lchan_handlers.c @@ -395,7 +395,10 @@ int rx_sch_fn(struct trx_instance *trx, struct trx_ts *ts, return 0; } -/* 41-bit RACH synchronization sequence */ +/** + * 41-bit RACH synchronization sequence + * GSM 05.02 Chapter 5.2.7 Access burst (AB) + */ static ubit_t rach_synch_seq[] = { 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0,