[PATCH] osmo-bsc[master]: fix initialization of acc ramping

2018-04-09 Thread Stefan Sperling
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7691 to look at the new patch set (#3). fix initialization of acc ramping Remove a redundant call to acc_ramp_init() during bootstrap_bts(). ACC ramping state is already initialized during V

[PATCH] osmo-bsc[master]: fix initialization of acc ramping

2018-04-09 Thread Stefan Sperling
fix initialization of acc ramping Remove a redundant call to acc_ramp_init() during bootstrap_bts(). ACC ramping state is already initialized during VTY config parsing, and bootstrap_bts() accidentally disabled ACC ramping again even if it was enabled in the configuration. This bug was introduce

[PATCH] osmo-bsc[master]: fix initialization of acc ramping

2018-04-09 Thread Stefan Sperling
Review at https://gerrit.osmocom.org/7691 fix initialization of acc ramping Remove a redundant call to acc_ramp_init() during bootstrap_bts(). ACC ramping state is already initialized during VTY config parsing, and bootstrap_bts() accidentally disabled ACC ramping again even if it was enabled i