From 37c52c79cf915fcbbf5cc932429d8a5c3a15a8d1 Mon Sep 17 00:00:00 2001 From: Alexander Chemeris Date: Fri, 25 Mar 2016 18:28:34 +0300 Subject: transceiver: Add an option to emulate a RACH delay in random filler mode. Signed-off-by: Tom Tsou --- Transceiver52M/Transceiver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Transceiver52M/Transceiver.h') diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h index 99db34d..f6f4526 100644 --- a/Transceiver52M/Transceiver.h +++ b/Transceiver52M/Transceiver.h @@ -54,7 +54,7 @@ struct TransceiverState { ~TransceiverState(); /* Initialize a multiframe slot in the filler table */ - bool init(int filler, size_t sps, float scale, size_t rtsc); + bool init(int filler, size_t sps, float scale, size_t rtsc, unsigned rach_delay); int chanType[8]; @@ -107,7 +107,7 @@ public: ~Transceiver(); /** Start the control loop */ - bool init(int filler, size_t rtsc); + bool init(int filler, size_t rtsc, unsigned rach_delay); /** attach the radioInterface receive FIFO */ bool receiveFIFO(VectorFIFO *wFIFO, size_t chan) -- cgit v1.2.3