From c3487dd19d763130633a46803c18324940009ca4 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 25 Apr 2022 17:18:48 +0200 Subject: Introduce VTY command 'ccch load-indication-period <0-255>' Change-Id: Id9d23238863c02a72bcf32942f6b0d40be127904 --- include/osmocom/bsc/bts.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/osmocom/bsc/bts.h') 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; -- cgit v1.2.3