aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-12-14 22:24:28 +0100
committerHarald Welte <laforge@gnumonks.org>2009-12-14 22:24:28 +0100
commitf1dae1924a80e614982513707b4ee568d2126e1b (patch)
treecee91420cf73498955db2308171930620013578e /openbsc/include
parent7f73a1ac58d6b9f2f8ec793123bf0ee3038fb3a4 (diff)
04.08 MEAS REP: Convert relative cell number to ARFCN
Since we are keeping a bitvec of the neighbor cells, we can now use bitvec_get_nth_set_bit() to determine the ARFCN for each reported cell in the 04.08 MEASUREMENT REPORT.
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/meas_rep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/meas_rep.h b/openbsc/include/openbsc/meas_rep.h
index b1ad2daa8..d44c9b766 100644
--- a/openbsc/include/openbsc/meas_rep.h
+++ b/openbsc/include/openbsc/meas_rep.h
@@ -4,8 +4,8 @@
/* extracted from a L3 measurement report IE */
struct gsm_meas_rep_cell {
u_int8_t rxlev;
- u_int8_t bcch_freq; /* FIXME: translate to ARFCN */
u_int8_t bsic;
+ u_int16_t arfcn;
};
/* RX Level and RX Quality */