ID | Name | Description |
---|---|---|
IDXTYPE | Index Type | Meaning: index type Value range: BYNAME(By Name), BYIDX(By Index) Explanation: The value BYNAME(By Name) indicates the query based on the BTS name and the value BYIDX(By Index) indicates the query based on the BTS index. Default value: None |
BTSIDX | BTS Index | Meaning: BTS index Value range: 0-2047 Explanation: 1. This parameter specifies the index of a BTS. Each BTS is numbered uniquely in a BSC. 2. This parameter is mandatory if BYIDX(By Index) is selected for the Index Type of the BTS. Default value: None |
BTSNAME | BTS Name | Meaning: BTS name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of a BTS. Each BTS is named uniquely in a BSC. 2. This parameter is mandatory if BYNAME(By Name) is selected for Index Type of the BTS. Default value: None |
LOCGRPNO | Location No. | Meaning: number of the location group Value range: 0-35 Explanation: This parameter specifies the number of the sub-location group to be switched to the main location group. Default value: None |
Switch a sub-location group to the main location group (Index Type = BYIDX(By Index); BTS Index = 0; Location No. = 1): SWP LOCGRP: IDXTYPE=BYIDX, BTSIDX=0, LOCGRPNO=1; The result is as follows: +++ HUAWEI 2008-02-19 17:29:55 O&M #3814 %%SWP LOCGRP: IDXTYPE=BYIDX, BTSIDX=0, LOCGRPNO=1;%% RETCODE = 0 Execution succeeded --- END