mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-11-02 13:13:17 +00:00
WIP:sigProcLib: Reduce burst detection window for NB.
Otherwise we detect bursts with search window far beyond specified. Change-Id: If3cb40d2311504a13c03e1fbccad663ac201d9a4
This commit is contained in:
@@ -1855,8 +1855,8 @@ int analyzeTrafficBurst(const signalVector &burst, unsigned tsc, float threshold
|
||||
return -SIGERR_UNSUPPORTED;
|
||||
|
||||
target = 3 + 58 + 16 + 5;
|
||||
head = 6;
|
||||
tail = 6 + max_toa;
|
||||
head = 3;
|
||||
tail = 3 + max_toa;
|
||||
sync = gMidambles[tsc];
|
||||
|
||||
rc = detectGeneralBurst(burst, threshold, sps, amplitude, toa,
|
||||
|
||||
Reference in New Issue
Block a user