An OM command that queries the configuration of the BSC subracks.
To query the attributes of a specified subrack, set the parameter Condition Type to BYLOCATION(By Location).
To query the attzibutes of the subrack corresponding to the specified OPC, set the parameter Condition Type to BYOPC(By OPC).
To query the attributes of the BSC subrack by the OPC, ensure that the subrack is bound with the OPC.
ID | Name | Description |
---|---|---|
CT | Condition Type | Meaning:Condition Type Value range:BYLOCATION(By Location),BYOPC(By OPC) Explanation:Subrack List Type. Default value:None |
SRN | Subrack No. | Meaning:Subrack No. Value range:0~11 Explanation:This parameter specifies the number of a subrack. Default value:None |
OPC | Original Signal Point Code | Meaning:Original Signal Point Code Value range:1~16777215 Explanation:1.In the SS7 network, each SP has a unique signaling point code called the local signaling point. The OPC corresponds to the local signaling point specified in the signaling network. 2.This parameter can be displayed in decimal, hexadecimal, and binary mode. By default, this parameter is displayed in decimal mode. The hexadecimal format is H' and the binary format is B'. Default value:None |
1. Query the attributes of BSC subrack (Condition Type = BYLOCATION(By Location); Subrack No. = 0): LST BSCSUBRACK: CT=BYLOCATION, SRN=0; The result is as follows: +++ HUAWEI 2008-07-24 14:59:26 O&M #3249 %%LST BSCSUBRACK: CT=BYLOCATION, SRN=0;%% RETCODE = 0 Operation succeeded LST BSCSUBRACK Result --------------------- Subrack No. = 0 Cabinet No. = 0 Is Main Subrack = True Is Remote = False Subrack Type = GMPS (Number of results = 1) --- END 2. Query the attributes of the subrack (Condition Type = BYOPC(By OPC); Original Signal Point Code = 1): LST BSCSUBRACK: CT=BYOPC, OPC=1; The result is as follows: +++ HUAWEI 2008-07-24 15:06:22 O&M #3340 %%LST BSCSUBRACK: CT=BYOPC, OPC=1;%% RETCODE = 0 Operation succeeded LST BSCSUBRACK Result --------------------- Subrack No. = 0 Cabinet No. = 0 Is Main Subrack = True Is Remote = False Subrack Type = GMPS (Number of results = 1) --- END