osmo-bts/src/common
Philipp Maier 65db0f5c41 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
2017-07-10 15:30:59 +00:00
..
Makefile.am DTX DL: use FSM for AMR 2016-10-13 06:58:06 +00:00
abis.c OML: internalize failure reporting 2017-01-25 13:24:52 +01:00
amr.c Fix some spelling errors 2016-12-22 14:04:22 +00:00
bts.c bts: revert trx shutdown order 2017-05-08 07:46:25 +00:00
bts_ctrl_commands.c Add ctrl command to send OML alert 2017-01-25 13:29:03 +01:00
bts_ctrl_lookup.c CTRL: make the CTRL-Interface IP address configurable 2017-01-10 15:45:59 +00:00
cbch.c fix compiler warning: printf format for sizeof() 2016-06-17 15:34:42 +00:00
dtx_dl_amr_fsm.c Fix AMR HR DTX FSM logic. 2017-02-01 19:13:16 +00:00
gsm_data_shared.c re-work original osmo-bts with support for sysmocom femtobts 2011-06-27 11:25:35 +02:00
handover.c Check for suitable lchan type when detecting HO 2017-03-14 14:17:44 +00:00
l1sap.c Use osmo_dump_gsmtime to log fn across different layers 2017-07-10 08:44:03 +00:00
lchan.c cosmetic: common ts_is_pdch() 2016-08-30 07:35:47 +00:00
load_indication.c paging: send CCCH load indications even if paging load below threshold 2012-11-24 22:28:44 +01:00
logging.c add missing DSUM entry to bts_log_info_cat 2016-06-17 15:32:03 +00:00
main.c OML: internalize failure reporting 2017-01-25 13:24:52 +01:00
measurement.c measurement: fix measurment report 2017-07-10 15:30:59 +00:00
msg_utils.c Fix AMR HR DTX FSM logic. 2017-02-01 19:13:16 +00:00
oml.c OML: move BTS number check into separate function 2017-06-22 10:51:12 +00:00
paging.c Fix AGCH/PCH proportional allocation 2016-12-01 15:25:26 +00:00
pcu_sock.c Allow passing low link quality buffers to upper layers 2017-07-10 08:44:00 +00:00
phy_link.c phy_link: Fix typo in state being printed 2017-05-24 19:26:48 +02:00
power_control.c move MS power control handling from sysmobts to common part 2015-09-22 16:39:05 +02:00
rsl.c RSL: receive and send multiple SI2q messages 2017-06-28 07:56:32 +00:00
scheduler.c cosmetic: fix some typos 2017-06-15 14:40:21 +00:00
sysinfo.c RSL: receive and send multiple SI2q messages 2017-06-28 07:56:32 +00:00
tx_power.c sysmobts: Don't start with 0dBm TRX output power before ramping 2017-04-06 18:41:01 +02:00
vty.c vty: Remove command for manual channel activation/deactivation 2017-05-29 21:58:51 +02:00