aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-07-16 20:53:21 +0200
committerlaforge <laforge@osmocom.org>2020-07-29 20:09:47 +0000
commitdeaa6fd624903c60a6d83bd02b430376203dcee8 (patch)
treeb278930231d4241541d571724e4d971b06e8ce92 /include/osmocom/bsc/bts.h
parent3e2e820d52ad0c60f8eba226750b0355e6538664 (diff)
Introduce support for ACC subset rotation
See updated documentation section in manuals/chapters/bts.adoc regarding an explanation on how the system works. Related: SYS#4911 Change-Id: I952c9eeae02809c7184078c655574ec817902e06
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 730dee9e0..16053a3bb 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -449,6 +449,7 @@ struct gsm_bts {
uint32_t si_mode_static;
/* access control class ramping */
+ struct acc_mgr acc_mgr;
struct acc_ramp acc_ramp;
/* exclude the BTS from the global RF Lock handling */