From 2079a3c66481660317cdc25ef0118ee73a7b7839 Mon Sep 17 00:00:00 2001 From: Tom Tsou Date: Sun, 6 Mar 2016 00:58:56 -0800 Subject: sigproc: Remove dynamic SPS configuration Samples per symbol used by the transceiver is not configurable through the socket interface once running, so stop pretending like it could be. Initialize all tables and midambles at start. Signed-off-by: Tom Tsou --- Transceiver52M/Transceiver.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Transceiver52M/Transceiver.cpp') diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp index 526153e..df41eac 100644 --- a/Transceiver52M/Transceiver.cpp +++ b/Transceiver52M/Transceiver.cpp @@ -198,7 +198,7 @@ bool Transceiver::init(int filler, size_t rtsc) return false; } - if (!sigProcLibSetup(mSPSTx)) { + if (!sigProcLibSetup()) { LOG(ALERT) << "Failed to initialize signal processing library"; return false; } @@ -898,7 +898,6 @@ void Transceiver::driveControl(size_t chan) sprintf(response, "RSP SETTSC 1 %d", TSC); else { mTSC = TSC; - generateMidamble(mSPSRx, TSC); sprintf(response,"RSP SETTSC 0 %d", TSC); } } -- cgit v1.2.3