aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/meas_rep.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-25 22:49:34 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-26 00:28:37 +0100
commit950eca9b761ddb2ed8f7af142094d9fac64f30df (patch)
treec13c3d7bd7bc7bee9264022671b4d567fae03402 /openbsc/include/openbsc/meas_rep.h
parenta06c35e9e3f365e2b8e811a62870f0330dd7fc4e (diff)
[meas_rep] Add raw neighbor index into per-cell parsed meas rep
Diffstat (limited to 'openbsc/include/openbsc/meas_rep.h')
-rw-r--r--openbsc/include/openbsc/meas_rep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/meas_rep.h b/openbsc/include/openbsc/meas_rep.h
index fd5fced43..3c2c8d1c1 100644
--- a/openbsc/include/openbsc/meas_rep.h
+++ b/openbsc/include/openbsc/meas_rep.h
@@ -7,6 +7,7 @@
struct gsm_meas_rep_cell {
u_int8_t rxlev;
u_int8_t bsic;
+ u_int8_t neigh_idx;
u_int16_t arfcn;
unsigned int flags;
};