1. The MML client should communicate with the BSC properly.
2. The BSC should communicate with the BTS properly.
ID | Name | Description |
---|---|---|
IDXTYPE | Index type | Meaning: index type Value range: BYNAME(By Name), BYIDX(By Index) Explanation: 1. This parameter specifies the query mode for the cell. 2. If this parameter is not specified, all the configured cells are queried. Default value: None |
CELLIDX | Cell Index | Meaning: cell index Value range: 0-2047 Explanation: 1. This parameter specifies the number of the cell where TRXs reside. The cell index is unique in one BSC. 2. This parameter is mandatory if the query is by cell index. Default value: None |
CELLNAME | Cell Name | Meaning: cell name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of a cell. 2. This parameter is mandatory if the query is by cell name. Default value: None |
CELLATTR | Cell attribute | Meaning: cell attribute Value range: CELLINIT(Cell Initialized), AUTOCLOSE(Blocked Automatically), CHLFAULT(Channel Fault), BCCHMUTUAL(Main BCCH Mutual Aid), HOPMUTUAL(Baseband FH Mutual Aid), CHANGECHN(Channel Type Changed), MANUALBLK(Blocked Manually), FREQSCAN(Frequency Scanning) Explanation: 1. Indicates the cell attributes to be queried. 2. If this parameter is not specified, all the cell attributes are queried. Default value: None |
1. Query the running status of all the cells under each BTS: DSP CELLSTAT:; The result is as follows: +++ HUAWEI 2008-07-21 17:32:34 O&M #587 %%DSP CELLSTAT:;%% RETCODE = 0 Operation succeeded DSP CELLSTAT Result ------------------- Cell Index Cell Name Cell Initialized Blocked Automatically Channel Fault Main BCCH Mutual Aid Baseband FH Mutual Aid Channel Type Changed Blocked Manually Frequency Scanning 0 tdm1 Yes No No No No No No No 1 tdm2 No No Yes No No No Yes No 2 bts312 Yes No Yes No No No No No 4 hub bts Yes No No No No No No No (Number of results = 4) --- END 2. Query whether a cell is initialized (Index type = BYIDX(By Index); Cell Index = 0, Cell attribute = CELLINIT(Cell Initialized)): DSP CELLSTAT: IDXTYPE=BYIDX, CELLIDX=0, CELLATTR=CELLINIT; The result is as follows: +++ HUAWEI 2008-07-21 17:33:07 O&M #595 %%DSP CELLSTAT: IDXTYPE=BYIDX, CELLIDX=0, CELLATTR=CELLINIT;%% RETCODE = 0 Operation succeeded DSP CELLSTAT Result ------------------- Cell Index Cell Name Cell Initialized 0 tdm1 Yes (Number of results = 1) --- END
Domain Name | Description |
---|---|
Cell Index | Cell Index |
Cell Initialized | This parameter specifies whether the cell is initialized. |
Blocked Automatically | This parameter specifies whether the cell is automatically blocked. |
Channel Fault | This parameter specifies whether the channel is faulty. |
Main BCCH Mutual Aid | This parameter specifies whether mutual aid is performed for main BCCH TRX. |
Baseband FH Mutual Aid | This parameter specifies whether mutual aid is performed for the baseband FH TRX. |
Channel Type Changed | This parameter specifies whether the channel type is changed. |
Blocked Manually | This parameter specifies whether the channel is manually blocked. |
Frequency Scanning | This parameter specifies the status of frequency scanning. |