1. The BSC must communicate properly with the BTS.
2. The target BTS must be configured, and the TRX must be in active state.
ID | Name | Description |
---|---|---|
OBJECTTYPE | Object type | Meaning: object type Value range: BYCELL, BYTRX Explanation: This parameter specifies whether to start the timeslot test in a cell or in a TRX. Default value: None |
IDXTYPE | Index type | Meaning: how to specify a cell Value range: BYNAME(By Name), BYIDX(By Index) Explanation: This parameter determines whether to specify a cell by its name or index. Default value: None |
CELLIDX | Cell index | Meaning: cell index Value range: 0-2047 Explanation: This parameter specifies the index to a cell to which the TRX belongs. The index is unique in a BSC. Default value: None |
CELLNAME | Cell name | Meaning: cell name Value range: 1-32 characters Explanation: This parameter specifies the name of a cell. Each BTS is named uniquely in a BSC. Default value: None |
TRXNO | TRX No. | Meaning: TRX number Value range: 0-71 Explanation: This parameter specifies the number of a TRX. Default value: None |
DURATH | Duration hour | Meaning: duration Value range: 1-24 Explanation: This parameter specifies the duration of the test. The parameter is expressed in hours. Default value: None |
1. Start the test on the idle timeslots of all the TRXs (Object type = BYCELL; Index type = BYIDX(By Index); Cell index = 0; Duration hour = 1): STR TRXBURSTTST: OBJECTTYPE=BYCELL, IDXTYPE=BYIDX, CELLIDX=0, DURATH=1; 2. Start the test on the idle timeslots of a TRX (Object type = BYTRX; Index type = BYIDX(By Index); Cell index = 0; TRX No. = 0; Duration hour = 1): STR TRXBURSTTST: OBJECTTYPE=BYTRX, IDXTYPE=BYIDX, CELLIDX=0, TRXNO=0, DURATH=1;