Set Cell Reselection of MS(SET MSTOCELL)

Function

An OM command that reselects a target cell for a specified MS.

Note

1. The target cell must support PS services.

2. The target cell must be configured and its management status should be unblocked.

3. After running this command, you can run the DSP MSCONTEXT command to check whether the MS camps on the selected target cell.

Parameters

ID Name Description
IDXTYPE Index Type

Meaning: index type

Value range: BYTLLI(By TLLI); BYIMSI(By IMSI)Explanation: This parameter specifies whether to identify an MS by TLLI or by IMSI.

Default value: None

TLLI TLLI

Meaning: TLLI

Value range: 0-4294967295

Explanation: This parameter specifies the ID of the temporary logical link in decimal format.

Default value: None

IMSI IMSI

Meaning: IMSI

Value range: 15 characters

Explanation: This parameter specifies the international mobile station identification composed of digits from 0 to 9.

Default value: None

CIDX Objective Cell Index

Meaning: target cell index

Value range: 0-8047

Explanation:

1. This parameter specifies the index of an external 2G cell.

2. This parameter specifies the target cell that the MS camps on.

Default value: None

Example

1. Reselect the target cell for an MS (IMSI = 460180122223515; Objective Cell Index = 1):
SET MSTOCELL: IDXTYPE=BYIMSI, IMSI="460180122223515", CIDX=1;
2. Reselect the target cell for an MS (TLLI = 3222700240; Objective Cell Index = 0):
SET MSTOCELL: IDXTYPE=BYTLLI, TLLI=3222700240, CIDX=0;
Related reference
Display SIGBVC Status(DSP SIGBVC)
Display Number of MSs(DSP MSNUM)
Display GPRS Cell Attributes(DSP PSCELL)

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