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 specifies the BTS index for the system operation. BTS index specifies a global BTS index. 3. 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 specifies the BTS name for the system operation. BTS name specifies a global name of the BTS. 3. This parameter is mandatory if BYNAME(By Name) is selected for Index Type of the BTS. Default value: None |
Query the software version of a BTS (Index Type = BYIDX(By Index); BTS Index = 7): DSP BTSVER:IDXTYPE=BYIDX,BTSIDX=7; The result is as follows: +++ HUAWEI 2008-02-14 17:03:47 O&M #608754 %%DSP BTSVER: IDXTYPE=BYIDX, BTSIDX=7;%% RETCODE = 0 Operation succeeded LST BTSVER Result ----------------- Site version = BTS3000V100R008C02SP01 (Number of results = 1) --- END