aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-03-16 16:22:02 +0100
committerHarald Welte <laforge@gnumonks.org>2013-03-17 17:16:44 +0100
commit050ace2fb47fc6b490a09512efbad4c902044dea (patch)
treed2465e155dda5db6589dc7f6aa8efdd402ccdbbb /src/Makefile.am
parent570b44b29bf1186448e2838a537e1c2e250585fe (diff)
Introduce new file for various measurements
The measurements include: - DL bandwidth usage - DL packet loss rate - DL measurements by mobile - UL measurements by BTS In order to receive DL measurements from mobile, it must be enabled via system information message at BSC.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b4dcfed9..b20b0a98 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,7 @@ libgprs_la_SOURCES = \
gprs_rlcmac.cpp \
gprs_rlcmac_data.cpp \
gprs_rlcmac_sched.cpp \
+ gprs_rlcmac_meas.cpp \
gsm_timer.cpp \
bitvector.cpp \
pcu_l1_if.cpp \