| Modifier and Type | Method and Description |
|---|---|
void |
HuaweiM2KDataStore.addLTEInterface(LTEENBFunction eNBFunction,
LTEInterface lteIntf)
Adds an LTE interface to the DataStore
|
void |
HuaweiM2KDataStore.addN5GInterface(N5gGNBFunction gNBFunction,
LTEInterface lteIntf) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LTEInterface> |
DeviceData.getLTEInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceData.setLTEInterface(LTEInterface lteIntf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ENBProcessor.addInterfaces(HuaweiM2KDataStore dataStore,
java.util.List<StandardInterface> stdIntfLst,
java.util.List<VLAN> vlanLst,
java.util.List<LTEInterface> lteIntfLst,
java.lang.String strDeviceId,
LTEENodeB lteEnodeB,
LTEENBFunction lteeNBFunction,
java.lang.String strFile)
Adds Interface data to the DataStore
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LTEInterface> |
DeviceData.getLTEInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceData.setLTEInterface(LTEInterface lteIntf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GNBProcessor.addInterfaces(HuaweiM2KDataStore dataStore,
java.util.List<StandardInterface> stdIntfLst,
java.util.List<VLAN> vlanLst,
java.util.List<LTEInterface> lteIntfLst,
java.lang.String strDeviceId,
N5gGNodeB n5gGEnodeB,
N5gGNBFunction n5gGNBFunction,
java.lang.String strFile)
Adds Interface data to the DataStore
|