Attention is currently required from: matanp.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/33750 )
Change subject: ctrl: Support adding si2quater earfcn neighbor ......................................................................
Patch Set 3: Code-Review+1
(1 comment)
File src/osmo-bsc/bts_ctrl.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/33750/comment/03b5583f_12ff187e PS3, 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).