bsc: Create a better error message for when RF commands are rejected

Provide an error message that makes it more clear that the command
is rejected because RF handling is not enabled in the BSC.
This commit is contained in:
Holger Hans Peter Freyther
2011-11-19 22:56:12 +01:00
parent 25eca0bfdc
commit 431ceada36

View File

@@ -395,7 +395,7 @@ static int set_net_rf_lock(struct ctrl_cmd *cmd, void *data)
}
if (!net->bsc_data->rf_ctrl) {
cmd->reply = "RF Ctrl not enabled";
cmd->reply = "RF Ctrl is not enabled in the BSC Configuration";
return CTRL_CMD_ERROR;
}