aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/bts.h
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-04-25 17:18:48 +0200
committerpespin <pespin@sysmocom.de>2022-04-27 10:03:01 +0000
commitc3487dd19d763130633a46803c18324940009ca4 (patch)
tree5a7bd6e788a5809c1d879b0a6162a792623729f8 /include/osmocom/bsc/bts.h
parentf5183911c8d8a0c7b3c205817411041b10229bf4 (diff)
Introduce VTY command 'ccch load-indication-period <0-255>'
Diffstat (limited to 'include/osmocom/bsc/bts.h')
-rw-r--r--include/osmocom/bsc/bts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/osmocom/bsc/bts.h b/include/osmocom/bsc/bts.h
index 1ac30a75a..151fd785c 100644
--- a/include/osmocom/bsc/bts.h
+++ b/include/osmocom/bsc/bts.h
@@ -471,8 +471,10 @@ struct gsm_bts {
} pwr_ctrl; /* TS 44.060 Table 12.9.1 */
} gprs;
- /* threshold (in percent) when BTS shall send CCCH LOAD IND */
+ /* CCCH Load Threshold: threshold (in percent) when BTS shall send CCCH LOAD IND */
uint8_t ccch_load_ind_thresh;
+ /* CCCH Load Indication Period: how often (secs) to send CCCH LOAD IND when over CCCH Load Threshold. */
+ uint8_t ccch_load_ind_period;
/* RACH NM values */
int rach_b_thresh;