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 |
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