summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
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 /src/host/layer23/include/osmocom/bb/common/osmocom_data.h
parentfea9d9e0562d37afeb8f41a799620407667d0e8d (diff)
[WIP] HO: Add BSIC and TOA to L1CTL_NEIGH_PM_IND
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common/osmocom_data.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/osmocom_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
index 14e594cb..a280e750 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -148,6 +148,8 @@ struct osmobb_neigh_pm_ind {
struct osmocom_ms *ms;
uint16_t band_arfcn;
uint8_t rx_lev;
+ uint8_t bsic;
+ int16_t toa;
};
#endif