aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/Transceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/Transceiver.h')
-rw-r--r--Transceiver52M/Transceiver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h
index 6f9cb92..0c4d441 100644
--- a/Transceiver52M/Transceiver.h
+++ b/Transceiver52M/Transceiver.h
@@ -84,6 +84,9 @@ struct TransceiverState {
/* Shadowed downlink attenuation */
int mPower;
+
+ /* Pseudorandom bit sequence */
+ PRBS9 mPrbs;
};
/** The Transceiver class, responsible for physical layer of basestation */