aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.cpp
diff options
context:
space:
mode:
authorttsou <ttsou@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2013-03-27 22:00:25 +0000
committerttsou <ttsou@19bc5d8c-e614-43d4-8b26-e1612bc8e597>2013-03-27 22:00:25 +0000
commit2064297aa8ef59dd369b8e76158315ac764ceaa1 (patch)
treee10a42384812079384bf4d41744cd6a624ba267b /Transceiver52M/Transceiver.cpp
parentf7afddd398e1d84ef135435709fb2c24f3e03cc4 (diff)
Transceiver52: allow for handling of TCH/H slots
Although currently unsupported in GSM core, enable TCH/H support in Transceiver52M for testing and future availability. Signed-off-by: Thomas Tsou <tom@tsou.cc> git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@5169 19bc5d8c-e614-43d4-8b26-e1612bc8e597
Diffstat (limited to 'Transceiver52M/Transceiver.cpp')
-rw-r--r--Transceiver52M/Transceiver.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp
index ff5de49..b2a2b6c 100644
--- a/Transceiver52M/Transceiver.cpp
+++ b/Transceiver52M/Transceiver.cpp
@@ -241,10 +241,7 @@ Transceiver::CorrType Transceiver::expectedCorrType(GSM::Time currTime)
return TSC;*/
break;
case II:
- if (burstFN % 2 == 1)
- return IDLE;
- else
- return TSC;
+ return TSC;
break;
case III:
return TSC;