aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/src/osmo-nitb/ctrl_commands_dummy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/osmo-nitb/ctrl_commands_dummy.c b/openbsc/src/osmo-nitb/ctrl_commands_dummy.c
index f7eead3cc..0b2c49962 100644
--- a/openbsc/src/osmo-nitb/ctrl_commands_dummy.c
+++ b/openbsc/src/osmo-nitb/ctrl_commands_dummy.c
@@ -58,6 +58,7 @@ DUMMY_COMMAND(bts_rflock, "rflock");
DUMMY_COMMAND(bts_handover_imsi, "subscriber-handover-by-imsi");
DUMMY_COMMAND(bts_cell_sel_hyst, "cell-reselection-hysteris");
DUMMY_COMMAND(bts_cell_sel_offset, "cell-reselection-offset");
+DUMMY_COMMAND(bts_cell_barred, "cell-barred");
/* TRX related commands below here */
@@ -81,6 +82,7 @@ int bsc_ctrl_cmds_install_dummies(void)
rc |= ctrl_cmd_install(CTRL_NODE_BTS, &cmd_bts_handover_imsi);
rc |= ctrl_cmd_install(CTRL_NODE_BTS, &cmd_bts_cell_sel_hyst);
rc |= ctrl_cmd_install(CTRL_NODE_BTS, &cmd_bts_cell_sel_offset);
+ rc |= ctrl_cmd_install(CTRL_NODE_BTS, &cmd_bts_cell_barred);
rc |= ctrl_cmd_install(CTRL_NODE_TRX, &cmd_trx_drop);
rc |= ctrl_cmd_install(CTRL_NODE_TRX, &cmd_trx_rflock);