public class N5gNRSector extends N5gLogicalElement
Class representing an 5G GNB NRSectorCarrier
To be used in conjunction with N5gDataStore and GNodeB
An eUtranSector extends N5gLogicalElement but adds:
N5gLogicalElement.eLogicalTypem_Attributes| Constructor and Description |
|---|
N5gNRSector(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAntennaSerial(java.lang.String serial)
Adds an antenna to this sector
|
java.util.Iterator<java.util.Map<java.lang.String,java.lang.Object>> |
getAntennaListItr()
Gets an iterator to the antenna list
|
getAttributespublic N5gNRSector(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> data)
public void addAntennaSerial(java.lang.String serial)
serial - The serial number of the antenna to be addedpublic java.util.Iterator<java.util.Map<java.lang.String,java.lang.Object>> getAntennaListItr()