From 6818881d72cdde04eca4b1923a805190acde493c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 Jun 2011 10:36:07 +0200 Subject: implement baseic uplink measurement processing + reporting * gather measurements from each PH-DATA.ind * check every TDMA frame about meas period expiration * compute averages after period expired * put MS DL MEAS REP into RSL MEAS RES messages, include UL meas bugs: * L3 INFO content seems to have some offset * is_sub is not set anywhere * measurement periods might have up/downlink offset --- include/osmo-bts/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/osmo-bts/Makefile.am') diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am index 64711f86..4f8753dd 100644 --- a/include/osmo-bts/Makefile.am +++ b/include/osmo-bts/Makefile.am @@ -1 +1,2 @@ -noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h oml.h paging.h rsl.h rtp.h signal.h vty.h +noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h measurement.h \ + oml.h paging.h rsl.h rtp.h signal.h vty.h -- cgit v1.2.3