host/trxcon/scheduler: add a reference to GSM 05.02

Change-Id: I067af9c114bcbc5bd74515d5008e21a07fd0167e
This commit is contained in:
Vadim Yanitskiy 2017-07-16 17:15:56 +07:00
parent f2af7d2953
commit 77b6833146
1 changed files with 4 additions and 1 deletions

View File

@ -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,