Transceiver: Print noise level for each burst in debug mode.

Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index e4fcbfa..1639d0d 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -196,7 +196,8 @@
 
   /** Pull and demodulate a burst from the receive FIFO */
   SoftVector *pullRadioVector(GSM::Time &wTime, double &RSSI,
-                              double &timingOffset, size_t chan = 0);
+                              double &timingOffset, double &noise,
+                              size_t chan = 0);
 
   /** Set modulus for specific timeslot */
   void setModulus(size_t timeslot, size_t chan);