Display BTS Running Status(DSP BTSSTAT)

Function

An OM command that queries the operating status of a specified BTS.

Note

1. The MML client should communicate with the BSC properly.

2. The BSC should communicate with the BTS properly.

Parameters

ID Name Description
IDXTYPE Index type

Meaning: index type

Value range: BYNAME(By Name), BYIDX(By Index)

Explanation:

1. This parameter indicates the state query mode for the BTS.

2. If this parameter is not specified, all the configured BTSs are queried.

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 Index Type.

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.

Default value: None

STATTR BTS attribute

Meaning: BTS attribute

Value range: CELLINIT(Cell Initialized), AUTOCLOSE(Blocked Automatically), CHLFAULT(Channel Fault), BCCHMUTUAL(Main BCCH Mutual Aid), HOPMUTUAL(Baseband FH Mutual Aid), CHANGECHN(Channel Type Changed), MANUALBLK(Blocked Manually), FREQSCAN(Frequency Scanning), ALAMSCREEN(Alarm Shielded), OMLLINK(Normal OML), SITEINIT(BTS Initialized), NEARMANAGE(Local Management Rights), BORADFAULT(Board Fault), UNCONFIG(Board Not Configured), ALARMGENERATED(Alarm Generated)

Explanation:

1. This parameter specifies the BTS attributes to be queried.

2. If this parameter is not specified, all the BTS attributes are queried.

Default value: None

Example

1. Query the running status of all BTSs:
DSP BTSSTAT:;

The result is as follows:
+++    HUAWEI        2007-11-10 18:49:06
O&M    #3092
%%DSP BTSSTAT:;%%
RETCODE = 0  Operation succeeded

DSP BTSSTAT Result
------------------
Site Index  Site Name   Cell Initialized  Blocked Automatically  Channel Fault  Main BCCH Mutual Aid  Baseband FH Mutual Aid  Channel Type Changed  Blocked Manually  Frequency Scanning  Alarm Shielded  Normal OML  BTS Initialized  Local Management Rights  Board Fault  Board Not Configured  Alarm Generated

0           BTS3900A    No                No                     Yes            No                    No                      No                    No                No                  No              No          No               No                       Yes          No                    Yes            
1           BTS3900     No                No                     Yes            No                    No                      No                    No                No                  No              No          No               No                       Yes          No                    Yes            
2           BTS3900_IP  Yes               No                     Yes            No                    No                      No                    No                No                  No              Yes         Yes              No                       Yes          Yes                   Yes            
(Number of results = 3)


---    END

2. Query the running status the BTS (Index type = BYIDX(By Index); BTS Index = 0; BTS attribute = AUTOCLOSE(Blocked Automatically)):
DSP BTSSTAT: IDXTYPE=BYIDX, BTSIDX=0, STATTR=AUTOCLOSE;

The result is as follows:
+++    HUAWEI        2007-11-10 18:49:42
O&M    #3114
%%DSP BTSSTAT: IDXTYPE=BYIDX, BTSIDX=0, STATTR=AUTOCLOSE;%%
RETCODE = 0  Operation succeeded

DSP BTSSTAT Result
------------------
Site Index  Site Name  Blocked Automatically

0           BTS3900A   No                   
(Number of results = 1)


---    END

3. Query all the parameters related to the operating status of the BTS (Index Type = BYIDX(By Index); BTS Index = 0):
DSP BTSSTAT: IDXTYPE=BYIDX, BTSIDX=0;

The result is as follows:
+++    HUAWEI        2008-07-21 17:39:56
O&M    #681
%%DSP BTSSTAT: IDXTYPE=BYIDX, BTSIDX=0;%%
RETCODE = 0  Operation succeeded

DSP BTSSTAT Result
------------------
Site Index  Site Name  Cell Initialized  Blocked Automatically  Channel Fault  Main BCCH Mutual Aid  Baseband FH Mutual Aid  Channel Type Changed  Blocked Manually  Frequency Scanning  Alarm Shielded  Normal OML  BTS Initialized  Local Management Rights  Board Fault  Board Not Configured  Alarm Generated

0           tdm1       Yes               No                     No             No                    No                      No                    No                No                  No              Yes         Yes              No                       No           Yes                   Yes            
(Number of results = 1)


---    END

Output Description

Domain Name Description
Site Index

Unique BTS index under a BSC

Cell Initialized

This parameter specifies whether the cell is initialized.

Blocked Automatically

This parameter specifies whether the BTS is automatically blocked.

Channel Fault

This parameter specifies whether the channel is faulty.

Main BCCH Mutual Aid

This parameter specifies whether mutual aid is performed for main BCCH TRX.

Baseband FH Mutual Aid

This parameter specifies whether mutual aid is performed for baseband FH TRX.

Channel Type Changed

This parameter specifies whether the channel type is changed.

Blocked Manually

This parameter specifies whether the BTS is manually blocked.

Alarm Shielded

This parameter specifies whether the alarm is shielded.

Frequency Scanning

This parameter specifies the status of frequency scanning.

Normal OML

This parameter specifies whether the OM link is normal.

BTS Initialized

This parameter specifies whether the BTS is initialized.

Local Management Rights

This parameter specifies the status of the local management rights.

Board Fault

This parameter specifies whether the board is faulty.

Board Not Configured

This parameter specifies whether the board is configured.

Alarm Generated

This parameter specifies whether any alarm is generated.

Related reference
Display Cell Running Status(DSP CELLSTAT)

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