From 15400251813f0750bef8a94daba9f672d52c8f91 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 24 May 2019 11:56:23 +0200 Subject: Allow VTY to set the CCCH Load Indication Threshold Add a new VTY command "ccch load-indication-threshold <0-100>" by which the user can configure the threshold after which the BTS shall send CCCH LOAD IND. It used to be hard-coded to a default value of 10. Change-Id: I059fe4627438e26a06e00d84e342b736ab7af440 --- include/osmocom/bsc/gsm_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/osmocom') diff --git a/include/osmocom/bsc/gsm_data.h b/include/osmocom/bsc/gsm_data.h index 82bd23846..a4640015e 100644 --- a/include/osmocom/bsc/gsm_data.h +++ b/include/osmocom/bsc/gsm_data.h @@ -1115,6 +1115,9 @@ struct gsm_bts { bool ctrl_ack_type_use_block; } gprs; + /* threshold (in percent) when BTS shall send CCCH LOAD IND */ + int ccch_load_ind_thresh; + /* RACH NM values */ int rach_b_thresh; int rach_ldavg_slots; -- cgit v1.2.3