1. The communication between the MML client and the BSC is normal.
2. The frequency configuration object is created.
| ID | Name | Description |
|---|---|---|
| IDXTYPE | Index type | Meaning: how to specify a cell Value range: BYNAME(By Name), BYIDX(By Index) Explanation: 1. This parameter determines whether a cell to be queried is specified by its name or index. 2. If this parameter is not set, operating status of all the configured cells is queried. Default value: None |
| CELLIDX | Cell index | Meaning: cell index Value range: 0-2047 Explanation: 1. This parameter specifies the number of the target cell. Each cell is numbered uniquely in a BSC. 2. This parameter is mandatory if Index type is set to BYIDX(By Index). Default value: None |
| CELLNAME | Cell name | Meaning: cell name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of the cell to be queried. The parameter indicates a global name to the cell. 2. This parameter is mandatory if Index type is set to BYNAME(By Name). Default value: None |
Query the frequency scanning configuration (Index Type = BYIDX(By Index); Cell index = 0):
LST FREQSCAN: IDXTYPE=BYIDX, CELLIDX=0;
The result is as follows:
+++ HUAWEI 2008-02-21 16:51:04
O&M #11
%%LST FREQSCAN: IDXTYPE=BYIDX, CELLIDX=0;%%
RETCODE = 0 Execution succeeded
Query the frequency scan information
------------
Cell Index = 0
Start Time of Frequency Scan = 16:48:40
Duration of Frequency Scan = 5
Frequency No. = 0
= 975
= 1023
(Number of results = 1)
--- END