1. Only the local operator with the Administrator level and the authorized operator with the Custom level have the rights to execute this command.
2. Only the existing commands in the system can be added. The execution result of this command is addition instead of replacement.
3. If the configurable command group (G_23-G_31) contains a configuration command, then you need to add the commands "LCK CFGRIGHT" and "REL CFGRIGHT" to the corresponding command group.
ID | Name | Description |
---|---|---|
CG | Command group | Meaning: command group Value range: G_23 - G_31 Explanation: 1. This parameter specifies the command group to which commands are added. 2. A command group acts as the minimum unit in allocating rights to operators, who are the objects of authority management. 3. G_23 - G_31 are not default command groups. The user can add commands to these command groups. Default value: None |
CMD | Command name | Meaning: command name Value range: names of all the commands for the BSC Explanation: This parameter specifies the commands to be added to the target command group. Multiple commands can be added to a command group at a time. Default value: None |
1. Add the command ADD CELL to the command group G_23: ADD CCG: CG=G_23, CMD="ADD CELL"; Explanation: If the execution is successful, the command "ADD CELL" is added to G_23.If ADD CELL already exists in G_23, this execution is also successful. 2. Add the commands ACT LICENSE and ADD CELL to the command group G_23: ADD CCG: CG=G_23, CMD="ACT LICENSE"&"ADD CELL"; Explanation: If the execution is successful, the commands ACT LICENSE and ADD CELL are added to G_23.If ACT LICENSE or ADD CELL already exists in G_23, this execution is also successful.