From 65db0f5c418841ead1e9b11c0194798edeebaa1a Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Mon, 26 Jun 2017 12:07:43 +0200 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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) -- cgit v1.2.3