aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@espeweb.net>2021-02-09 12:41:42 +0100
committerPau Espin Pedrol <pespin@espeweb.net>2021-02-09 13:31:48 +0100
commitd01bc3e4c73958d5305e0632774847697c454e71 (patch)
tree78ab8c2ca81b55fbca9bc0f368227568e2a99523 /include/osmocom
parentc72c853a96feafaa14fd74c5ba635a73885e7382 (diff)
Introduce VTY cmd to configure Alpha in SI13
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/bsc/bts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 6797d1c70..9a226f54c 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -391,6 +391,9 @@ struct gsm_bts {
bool active; /* CCN_ACTIVE */
bool forced_vty; /* set by VTY ? */
} ccn; /* TS 44.060 sec 8.8.2 */
+ struct {
+ uint8_t alpha; /* ALPHA*10, units of 0.1, range <0-10> */
+ } pwr_ctrl; /* TS 44.060 Table 12.9.1 */
} gprs;
/* threshold (in percent) when BTS shall send CCCH LOAD IND */