From e287598e6b9ebf46c73263f62767250cc96b10ab Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Mon, 6 Oct 2014 10:38:43 -0700 Subject: ms: Add BSIC request command The GETBSIC command returns 1 if no SCH has been decoded, and 0 with the BSIC value if SCH decoding has been successful. Signed-off-by: Thomas Tsou --- Transceiver52M/Transceiver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Transceiver52M/Transceiver.h') diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h index 8f3e47b..e31a9a9 100644 --- a/Transceiver52M/Transceiver.h +++ b/Transceiver52M/Transceiver.h @@ -183,6 +183,7 @@ private: int mPower; ///< the transmit power in dB unsigned mTSC; ///< the midamble sequence code unsigned mMaxExpectedDelay; ///< maximum expected time-of-arrival offset in GSM symbols + int mBSIC; ///< MS - detected BSIC std::vector mStates; -- cgit v1.2.3