Attention is currently required from: dexter.
1 comment:
File src/osmo-bsc/pcu_sock.c:
Patch Set #2, Line 117: if (trx->mo.nm_state.operational != NM_OPSTATE_ENABLED || trx->mo.nm_state.administrative != NM_STATE_UNLOCKED) {
Better put this into 2 lines like in osmo-bts.git, it's much more easier to read:
if (trx->mo.nm_state.operational != NM_OPSTATE_ENABLED ||
trx->mo.nm_state.administrative != NM_STATE_UNLOCKED) {
To view, visit change 30875. To unsubscribe, or for help writing mail filters, visit settings.