matanp has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bsc/+/35492?usp=email )
Change subject: ctrl: Fix missing reply in set_bts_cell_reselection_offset
......................................................................
ctrl: Fix missing reply in set_bts_cell_reselection_offset
Change-Id: Iacdb192dc15ab7e10e06c0dfe0984fc8a5727ecc
---
M src/osmo-bsc/bts_ctrl.c
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/92/35492/1
diff --git a/src/osmo-bsc/bts_ctrl.c b/src/osmo-bsc/bts_ctrl.c
index 4312d9d..0c6e280 100644
--- a/src/osmo-bsc/bts_ctrl.c
+++ b/src/osmo-bsc/bts_ctrl.c
@@ -1040,6 +1040,7 @@
struct gsm_bts *bts = cmd->node;
bts->si_common.cell_ro_sel_par.present = 1;
bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(cmd->value) / 2;
+ cmd->reply = "OK";
return CTRL_CMD_REPLY;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bsc/+/35492?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Iacdb192dc15ab7e10e06c0dfe0984fc8a5727ecc
Gerrit-Change-Number: 35492
Gerrit-PatchSet: 1
Gerrit-Owner: matanp <matan1008(a)gmail.com>
Gerrit-MessageType: newchange