From 7cc4a4b324bcf65b5d383faf2b3e727953c8df81 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 29 Jan 2012 11:00:53 +0100 Subject: Improvement of neighbour cell power measurement task. 5 measurements are now performed during a 51 multiframe. They are performed at one of the 5 FCCH. Additionally a timeslot offset can be given for each measurement. This way it is possible to measure each timeslot seperately. The given ARFCN must be in sync with the serving cell. --- include/l1ctl_proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/l1ctl_proto.h') diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h index c1220d60..4b9540e9 100644 --- a/include/l1ctl_proto.h +++ b/include/l1ctl_proto.h @@ -283,12 +283,15 @@ struct l1ctl_neigh_pm_req { uint8_t n; uint8_t padding[1]; uint16_t band_arfcn[64]; + uint8_t tn[64]; } __attribute__((packed)); /* neighbour cell measurement results */ struct l1ctl_neigh_pm_ind { uint16_t band_arfcn; uint8_t pm[2]; + uint8_t tn; + uint8_t padding; } __attribute__((packed)); /* traffic data to network */ -- cgit v1.2.3