Display BTS Temperature and Humidity Thresholds(DSP BTSENVTHD)

Function

An OM command that queries the upper and lower limits of temperature and humidity in a specified BTS.

Note

The BTS should be configured with the DEMU.

Parameters

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

Example

Query the upper and lower limits of temperature and humidity (Index Type = BYIDX(By Index); BTS Index = 5):
DSP BTSENVTHD: IDXTYPE=BYIDX, BTSIDX=5;
The result is as follows:
+++    HUAWEI        2008-02-19 05:30:46 DST
O&M    #1329
%%DSP BTSENVTHD: IDXTYPE=BYIDX, BTSIDX=5;%%
RETCODE = 0  Operation succeeded

LST ENVTHD Result
-----------------
Temperature Upper Limit  Temperature Lower Limit  Humidity Upper Limit  Humidity Lower Limit

50.0                     0.0                      80.0                  10.0               
(Number of results = 1)


---    END

Output Description

Domain Name Description
Temperature Upper Limit

Upper threshold of the temperature (unit: C)

Temperature Lower Limit

Lower threshold of the temperature (unit: C)

Humidity Upper Limit

Upper threshold of the humidity (unit: C)

Humidity Lower Limit

Lower threshold of the humidity (unit: C)

Related reference
Display BTS Current Temperature and Humidity(DSP BTSENVSTAT)

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