aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
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 */