changeset 8688 | b6abf3b8d4f5 |
parent 8609 | db24d2db55d4 |
child 8693 | 478733ab87b7 |
--- a/src/lte/model/rem-spectrum-phy.h Mon Mar 19 17:43:38 2012 +0100 +++ b/src/lte/model/rem-spectrum-phy.h Tue Mar 20 18:02:56 2012 +0100 @@ -77,11 +77,22 @@ double GetSinr (double noisePower); /** - * make StartRx a no-op from now on + * make StartRx a no-op from now on, and mark instance as inactive * */ void Deactivate (); + /** + * + * \return true if active + */ + bool IsActive (); + + /** + * Reset the SINR calculator + * + */ + void Reset (); private: Ptr<MobilityModel> m_mobility;