PDA

View Full Version : Question HUAWEI BSC6000



gheeabby
2010-12-17, 10:25 AM
is there a command in MML to be executed in BSCs that displays the current status of Site's TRX (blocked/unblocked/manually blocked)? My BSC6000 is V9 R8. Thanks!

Alex_R
2010-12-19, 07:19 PM
Dear

please try below MML Command

DSP CHNSTAT: IDXTYPE=BYIDX, BTSIDX=0, TRX=1;%%

IDNameDescriptionIDXTYPEIndex typeMeaning: 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
BTSIDXBTS IndexMeaning: 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
BTSNAMEBTS NameMeaning: 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
TRXTRX No.Meaning: TRX number
Value range: 0-71
Explanation:
1. This parameter specifies the TRX number.
2. If this parameter is not specified, the channels of all the TRXs in the specified BTS are queried.

gheeabby
2010-12-20, 08:04 AM
Thanks for that knowledge. i also tried that but it seems that there is no 1 MML command in M2000 that will print the status of the TRX in a BSC unlike the M2000 in monitoring for NodeB.

gheeabby
2010-12-20, 08:05 AM
what i mean/like is 'one' MML command that will display all status of TRX per BSC.

Alex_R
2010-12-21, 03:07 AM
Dear

attached snapshot includes the MML command which can be used to know TRX state in the BSC

the command is LST GTRX
and in index type don't type any TRX ID
then save the result by activate the check mark in Save Result

u will find the output file includes Active Status of the TRX

hope it is useful to you

gheeabby
2010-12-21, 10:07 AM
Thanks for this great help. I owe you one. thanks!