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 |
CELLIDX | Cell Index | Meaning: Cell index Value range: 0-2047 Explanation: This parameter specifies the number of the cell where carriers reside. The cell index is unique in one BSC. Default value: None |
CELLNAME | Cell Name | Meaning: cell name Value range: 1-32 characters Explanation: This parameter specifies the cell name. The cell name uniquely identify a cell under the BSC. Default value: None |
TRX | TRX No. | Meaning: TRX serial number Value range: 0-71 Description: This parameter specifies the internal carrier number of a BTS. Default value: None |
Query the power mode of a TRX by cell ID and TRX number: DSP TRXPWM: IDXTYPE=BYIDX, CELLIDX=2, TRX=0; The result is as follows: +++ HUAWEI 2008-02-13 00:38:14 DST O&M #8230 %%DSP TRXPWM: IDXTYPE=BYIDX, CELLIDX=2, TRX=0;%% RETCODE = 0 Operation succeeded LST TRXPWM Result ----------------- Maximum Power Mode Current Power Mode 40W 10W (Number of results = 1) --- END