Display GPRS Cell Attributes(DSP PSCELL)

Function

An OM command that queries the attributes of a specified GPRS/EDGE cell.

Note

This command applies to only the PS cells.

Parameters

ID Name Description
IDXTYPE Index Type

Meaning: index type

Value range: BYCELL(BYCELL), BYSUBRACK(By Subrack), BYBSC(By BSC)Explanation: This parameter specifies whether to query the attributes of a PS cell by cell, by subrack, or by BSC.

Default value: None

CIDXTYPE Cell Index Type

Meaning: cell index type

Value range: BYCELLINDEX(By CELL Index), BYCELLNAME(By CELL Name)

Explanation: This parameter specifies whether to uniquely identify a cell by cell index or cell name.

Default value: None

CIDX Cell Index

Meaning: cell index

Value range: 0-2047

Explanation: The cell index uniquely identifies a cell within a BSC.

Default value: None

CNAME Cell Name

Meaning: cell name

Value range: 1-32 characters

Explanation: The cell name uniquely identifies a cell within a BSC.

Default value: None

SRN Subrack No.

Meaning: subrack number

Value range: 0-11

Explanation: The subrack number uniquely identifies a subrack.

Default value: None

Example

1. Query the attributes of all the cells under a BSC:
DSP PSCELL: IDXTYPE=BYBSC;
The result is as follows:
+++    HUAWEI        2008-07-18 09:45:34
O&M    #42679
%%DSP PSCELL: IDXTYPE=BYBSC;%%
RETCODE = 0  Operation succeeded

Query PS cell attribute
--------------
Cell Index  Cell Name      Subrack in which the cell configured  Cell Working State  Subrack No.  Slot No.  DSP No.  Cell Operation State  Cell Um Administration State  Cell Gb Administration State

6           DTRU-1     0                                     On work             0            10        5        Operable              Unblocked                     Unblocked        
1           BTS30-0        0                                     On work             0            10        4        Operable              Unblocked                     Unblocked          
2           BTS3002C-0     0                                     On work             0            10        8        Operable              Unblocked                     Unblocked         
3           BTS3012-0      0                                     On work             0            10        17       Operable              Blocked                       Blocked          
0           BTS312-0       0                                     On work             0            10        14       Operable              Blocked                       Blocked          
4           BTS3012C-0     0                                     On work             0            10        16       Operable              Blocked                       Blocked          
(Number of results = 6)

---    END
2. Query the attributes of a cell (Cell Index = 6):
DSP PSCELL: IDXTYPE=BYCELL, CIDXTYPE=BYCELLINDEX, CIDX=6;
The result is as follows:
+++    HUAWEI        2008-07-18 09:48:30
O&M    #42817
%%DSP PSCELL: IDXTYPE=BYSUBRACK, SRN=0;%%
RETCODE = 0  Operation succeeded

Query PS cell attribute
--------------
Cell Index  Cell Name      Subrack in which the cell configured  Cell Working State  Subrack No.  Slot No.  DSP No.  Cell Operation State  Cell Um Administration State  Cell Gb Administration State

6           DTRU-1     0                                     On work             0            10        5        Operable              Unblocked                     Unblocked        
(Number of results = 1)

---    END

Output Description

Domain Name Description
Cell Index

Cell index

Cell Name

Cell name

Subrack in which the cell configured

Subrack in which the cell is configured

Cell Working State

Working status of the cell, value range: Not distribute, Not active, On work. Not distribute indicates that the PS cell is not distributed on the DSP; Not active indicates that the PS cell is distributed on the DSP but PS services cannot be performed; On work indicates that PS services can be performed normally.

Subrack No.

Subrack number of the DSP that holds the cell

Slot No.

Slot number of the DSP that holds the cell

DSP No.

DSP number

Cell Operation State

Cell operation status, value range: Inoperable, Operable

Cell Um Administration State

Status of cell Um administration, value range: Blocked, Unblocked

Cell Gb Administration State

Status of cell Gb administration, value range: Blocked, Unblocked

Related reference
Display PDCH Status(DSP PDCH)
Set PS Cell Distribution on DSP(SET PSCELLTODSP)
Reset Cell of PS Domain(RST PSCELL)

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