mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user