Attention is currently required from: fixeria.
1 comment:
File src/osmo-bsc/abis_rsl.c:
Patch Set #3, Line 2344: sd.bts->ccch_load_ind_period
In paging.c you multiply it by 2, but here you don't. Is it intentional? […]
Because in this path we know it's an ipaccess BTS which will keep sending CCCH Load Indication all the time despite being under Load Threshold (value UINT16_MAX), so we know we'll receive another CCCH Load Ind after sd.bts->ccch_load_ind_period seconds. Hence, there's no sense in calculating double the time.
sd.bts->ccch_load_ind_period * 2 is used to provide enough time for CCCH Load Ind to arrive if they are delayed. If that bts->ccch_load_ind_period * 2 timeframe is reached, in general we consider the BTS is not sending load indications because it's under threshold.
To view, visit change 27935. To unsubscribe, or for help writing mail filters, visit settings.