| Package | Description |
|---|---|
| com.ibm.tivoli.nm.collectors.framework.store |
Provides implementations for the
CollectorDataStore
interface for storing network data collected by a given collector. |
| com.ibm.tivoli.nm.collectors.impl.huaweim2k |
| Modifier and Type | Class and Description |
|---|---|
class |
N5gNRCellCU
Class representing an eUtranCell
To be used in conjunction with
DataStore and GNB |
class |
N5gNRCellDU
Class representing an eUtranCell
To be used in conjunction with
DataStore and GNB |
class |
N5gNRSector
Class representing an 5G GNB NRSectorCarrier
To be used in conjunction with
N5gDataStore and GNodeB |
| Modifier and Type | Method and Description |
|---|---|
N5gLogicalElement |
N5gDataStore.addNRCell(N5gLogicalElement.eLogicalType type,
N5gGNBFunction parent,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds a eUtranCell to an ENBFunction
|
N5gLogicalElement |
N5gGNBFunction.addNRCell(N5gLogicalElement.eLogicalType type,
java.lang.String cellId,
java.util.Map<java.lang.String,java.lang.Object> data)
Add a connected NRCellCU/NRCellDU to the list
|
| Modifier and Type | Method and Description |
|---|---|
N5gLogicalElement |
HuaweiM2KDataStore.addNRCell(N5gLogicalElement.eLogicalType nrCellDu,
N5gGNBFunction n5gGnbFunction,
java.lang.String Cellid,
java.util.Map<java.lang.String,java.lang.Object> nrDUCellProps) |