Public Member Functions | |
EnbMemberLteEnbPhySapProvider (LteEnbPhy *phy) | |
virtual uint8_t | GetMacChTtiDelay () |
Get the delay from MAC to Channel expressed in TTIs. | |
virtual void | SendLteControlMessage (Ptr< LteControlMessage > msg) |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel. | |
virtual void | SendMacPdu (Ptr< Packet > p) |
Send the MAC PDU to the channel. | |
virtual void | SetBandwidth (uint8_t ulBandwidth, uint8_t dlBandwidth) |
virtual void | SetCellId (uint16_t cellId) |
virtual void | SetSrsConfigurationIndex (uint16_t rnti, uint16_t srcCi) |
virtual void | SetTransmissionMode (uint16_t rnti, uint8_t txMode) |
![]() | |
virtual | ~LteEnbPhySapProvider () |
Private Attributes | |
LteEnbPhy * | m_phy |
Definition at line 58 of file lte-enb-phy.cc.
ns3::EnbMemberLteEnbPhySapProvider::EnbMemberLteEnbPhySapProvider | ( | LteEnbPhy * | phy | ) |
Definition at line 77 of file lte-enb-phy.cc.
|
virtual |
Get the delay from MAC to Channel expressed in TTIs.
Implements ns3::LteEnbPhySapProvider.
Definition at line 108 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoGetMacChTtiDelay(), and m_phy.
|
virtual |
Send SendLteControlMessage (PDCCH map, CQI feedbacks) using the ideal control channel.
msg | the Ideal Control Message to send |
Implements ns3::LteEnbPhySapProvider.
Definition at line 102 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSendLteControlMessage(), and m_phy.
Send the MAC PDU to the channel.
p | the MAC PDU to send |
Implements ns3::LteEnbPhySapProvider.
Definition at line 84 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSendMacPdu(), and m_phy.
|
virtual |
ulBandwidth | the UL bandwidth in RB |
dlBandwidth | the DL bandwidth in RB |
Implements ns3::LteEnbPhySapProvider.
Definition at line 90 of file lte-enb-phy.cc.
References ns3::LtePhy::DoSetBandwidth(), and m_phy.
|
virtual |
cellId | the Cell Identifier |
Implements ns3::LteEnbPhySapProvider.
Definition at line 96 of file lte-enb-phy.cc.
References ns3::LtePhy::DoSetCellId(), and m_phy.
|
virtual |
rnti | the RNTI of the user |
txMode | the SRS Configuration Index of the user |
Implements ns3::LteEnbPhySapProvider.
Definition at line 120 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSetSrsConfigurationIndex(), and m_phy.
|
virtual |
rnti | the RNTI of the user |
txMode | the transmissionMode of the user |
Implements ns3::LteEnbPhySapProvider.
Definition at line 114 of file lte-enb-phy.cc.
References ns3::LteEnbPhy::DoSetTransmissionMode(), and m_phy.
|
private |
Definition at line 74 of file lte-enb-phy.cc.
Referenced by GetMacChTtiDelay(), SendLteControlMessage(), SendMacPdu(), SetBandwidth(), SetCellId(), SetSrsConfigurationIndex(), and SetTransmissionMode().