aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-20 13:48:31 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-20 15:00:38 +0100
commit2e6b60df455ad35c296460e0ad38e2dbe8ae511e (patch)
tree96648e1815531a06133b26e0d596ce531fb34821 /src/bts.h
parentd1049dc8cc3a150140569b711b7bbf11336211e7 (diff)
bts: Store RAC+CI from info_ind
Having those values at hand will be needed later for RIM / NACC related purposes. Change-Id: Ia3596e9e81cd71443be2cc6f2450bb7f91d2667d
Diffstat (limited to 'src/bts.h')
-rw-r--r--src/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bts.h b/src/bts.h
index d1881b22..7f437e37 100644
--- a/src/bts.h
+++ b/src/bts.h
@@ -198,6 +198,7 @@ struct gprs_rlcmac_bts {
uint8_t nr; /* bts_nr */
struct llist_head list; /* queued in pcu->bts_list */
bool active;
+ struct osmo_cell_global_id_ps cgi_ps;
uint8_t bsic;
uint8_t cs_mask; /* Allowed CS mask from BTS */
uint16_t mcs_mask; /* Allowed MCS mask from BTS */