pespin has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/25316 )


Change subject: detectBurst(): constify parameter
......................................................................

detectBurst(): constify parameter

Change-Id: I3d8738b492a175f2ef0c570579e335e7b7695694
---
M Transceiver52M/sigProcLib.cpp
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/16/25316/1

diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp
index ff5e32f..fa8a407 100644
--- a/Transceiver52M/sigProcLib.cpp
+++ b/Transceiver52M/sigProcLib.cpp
@@ -1461,7 +1461,7 @@
  * It is computed from the training sequence of each received burst,
  * by comparing the "ideal" training sequence with the actual one.
  */
-static float computeCI(const signalVector *burst, CorrelationSequence *sync,
+static float computeCI(const signalVector *burst, const CorrelationSequence 
*sync,
                        float toa, int start, complex xcorr)
 {
   float S, C;
@@ -1492,7 +1492,7 @@
  * and we run full interpolating peak detection.
  */
 static int detectBurst(const signalVector &burst,
-                       signalVector &corr, CorrelationSequence *sync,
+                       signalVector &corr, const CorrelationSequence *sync,
                        float thresh, int sps, int start, int len,
                        struct estim_burst_params *ebp)
 {

--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/25316
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I3d8738b492a175f2ef0c570579e335e7b7695694
Gerrit-Change-Number: 25316
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-MessageType: newchange

Reply via email to