mirror of
https://github.com/RangeNetworks/openbts.git
synced 2025-11-03 13:23:16 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user