Attention is currently required from: matanp.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/32498 )
Change subject: ctrl: Add penalty time control ......................................................................
Patch Set 1:
(2 comments)
File src/osmo-bsc/bts_ctrl.c:
https://gerrit.osmocom.org/c/osmo-bsc/+/32498/comment/3e94323f_3ae71af7 PS1, Line 774: cmd->reply = talloc_asprintf(cmd, "%u", (bts->si_common.cell_ro_sel_par.penalty_time * 20) + 20); can you document with a comment in wich units is this?
https://gerrit.osmocom.org/c/osmo-bsc/+/32498/comment/1c2f992c_4daa34ea PS1, Line 796: CTRL_CMD_DEFINE(bts_penalty_time, "penalty-time"); this looks really too generic ("bts.penalty-time"). Maybe add some reference to SI and whatever cell_ro_sel_par is? Maybe add a referenece to spec section?