An OM command that queries the channel interference band level of a specified BTS. This command mainly queries the interference band level of idle channels to monitor the channel interference in real time.
The interference band level is the uplink interference level of a channel reported by the BTS to the BSC in the RF RESOURCE INDICATION message when the channel is idle. There are five levels of interference bands.
Each level range can be preset at the data configuration console:
Interference band 1: -105 dBm to -98 dBm;
Interference band 2: -98 dBm to -90 dBm;
Interference band 3: -90 dBm to -87 dBm;
Interference band 4: -87 dBm to -85 dBm;
Interference band 5: -85 dBm to -47 dBm
A high-level interference band indicates a high interference level.
Generally, if an idle channel falls in interference band level 4 or 5, the interference is counted.
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: how to specify a BTS Value range: BYNAME(By Name), BYIDX(By Index) Explanation: This parameter determines whether to specify a BTS by its name or index. Default value: None |
BTSIDX | BTS Index | Meaning: BTS index Value range: 0-2047 Explanation: 1. This parameter specifies the number of a BTS. Each BTS is numbered uniquely in a BSC. 2. This parameter is mandatory if Index Type is set to BYIDX(By Index). Default value: None |
BTSNAME | BTS Name | Meaning: BTS name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of the target BTS. Each BTS is named uniquely in a BSC. 2. This parameter is mandatory if Index Type is set to BYNAME(By Name). Default value: None |
TRX | TRX No. | Meaning: TRX number Value range: 0-71 Explanation: 1. This parameter specifies the TRX number. 2. If this parameter is not specified, the channel interference band information of all the TRXs in the specified BTS are queried. Default value: None |
1. Query the channel interference band of a TRX (Index type = BYIDX(By Index); BTS Index = 0; TRX No. = 0): DSP CHNJAM: IDXTYPE=BYIDX, BTSIDX=0, TRX=0; The result is as follows: +++ HUAWEI 2008-07-21 17:34:06 O&M #613 %%DSP CHNJAM: IDXTYPE=BYIDX, BTSIDX=0, TRX=0;%% RETCODE = 0 Operation succeeded DSP CHNJAM Result ----------------- Trx No. Channel No. Sub Channel No. Interfere Band Level 0 0 0 Band1 0 1 0 Band1 0 2 0 Band1 0 3 0 Band1 0 4 0 Band1 0 5 0 Band1 0 6 0 Band1 0 7 0 Band1 (Number of results = 8) --- END 2. Query the channel interference band of all the TRXs of a BTS (Index type = BYIDX(By Index); BTS Index = 0): DSP CHNJAM: IDXTYPE=BYIDX, BTSIDX=0; The result is as follows: +++ HUAWEI 2008-07-21 17:34:37 O&M #618 %%DSP CHNJAM: IDXTYPE=BYIDX, BTSIDX=0;%% RETCODE = 0 Operation succeeded DSP CHNJAM Result ----------------- Trx No. Channel No. Sub Channel No. Interfere Band Level 0 0 0 Band1 0 1 0 Band1 0 2 0 Band1 0 3 0 Band1 0 4 0 Band1 0 5 0 Band1 0 6 0 Band1 0 7 0 Band1 1 0 0 Not Supported 1 1 0 Band1 1 1 1 Band1 1 1 2 Band1 1 1 3 Band1 1 1 4 Band1 1 1 5 Band1 1 1 6 Band1 1 1 7 Band1 1 2 0 Band1 1 3 0 Band1 1 4 0 Band1 1 5 0 Band1 1 6 0 Band1 1 7 0 Band1 (Number of results = 23) --- END