1. The specified board must be available.
2. The MML communicates properly with the BSC.
3. The BSC communicates properly with the BTS.
4. Resetting a BTS board disrupts the services carried on the board until the board runs properly again, so use this command with caution.
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 |
BRDTYPE | Board type | Meaning: board type Value range: NORMAL(Normal Board), RXU(RXU Board) Explanation: NORMAL(Normal Board) indicates the common boards, not including the RXU, and RXU(RXU Board) indicates the RXU series boards. Default value: None |
SRN | Subrack No. | Meaning: subrack number Value range: 0-53 Explanation: This parameter specifies the number of the subrack where a BTS board is located. The subrack number is unique in a site. Default value: None |
SN | Slot No. | Meaning: slot number Value range: 0-23 Explanation: This parameter specifies the number of the slot in which a BTS board is located. Default value: None |
RXUIDXTYPE | Index type for RXU | Meaning: index type of the RXU Value range: RXUN(RXU No.), RXUNAME(RXU Name), RXUSRNSN(RXU Subrack No. and Slot No.) Explanation: RXUN(RXU No.) indicates the query based on the RXU No., the RXUNAME(RXU Name) determins the query based on the RXU name, and |
RXUN | RXU No. | Meaning: number of an RXU board Value range: 0-71 Explanation: This parameter specifies the number of an RXU board. Default value: None |
RXUNAME | RXU Name | Meaning: name of an RXU board Value range: 1-32 characters Explanation: This parameter specifies the name of an RXU board. Default value: None |
RXUSRN | Subrack No. | Meaning: subrack number Value range: 0-53 Explanation: This parameter specifies the number of the subrack where a BTS board is located. The subrack number is unique in a site. Default value: None |
RXUSN | Slot No. | Meaning: slot number Value range: 0-23 Explanation: This parameter specifies the number of the slot in which a BTS board is located. Default value: None |
1. Reset a BTS board (Index type = BYIDX(By Index); BTS Index = 1; Board Type = NORMAL (Normal Board); Subrack No. = 0; Slot No. = 0): RST BTSBRD: IDXTYPE=BYIDX, BTSIDX=1, BRDTYPE=NORMAL, SRN=0, SN=0; 2. Reset a BTS board ((Index type = BYIDX(By Index); BTS Index = 1; Board Type = RXU(RXU Board); Index type for RXU = RXUN(RXU No.); RXU No. = 0): RST BTSBRD: IDXTYPE=BYIDX, BTSIDX=1, BRDTYPE=RXU, RXUIDXTYPE=RXUN, RXUN=0;