From 7f2d25b0956f0e9fb6cdf0056d9371a00cc239e4 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 15 Dec 2009 21:36:59 +0100 Subject: mroe comments on meas_rep data structures --- openbsc/include/openbsc/meas_rep.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/include/openbsc/meas_rep.h') diff --git a/openbsc/include/openbsc/meas_rep.h b/openbsc/include/openbsc/meas_rep.h index d44c9b766..c36352e2a 100644 --- a/openbsc/include/openbsc/meas_rep.h +++ b/openbsc/include/openbsc/meas_rep.h @@ -30,11 +30,15 @@ struct gsm_meas_rep_unidir { /* parsed uplink and downlink measurement result */ struct gsm_meas_rep { + /* back-pointer to the logical channel */ struct gsm_lchan *lchan; + /* number of the measurement report */ u_int8_t nr; + /* flags, see MEAS_REP_F_* */ unsigned int flags; + /* uplink and downlink rxlev, rxqual; full and sub */ struct gsm_meas_rep_unidir ul; struct gsm_meas_rep_unidir dl; @@ -45,6 +49,7 @@ struct gsm_meas_rep { u_int8_t ta; /* MS timing advance */ } ms_l1; + /* neighbor measurement reports for up to 6 cells */ int num_cell; struct gsm_meas_rep_cell cell[6]; }; -- cgit v1.2.3