Add Commands to Command Group(ADD CCG)

Function

A configuration command that adds the command(s) to a command group.

Note

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.

Parameters

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

Example

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.
Related reference
Remove Commands from Command Group(RMV CCG)
List Commands in Command Group(LST CCG)

Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.