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
This commit is contained in:
Thomas Tsou
2013-03-27 22:00:25 +00:00
parent 9c7ea38965
commit f16b9a8e42

View File

@@ -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;