Display Number of MSs(DSP MSNUM)

Function

An OM command that queries the number of MSs that access a specified cell, PDCH, DSP, or subrack.

Note

1. Only TLLI is generated during MS initial access. The IMSI is 0.

2. The TLLI varies with time during MS access. Therefore, the displayed number of MSs during MS access is not accurate.

3. If Index Type is set to BYSUBRACK(By Subrack), the total number of MSs associated with the subrack is displayed. In other cases, when Show MS Id is set to BYYES(YES), the IMSI and TLLI are displayed in pair. The total number of MSs is displayed in the query result.

Parameters

ID Name Description
IDXTYPE Index Type

Meaning: index type

Value range: BYPDCH(By PDCH), BYCELL(By CELL), BYDSP(By DSP), BYSUBRACK(By Subrack)

Explanation: This parameter specifies whether the MS information is queried by the number of the PDCH, cell, DSP, or subrack.

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

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 under a BSC.

Default value: None

CIDX Cell Index

Meaning: cell index

Value range: 0-2047

Explanation: This parameter specifies the index of a 2G external cell. Each cell is uniquely numbered 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-27

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

TRXNO TRX No.

Meaning: TRX number

Value range: 0-71

Explanation:

1. This parameter specifies the TRX number in one BTS. The TRX number uniquely identifies a TRX within a BTS.

2. The cell index and TRX number can uniquely identify a TRX.

Default value: None

CHNO Channel No.

Meaning: channel number

Value range: 0-7

Explanation:

1. This parameter specifies the channel number in a TRX.

2. The cell index, TRX number, and channel number can uniquely identify a channel.

Default value: None

SHOWMSID Show MS Id

Meaning: Whether to show MS identifier.

Value range: BYNO(NO), BYYES(YES)

Explanation: This parameter specifies whether to display the MS ID or not.

Default value: None

Example

1. Query the number of MSs in a cell (Index Type = BYCELL(By CELL); Cell Index Type = BYCELLINDEX(By CELL Index); Cell Index = 0; Show MS Id = BYNO(NO)):
DSP MSNUM: IDXTYPE=BYCELL, CIDXTYPE=BYCELLINDEX, CIDX=0, SHOWMSID=BYNO;
The result is as follows:
+++    HUAWEI        2008-07-18 08:52:51
O&M    #39682
%%DSP MSNUM: IDXTYPE=BYCELL, CIDXTYPE=BYCELLINDEX, CIDX=0, SHOWMSID=BYNO;%%
RETCODE = 0  Operation succeeded

Query the number of MSs
------------
Number of MSs  =  1
(Number of results = 1)

---    END

2. Query the number of MSs on a channel (Index Type = BYPDCH(By PDCH); Cell Index Type = BYCELLINDEX(By CELL Index); Cell Index = 0; TRX No. = 0; Channel No. = 7; Show MS Id = BYYES(YES)):
DSP MSNUM: IDXTYPE=BYPDCH, CIDXTYPE=BYCELLINDEX, CIDX=0, TRXNO=0, CHNO=7, SHOWMSID=BYYES;
The result is as follows:
+++    HUAWEI        2008-07-18 08:52:51
O&M    #39682
%%DSP MSNUM: IDXTYPE=BYPDCH, CIDXTYPE=BYCELLINDEX, CIDX=0, TRXNO=0, CHNO=7, SHOWMSID=BYYES;%%
RETCODE = 0  Operation succeeded

Query the number of MSs
------------
IMSI  =  460180122223515
TLLI  =  3234791626
(Number of results = 1)

---    END

Output Description

Domain Name Description
Number of MSs

Number of MSs

IMSI

International mobile station identification

TLLI

Temporary logical link identity

Related reference
Display Number of MSs(DSP MSNUM)
Set Cell Reselection of MS(SET MSTOCELL)

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