Attention is currently required from: matanp.
Patch set 3:Code-Review +1
1 comment:
File src/osmo-bsc/bts_ctrl.c:
Patch Set #3, Line 888: if ((0 == result) && (si2q_num(bts) <= SI2Q_MAX_NUM)) {
we usuall compare "var == value" not the other way around. Please reverse it (you are even already do it as usual in the other comparison in same line).
To view, visit change 33750. To unsubscribe, or for help writing mail filters, visit settings.