An OM command that queries certain or all the attributes of a specified object, such as the site, cell, TRX, or channel.
1. You are advised to query the hardware configuration separately because this query is time-consuming.
2. The queried object may not have all the attributes. The possible error information is related to the attributes that cannot be queried.
ID | Name | Description |
---|---|---|
OBJTP | List object | Meaning: object to be queried Value range: SITE(SITE), CELL(CELL), TRX(TRX), CHN(CHN) Explanation: None Default value: None |
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 |
IDXTYPE | Index type | Meaning: index type Value range: BYNAME(By Name), BYIDX(By Index) Explanation: This parameter specifies whether to query an object by name or index. Default value: None |
CELLIDX | Cell Index | Meaning: cell index Value range: 0-2047 Explanation: This parameter specifies the number of the cell where TRXs reside. The cell index is unique in one BSC. Default value: None |
CELLNAME | Cell Name | Meaning: cell name Value range: 1-32 characters Explanation: This parameter specifies the cell name. The cell name uniquely identifies a cell under the BSC. Default value: None |
TRX | TRX No. | Meaning: TRX index Value range: 0-71 Explanation: This parameter specifies the TRX number. Default value: None |
CHN | Chl No. | Meaning: channel number Value range: 0-7 Explanation: This parameter specifies the channel number. Default value: None |
SITEATTR | Site attribute | Meaning: BTS attribute Value range: OMLATTR(OMLATTR), OPSTAT(OPSTAT), TERMINALID(TERMINALID), CLKATTR(CLKATTR), EXALMCFG(EXALMCFG), SWCFG(SWCFG), HWCFG(HWCFG), PWSUPTY(PWSUPTY), OVERTP(OVERTP), BSMODE(BSMODE) Explanation: This parameter specifies whether all properties or a specific property of a BTS is queried. Default value: None |
CELLATTR | Cell attribute | Meaning: cell attribute Value range: MNST(MANAGESTAT), BCHFCN(BCCHARFCN), STCD(SITE_IDF_CODE), CAIT(CELL_AIR_ITF_TIME), CLIP(CCCH_LOAD_IDC_PERIOD), CLTH(CCCH_LOAD_THRESHOLD), CFCR(CONNECT_FAIL_CRITERION), INAPR(INTERFER_AVG_PARA), INLTHR(INTERFER_LEVL_THRESHOLD), MTA(MAX_TIMING_ADVANCE), NY1(NY1), OPSTAT(OPSTAT), OLDPR(OVERLOADPERIDO), RBSTHR(PACH_BUSY_THRESHOLD), RLDATS(RACH_LOAD_AVG_TS), STFRMN(START_FRAME_NO), T200(T200), VWTHR(VSWRTHRESHOLD), AST(AVAILABLESTAT), FHPMD(FREQ_HOPPING_MODE), ETPEOS(EX_TYPE_EX_OFFSET), FRMOSPR(FRAME_OFFSET_PARA), INFBDA(INTERFEREBAND_ARITH), ULKFSC(UPLINK_FREQ_SCAN) Explanation: This parameter specifies whether all properties or a specific property of a cell is queried. Default value: None |
TRXATTR | Trx attribute | Meaning: TRX attribute Value range: MNST(MANAGESTAT), ARFCNLIST(ARFCNLIST), PWL(POWERLEVL), OPTPTH(OUTPUT_POWER_THRESHELD), MTPR(MAX_TRX_POWER_REDUC), OPSTAT(OPSTAT), AST(AVAILABLESTAT), PWAT(POWERATTEN), RSLATTR(RSLATTR), TMNLD(TERMINALID) Explanation: This parameter specifies whether all properties or a specific property of a carrier is queried. Default value: None |
CHLATTR | Chl attribute | Meaning: channel attribute Value range: MNST(MANAGESTAT), ACLS(ARFCNLIST), OPSTAT(OPSTAT), CHLGRP(CHLGROUP), HSN(HSN), MAIO(MAIO), TSC(TSC), AST(AVAILABLESTAT) Explanation: This parameter specifies whether all properties or a specific property of a channel is queried. Default value: None |
1. Query the BTS attributes (List Object = SITE; Index Type = BYIDX; BTS Index = 0; Site Attribute = OMLATTR): DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OMLATTR; The result is as follows: +++ HUAWEI 21.07.08 17:29:22 O&M #554 %%DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OMLATTR;%% RETCODE = 0 Operation succeeded DSP BTSATTR Result ------------------ Port No. = 0 Timeslot No. = 31 Sub-timeslot No. = 255 (Number of results = 1) --- END Explanation: If the specified BTS is configured and runs properly, the query is successful. Otherwise, the query fails. 2. Query the BTS attributes (List Object = SITE; Index Type = BYIDX; BTS Index = 0; Site Attribute = OPSTAT&CLKATTR): DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OPSTAT&CLKATTR; The result is as follows: +++ HUAWEI 21.07.08 17:30:18 O&M #564 %%DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OPSTAT&CLKATTR;%% RETCODE = 0 Operation succeeded DSP BTSATTR Result ------------------ Operation state = Enabled Clock attribute = Available Clock state = Free oscillation Clock parameter 1 = 0 Clock parameter 2 = 0 (Number of results = 1) --- END Explanation: If the specified BTS runs properly and the clock is normal, the query is successful. Otherwise, the query fails. 3.Query the BTS attributes (List Object = SITE; Index Type = BYIDX; BTS Index = 0; Site Attribute = OMLATTR&OPSTAT&TERMINALID&CLKATTR&EXALMCFG&SWCFG&HWCFG&PWSUPTY&OVERTP): DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OMLATTR&OPSTAT&TERMINALID&CLKATTR&EXALMCFG&SWCFG&HWCFG&PWSUPTY&OVERTP&BSMODE; The result is as follows: +++ HUAWEI 21.07.08 17:30:55 O&M #571 %%DSP BTSATTR: OBJTP=SITE, IDXTYPE=BYIDX, BTSIDX=0, SITEATTR=OMLATTR&OPSTAT&TERMINALID&CLKATTR&EXALMCFG&SWCFG&HWCFG&PWSUPTY&OVERTP&BSMODE;%% RETCODE = 1613234189 Attribution do not match this object.(Execution of the command failed) DSP BTSATTR Result ------------------ Port No. = 0 Timeslot No. = 31 Sub-timeslot No. = 255 Operation state = Enabled Terminal equipment ID = 0 Clock attribute = Available Clock state = Free oscillation Clock parameter 1 = 0 Clock parameter 2 = 0 Alarm mask byte = 0 Alarm voltage definition byte = 0 Alarm mask byte = 0 Alarm voltage definition byte = 0 Alarm mask byte = 0 Alarm voltage definition byte = 0 Software type = DTMU_MAIN Software version = V100R008C01 Software type = DTMU_MAIN Software version = V100R008C11 Software type = DTRU_MAIN Software version = V100R008C11 Software type = DDPU_MAIN Software version = V100R001C01SP02 Software type = NFCB_MAIN Software version = V100R001C04SP03 Software type = NFCB_MAIN Software version = V100R001C04SP01 Software type = DEMU_MAIN Software version = V100R001C01SP02 Software type = TMU_MAIN Software version = V3.02R002.20070702 Cabinet No. = 0 Power supply system = NULL Cabinet No. = 1 Power supply system = NULL Cabinet No. = 2 Power supply system = NULL Cabinet No. = 3 Power supply system = NULL Cabinet No. = 4 Power supply system = NULL Cabinet No. = 5 Power supply system = NULL Cabinet No. = 6 Power supply system = NULL Cabinet No. = 7 Power supply system = NULL Cabinet No. = 8 Power supply system = NULL Base Station Mode = Multi-Standard Local Standard = UMTS Peer Standard = GSM Peer MPT State = Installed (Number of results = 1) --- END Explanation: If all the attributes of the specified BTS are normal, the query is successful. If certain attributes are not supported, the query result is displayed as the preceding Example 3 when you query all the attributes.
Domain Name | Description |
---|---|
Port No. | Port number |
Timeslot No. | Timeslot number |
Sub-Timeslot No. | Sub-timeslot number |
Operation State | Operation state of a site, cell, TRX, or channel. The operation state can be Enabled or Disabled. |
ARFCN List | ARFCN list |
Terminal Equipment ID | ID of the terminal equipment |
Clock Attribute | Attribute of the BTS clock. The value is Available or Unavailable. |
Clock State | State of the BTS clock. The value is Free oscillation, Capture, or Locked. |
Clock Parameter 1 | Clock parameter 1 |
Clock Parameter 2 | Clock parameter 2 |
Alarm Mask Byte | BTS alarm shield |
Alarm Voltage Definition Byte | BTS alarm voltage definition |
Software Type | BTS software type |
Software Version | BTS software version |
Base Station Mode | Base Station Mode. The value is Multi-Standard, Single-Standard. |
Local Standard | Local Standard. The value is GSM, UMTS. |
Peer Standard | Peer Standard. The value is GSM, UMTS. |
Peer MPT State | Peer MPT State. The value is Installed, Uninstalled. |