Display PDCH Num(DSP PDCHNUM)

Function

An OM command that queries the number of active and occupied PDCHs.

Note

This command applies to only the PS cells.

Parameters

ID Name Description
IDXTYPE Index Type

Meaning: index type

Value range: BYDSP(By DSP), BYSUBRACK(By Subrack), BYBSC(By BSC)

Explanation: This parameter specifies whether to query the number of PDCHs by DSP, by subrack, or by 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

SN Slot No.

Meaning: slot number

Value range: 0-27

Explanation: This parameter specifies the slot number. The subrack number and slot number uniquely identify a board.

Default value: None

DSPNO DSP No.

Meaning: DSP number

Value range: 0-21

Explanation: The subrack number, slot number, and DSP number uniquely identify a DSP.

Default value: None

Example

1. Query the number of PDCHs (Index Type = BYDSP(By DSP); Subrack No. = 0; Slot No. = 10; DSP No. = 1):
DSP PDCHNUM: IDXTYPE=BYDSP, SRN=0, SN=10, DSPNO=1;
The result is as follows:
+++    HUAWEI        2008-07-18 09:34:12
O&M    #42208
%%DSP PDCHNUM: IDXTYPE=BYDSP, SRN=0, SN=10, DSPNO=1;%%
RETCODE = 0  Operation succeeded

Query the number of PDCHs
--------------
  Number of Active Channels  =  4
Number of Occupied Channels  =  0
(Number of results = 1)

---    END

2. Query the number of PDCHs of a whole BSC:
DSP PDCHNUM: IDXTYPE=BYBSC;
The result is as follows:
+++    HUAWEI        2008-07-18 09:36:27
O&M    #42302
%%DSP PDCHNUM: IDXTYPE=BYBSC;%%
RETCODE = 0  Operation succeeded

Query the number of PDCHs
--------------
  Number of Active Channels  =  4
Number of Occupied Channels  =  0
(Number of results = 1)

---    END

Output Description

Domain Name Description
Number of Active Channels

Number of active PDCHs

Number of Occupied Channels

Number of occupied PDCHs

Related reference
Display PDCH Num(DSP PDCHNUM)
Display DSP Link Status(DSP DSPLINK)
Display PS Resources(DSP PSRES)

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