[MERGED] osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-14 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: fix handling of state changes in acc ramping .. fix handling of state changes in acc ramping Take both the operative and administrative states into

osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-14 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7784 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib3291439655598fb5ddc891a3e4cc35b0bad250f Gerrit-PatchSet: 4 Gerrit-Project: osmo-bsc Gerrit-Branch: master

osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-13 Thread Pau Espin Pedrol
Patch Set 4: Remember to backport all related patches to openbsc! -- To view, visit https://gerrit.osmocom.org/7784 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib3291439655598fb5ddc891a3e4cc35b0bad250f Gerrit-PatchSet: 4

osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-13 Thread Pau Espin Pedrol
Patch Set 4: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/7784 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib3291439655598fb5ddc891a3e4cc35b0bad250f Gerrit-PatchSet: 4 Gerrit-Project: osmo-bsc Gerrit-Branch: master

[PATCH] osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-13 Thread Stefan Sperling
Hello Pau Espin Pedrol, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7784 to look at the new patch set (#4). fix handling of state changes in acc ramping Take both the operative and administrative states into account when deciding whether

osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-13 Thread Stefan Sperling
Patch Set 3: (3 comments) https://gerrit.osmocom.org/#/c/7784/3/src/libbsc/acc_ramp.c File src/libbsc/acc_ramp.c: Line 182: if (trx_is_usable(trx)) /* cross-check with operational state */ > As discussed a few mins ago, when coming from S_NM_STATECHG_OPER signal in

osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-12 Thread Pau Espin Pedrol
Patch Set 3: Code-Review-1 (5 comments) https://gerrit.osmocom.org/#/c/7784/3/src/libbsc/acc_ramp.c File src/libbsc/acc_ramp.c: Line 182: if (trx_is_usable(trx)) /* cross-check with operational state */ As discussed a few mins ago, when coming from S_NM_STATECHG_OPER

[PATCH] osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-12 Thread Stefan Sperling
fix handling of state changes in acc ramping Take both the operative and administrative states into account when deciding whether to start ACC ramping, and examine old/new state values to avoid triggering ramping for a no-op state change. This requires a fix to gsm_trx_lock_rf(): This function

[PATCH] osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-12 Thread Stefan Sperling
fix handling of state changes in acc ramping Take both the operative and administrative states into account when deciding whether to start ACC ramping, and examine old/new state values to avoid triggering ramping for a no-op state change. This requires a fix to gsm_trx_lock_rf(): This function

[PATCH] osmo-bsc[master]: fix handling of state changes in acc ramping

2018-04-12 Thread Stefan Sperling
Review at https://gerrit.osmocom.org/7784 fix handling of state changes in acc ramping Take both the operative and administrative states into account when deciding whether to start ACC ramping, and examine old/new state values to avoid triggering ramping for a no-op state change. This