Merged in patches from features/SylvainsPatches.

git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@2324 19bc5d8c-e614-43d4-8b26-e1612bc8e597
This commit is contained in:
David Burgess
2011-10-12 22:22:03 +00:00
parent 1231145a74
commit d23ba7ddfa
19 changed files with 875 additions and 40910 deletions

View File

@@ -302,8 +302,12 @@ class L1Decoder {
/** Accept an RxBurst and process it into the deinterleaver. */
virtual void writeLowSide(const RxBurst&) = 0;
/** Return the decoder timeslot number. */
/**@name Components of the channel description. */
//@{
unsigned TN() const { return mTN; }
unsigned ARFCN() const; ///< this comes from mUpstream
TypeAndOffset typeAndOffset() const; ///< this comes from mMapping
//@}
protected:
@@ -491,6 +495,7 @@ class XCCHL1Decoder : public L1Decoder {
BitVector mD; ///< d[], as per GSM 05.03 2.2
//@}
GSM::Time mReadTime; ///< timestamp of the first burst
unsigned mRSSIHistory[4];
public: