summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-12-08 14:47:42 +0100
committerHarald Welte <laforge@gnumonks.org>2019-05-23 13:03:38 +0200
commit321d1efd06b8ca41115a907f439e1ba7d5b9d334 (patch)
treed6db263718021de80b5750a0235e36de6c745df2 /include
parentfea9d9e0562d37afeb8f41a799620407667d0e8d (diff)
[WIP] HO: Add BSIC and TOA to L1CTL_NEIGH_PM_IND
Diffstat (limited to 'include')
-rw-r--r--include/l1ctl_proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/l1ctl_proto.h b/include/l1ctl_proto.h
index 05d65deb..f2ed9242 100644
--- a/include/l1ctl_proto.h
+++ b/include/l1ctl_proto.h
@@ -346,12 +346,15 @@ struct l1ctl_neigh_pm_req {
uint8_t tn[64];
} __attribute__((packed));
+#define L1CTL_BSIC_INVAL 255
+
/* neighbour cell measurement results */
struct l1ctl_neigh_pm_ind {
uint16_t band_arfcn;
uint8_t pm[2];
uint8_t tn;
- uint8_t padding;
+ uint8_t bsic;
+ int16_t toa;
} __attribute__((packed));
/* traffic data to network */