aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-06-26 12:07:43 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-10 15:30:59 +0000
commit65db0f5c418841ead1e9b11c0194798edeebaa1a (patch)
treef89e253258874886d9c4d11a12ab9974ad96f4b2 /configure.ac
parent9a280eba486cbe11fa4dd763830ff425a7a4702a (diff)
measurement: fix measurment report
The end of the measurement reporting period is not aligned with the SACCH block where the results are reported. The tables that are used to detect the end of the measurement period are therefore wrong. The frame number of the SACCH block must be used and not the TDMA frame number (modulo 104) of the measurement reporing interval. The tables are oriented to the frame number of the first SACCH block, at the beginning of an interval. However, when a SACCH block is received it will always contain the result of the recently passed measurement reporting period. To match the tables, introduce another lookup table to remap each SACCH block that ends to the matching beginning block number. Change-Id: I1eef894e6f15b4449fc8926bebb118624efc7924
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b2700d5c..64231b3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -192,4 +192,5 @@ AC_OUTPUT(
tests/misc/Makefile
tests/handover/Makefile
tests/tx_power/Makefile
+ tests/meas/Makefile
Makefile)