aboutsummaryrefslogtreecommitdiffstats
path: root/GSM/GSMCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'GSM/GSMCommon.cpp')
-rw-r--r--GSM/GSMCommon.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/GSM/GSMCommon.cpp b/GSM/GSMCommon.cpp
index 5e9e4ae..59548b2 100644
--- a/GSM/GSMCommon.cpp
+++ b/GSM/GSMCommon.cpp
@@ -61,6 +61,8 @@ const BitVector GSM::gRACHSynchSequenceTS0("010010110111111110011001101010100011
const BitVector GSM::gRACHSynchSequenceTS1("01010100111110001000011000101111001001101"); /* EGPRS, 8-PSK */
const BitVector GSM::gRACHSynchSequenceTS2("11101111001001110101011000001101101110111"); /* EGPRS, GMSK */
+const BitVector GSM::gSCHSynchSequence("1011100101100010000001000000111100101101010001010111011000011011");
+
// |-head-||---------midamble----------------------||--------------data----------------||t|
const BitVector GSM::gRACHBurst("0011101001001011011111111001100110101010001111000110111101111110000111001001010110011000");