Set PS Cell Distribution on DSP(SET PSCELLTODSP)

Function

An OM command that re-allocates the PS cells on the DSP.

Note

1. You must specify the GDPUP when allocating the cell.

2. This command applies to only the PS cells.

3. You can run the DSP PSCELL command to query the allocation result after this command is run successfully.

Parameters

ID Name Description
IDXTYPE Index Type

Meaning: index type

Value range: BYCELL(By Cell), BYBSC(By BSC)

Explanation: This parameter specifies whether to allocate the PS cells by cell 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: This parameter specifies the cell name. 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

SN Slot No.

Meaning: slot number

Value range: 0-21

Explanation: 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. Allocate the cell (Cell Index = 1) to the DSP (Subrack No. = 7; Slot No. = 10; DSP No. = 7):
SET PSCELLTODSP: IDXTYPE=BYCELL, CIDXTYPE=BYCELLINDEX, CIDX=1, SRN=0, SN=10, DSPNO=7;
2. Allocate all the PS cells of a BSC:
SET PSCELLTODSP: IDXTYPE=BYBSC;

Output Description

None
Related reference
Display MS Context(DSP MSCONTEXT)
Display GPRS Cell Attributes(DSP PSCELL)

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