aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/meas_rep.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-11-30 19:16:47 +0100
committerHarald Welte <laforge@gnumonks.org>2009-11-30 19:16:47 +0100
commitdbb1d883594ba8796acbc7831d4ad042c7070d12 (patch)
tree81175504c637c208b97e994f4ae31cf6d0d47150 /openbsc/include/openbsc/meas_rep.h
parent798418a068fcc95f8f5bcad5ba923ab065d7fa86 (diff)
[handover] export measurement reports via signal
This patch introduces the S_LCHAN_MEAS_REP signal which is used to export measurement reports as input to the yet-to-be-written handover algorithm.
Diffstat (limited to 'openbsc/include/openbsc/meas_rep.h')
-rw-r--r--openbsc/include/openbsc/meas_rep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/meas_rep.h b/openbsc/include/openbsc/meas_rep.h
index 0c2bdabde..b1ad2daa8 100644
--- a/openbsc/include/openbsc/meas_rep.h
+++ b/openbsc/include/openbsc/meas_rep.h
@@ -30,6 +30,8 @@ struct gsm_meas_rep_unidir {
/* parsed uplink and downlink measurement result */
struct gsm_meas_rep {
+ struct gsm_lchan *lchan;
+
u_int8_t nr;
unsigned int flags;