aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index 6c08b0399..8ad127a16 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -296,6 +296,12 @@ struct gsm_bts {
struct {
struct gsm_nm_state nm_state;
} site_mgr;
+
+ /* ip.accesss Unit ID's have Site/BTS/TRX layout */
+ struct {
+ u_int16_t site_id;
+ u_int16_t bts_id;
+ } ip_access;
/* transceivers */
int num_trx;