aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index df029a6..8433406 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -116,6 +116,7 @@ private:
OFF, ///< timeslot is off
TSC, ///< timeslot should contain a normal burst
RACH, ///< timeslot should contain an access burst
+ SCH, ///< timeslot should contain a SCH burst
IDLE ///< timeslot is an idle (or dummy) burst
} CorrType;
@@ -147,6 +148,10 @@ private:
signalVector &burst,
complex &amp, float &toa);
+ bool detectSCH(TransceiverState *state,
+ signalVector &burst,
+ complex &amp, float &toa);
+
/** Detect normal bursts */
bool detectTSC(TransceiverState *state,
signalVector &burst,