ID | Name | Description |
---|---|---|
IDXTYPE | Index type | Meaning: how to specify a BTS Value range: BYNAME(By Name), BYIDX(By Index) Explanation: This parameter determines whether to specify a BTS by its name or index. Default value: None |
BTSIDX | BTS Index | Meaning: BTS index Value range: 0-2047 Explanation: 1. This parameter specifies the number of a BTS. Each BTS is numbered uniquely in a BSC. 2. This parameter is mandatory if Index Type is set to BYIDX(By Index). Default value: None |
BTSNAME | BTS Name | Meaning: BTS name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of the target BTS. Each BTS is named uniquely in a BSC. 2. This parameter is mandatory if Index Type is set to BYNAME(By Name). Default value: None |
ISSPTDEMUS | Demu configure information | Meaning: This parameter specifies whether the DEMU is configured. Value range: YES(Configure), NO(Not Configure) Explanation: 1. A key field that identifies the query of the current temperature and humidity of the BTS and indicates whether the DEMU is configured in the BTS to be queried. 2. YES(Configure) indicates that the DEMU is configured and NO(Not Configure) indicates that the DEMU is not configured. Default value: None |
SRN | Subrack No. | Meaning: subrack number of the DEMU Value range: 0-53 Explanation: 1. This parameter specifies the number of the subrack where a BTS board is located. The subrack number is unique in a site. 2. This parameter specifies the subrack number of the DEMU in the BTS to be queried. 3. This parameter is mandatory when the YES(Support) option is selected. Default value: None |
SN | Slot No. | Meaning: slot number of the DEMU Value range: 0-23 Explanation: 1. This parameter specifies the number of the slot in which a BTS board is located. 2. This parameter specifies the slot number of the DEMU in the BTS to be queried. 3. This parameter is mandatory when the YES(Support) option is selected. Default value: None |
Query the humidity and temperature of the BTS configured with the DEMU (Index Type = BYIDX(By Index); BTS Index = 1, Subrack No. = 0; Slot No. = 5): DSP BTSENVSTAT: IDXTYPE=BYIDX, BTSIDX=1, ISSPTDEMUS=YES, SRN=0, SN=5; The result is as follows: +++ HUAWEI 2008-06-21 04:11:52 O&M #497 %%DSP BTSENVSTAT: IDXTYPE=BYIDX, BTSIDX=1, ISSPTDEMUS=YES, SRN=0, SN=5;%% RETCODE = 0 Operation succeeded DSP BTSENVSTAT Result --------------------- Humidity Temperature 52.0 23.0 (Number of results = 1) --- END