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 |
Query the code bar of a board (Index Type = BYIDX(By Index); BTS Index = 0): DSP BTSBRDBARCOD: IDXTYPE=BYIDX, BTSIDX=0; The result is as follows: +++ HUAWEI 2008-02-19 10:01:58 O&M #10 %%DSP BTSBRDBARCOD: IDXTYPE=BYIDX, BTSIDX=0;%% RETCODE = 0 Execution succeeded List the bar codes of BTS boards ------------------ Subrack No. Slot No. Board Type Time When the Bar Code Is Written Bar Code 0 14 TMU/MMU/IOMU 00:05:20 0321291063002011 0 15 TMU/MMU/IOMU NULL NULL 1 12 TRX3/MFU/DRU 2008-02-13 09:32:44 21023113091074000176 0 13 EAC/EMUA NULL NULL (Number of results = 4) --- END