aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-17 15:00:34 -0700
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2017-03-24 19:54:04 +0000
commitf9e78beea545aa207b7bd3f17a83dfa5787490d1 (patch)
tree5495fa975d89e03f74f93aad493a4ae6abe6f0fc /Transceiver52M/Transceiver.h
parentf0189c47beb4ccfbbbb805d324d2b7bcb1092653 (diff)
Move CorrType type from Transceiver to sigProcLib.
Required to move Transceiver::detectBurst to sigProcLib. Change-Id: I3e0e74a98bbca4d19657f50a5fb447f078663c9b
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index d9a9708..425b004 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -142,15 +142,6 @@ public:
LOOPBACK ///< similar go VII, used in loopback testing
} ChannelCombination;
- /** Codes for burst types of received bursts*/
- typedef enum {
- OFF, ///< timeslot is off
- TSC, ///< timeslot should contain a normal burst
- RACH, ///< timeslot should contain an access burst
- EDGE, ///< timeslot should contain an EDGE burst
- IDLE ///< timeslot is an idle (or dummy) burst
- } CorrType;
-
enum FillerType {
FILLER_DUMMY,
FILLER_ZERO,