aboutsummaryrefslogtreecommitdiffstats
path: root/GSM/GSMCommon.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2016-03-23 17:06:32 +0300
committerTom Tsou <tom.tsou@ettus.com>2016-04-20 13:46:02 -0700
commit5efe05021a97606ee5f98235424eddb85628e25a (patch)
treec79b17d556a51fa3b7b2da20170605b4f863e6b8 /GSM/GSMCommon.h
parent78d1fc9a13f84b273facb2f22a291c3d2e6ebd33 (diff)
transceiver: Add an option to generate random Access Bursts.
Diffstat (limited to 'GSM/GSMCommon.h')
-rw-r--r--GSM/GSMCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/GSM/GSMCommon.h b/GSM/GSMCommon.h
index 004536b..8b8d5e8 100644
--- a/GSM/GSMCommon.h
+++ b/GSM/GSMCommon.h
@@ -53,6 +53,8 @@ extern const BitVector gDummyBurst;
/** Random access burst synch. sequence */
extern const BitVector gRACHSynchSequence;
+/** Random access burst synch. sequence, GSM 05.02 5.2.7 */
+extern const BitVector gRACHBurst;
/**@name Modulus operations for frame numbers. */