Template for the implementation of the LteEnbCphySapProvider as a member of an owner class of type C to which all methods are forwarded. More...
#include "lte-enb-cphy-sap.h"
Inheritance diagram for ns3::MemberLteEnbCphySapProvider< C >:
Collaboration diagram for ns3::MemberLteEnbCphySapProvider< C >:Public Member Functions | |
| MemberLteEnbCphySapProvider ()=delete | |
| MemberLteEnbCphySapProvider (C *owner) | |
| Constructor. More... | |
| void | AddUe (uint16_t rnti) override |
| Add a new UE to the cell. More... | |
| int8_t | GetReferenceSignalPower () override |
| Get reference signal power. More... | |
| void | RemoveUe (uint16_t rnti) override |
| Remove an UE from the cell. More... | |
| void | SetBandwidth (uint16_t ulBandwidth, uint16_t dlBandwidth) override |
| Set bandwidth. More... | |
| void | SetCellId (uint16_t cellId) override |
| Set cell ID. More... | |
| void | SetEarfcn (uint32_t ulEarfcn, uint32_t dlEarfcn) override |
| Set EARFCN. More... | |
| void | SetMasterInformationBlock (LteRrcSap::MasterInformationBlock mib) override |
| Set master information block. More... | |
| void | SetPa (uint16_t rnti, double pa) override |
| Set the UE transmission power offset P_A. More... | |
| void | SetSrsConfigurationIndex (uint16_t rnti, uint16_t srsCi) override |
| Set SRS configuration index. More... | |
| void | SetSystemInformationBlockType1 (LteRrcSap::SystemInformationBlockType1 sib1) override |
| Set system information block type 1. More... | |
| void | SetTransmissionMode (uint16_t rnti, uint8_t txMode) override |
| Set transmission mode. More... | |
Public Member Functions inherited from ns3::LteEnbCphySapProvider | |
| virtual | ~LteEnbCphySapProvider () |
| Destructor. More... | |
Private Attributes | |
| C * | m_owner |
| the owner class More... | |
Template for the implementation of the LteEnbCphySapProvider as a member of an owner class of type C to which all methods are forwarded.
Definition at line 152 of file lte-enb-cphy-sap.h.
| ns3::MemberLteEnbCphySapProvider< C >::MemberLteEnbCphySapProvider | ( | C * | owner | ) |
|
delete |
|
overridevirtual |
Add a new UE to the cell.
| rnti | the UE id relative to this cell |
Implements ns3::LteEnbCphySapProvider.
Definition at line 211 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Get reference signal power.
Implements ns3::LteEnbCphySapProvider.
Definition at line 261 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Remove an UE from the cell.
| rnti | the UE id relative to this cell |
Implements ns3::LteEnbCphySapProvider.
Definition at line 218 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set bandwidth.
| ulBandwidth | the UL bandwidth in PRBs |
| dlBandwidth | the DL bandwidth in PRBs |
Implements ns3::LteEnbCphySapProvider.
Definition at line 197 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set cell ID.
| cellId | the Cell Identifier |
Implements ns3::LteEnbCphySapProvider.
Definition at line 190 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set EARFCN.
| ulEarfcn | the UL EARFCN |
| dlEarfcn | the DL EARFCN |
Implements ns3::LteEnbCphySapProvider.
Definition at line 204 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set master information block.
| mib | the Master Information Block to be sent on the BCH |
Implements ns3::LteEnbCphySapProvider.
Definition at line 246 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set the UE transmission power offset P_A.
| rnti | the UE id relative to this cell |
| pa | transmission power offset |
Implements ns3::LteEnbCphySapProvider.
Definition at line 225 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set SRS configuration index.
| rnti | the RNTI of the user |
| srsCi | the SRS Configuration Index of the user |
Implements ns3::LteEnbCphySapProvider.
Definition at line 239 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set system information block type 1.
| sib1 | the System Information Block Type 1 to be sent on the BCH |
Implements ns3::LteEnbCphySapProvider.
Definition at line 253 of file lte-enb-cphy-sap.h.
|
overridevirtual |
Set transmission mode.
| rnti | the RNTI of the user |
| txMode | the transmissionMode of the user |
Implements ns3::LteEnbCphySapProvider.
Definition at line 232 of file lte-enb-cphy-sap.h.
|
private |
the owner class
Definition at line 179 of file lte-enb-cphy-sap.h.