This command applies to only the BTS3012, BTS3012AE, BTS3012II, and the NGBTSs such as BTS3036, BTS3900 GSM, BTS3036A, BTS3900A GSM, DBS3036, DBS3900 GSM, and BTS3900E GSM in IP transmission mode.
| ID | Name | Description |
|---|---|---|
| IDXTYPE | Index Type | Meaning: index type Value range: BYNAME(By Name), BYIDX(By Index) Explanation: The value BYNAME(By Name) indicates the query based on the BTS name and the value BYIDX(By Index) indicates the query based on the BTS index. Default value: None |
| BTSIDX | BTS Index | Meaning: BTS index Value range: 0-2047 Explanation: 1. This parameter specifies the index of a BTS. Each BTS is numbered uniquely in a BSC. 2. This parameter is mandatory if BYIDX(By Index) is selected for the Index Type of the BTS. Default value: None |
| BTSNAME | BTS Name | Meaning: BTS name Value range: 1-32 characters Explanation: 1. This parameter specifies the name of a BTS. Each BTS is named uniquely in a BSC. 2. This parameter is mandatory if BYNAME(By Name) is selected for Index Type of the BTS. Default value: None |
| BTSPORTNO | BTS Port No. | Meaning: number of a BTS port Value range: 0, 1 Explanation: 1. The NGBTS has port 0 only. 2. The BTS3012, BTS3012AE, and BTS3012II have ports 0 and 1. Default value: None |
Query the BER (Index Type = BYIDX(By Index); BTS Index = 0; BTS Port No. = 0):
DSP BER: IDXTYPE=BYIDX, BTSIDX=0, BTSPORTNO=0;
The result is as follows:
+++ HUAWEI 2008-09-24 23:08:02
O&M #101
%%DSP BER: IDXTYPE=BYIDX, BTSIDX=0, BTSPORTNO=0;%%
RETCODE = 0 Operation succeeded
DSP BER Result
--------------
Transmit Packages = 4946
Transmit Bytes = 350386
Transmit Drop Packages = 0
Transmit Drop Bytes = 0
Receive Packages = 6005
Receive Bytes = 435764
Receive Drop Packages = 0
Receive Drop Bytes = 0
Transmit Max Speed = 239
Transmit Min Speed = 156
Transmit Average Speed = 197
Receive Max Speed = 313
Receive Min Speed = 201
Receive Average Speed = 244
Drop Ratio = 0.0000e+00
(Number of results = 1)
--- END
| Domain Name | Description |
|---|---|
| Transmit Packages | Number of sent packets |
| Transmit Bytes | Number of sent bytes |
| Transmit Drop Packages | Number of packets discarded in transmission |
| Transmit Drop Bytes | Number of bytes discarded in transmission |
| Receive Packages | Number of received packets |
| Receive Bytes | Number of received bytes |
| Receive Packages | Number of packets discarded in reception |
| Receive Bytes | Number of bytes discarded in reception |
| Transmit Max Speed | Maximum transmission rate, in bit/s |
| Transmit Min Speed | Minimum transmission rate, in bit/s |
| Transmit Average Speed | Average transmission rate, in bit/s |
| Receive Max Speed | Maximum reception rate, in bit/s |
| Receive Min Speed | Minimum reception rate, in bit/s |
| Receive Average Speed | Average reception rate, in bit/s |
| Drop Ratio | Bit error rate |