#include <lte-ue-cphy-sap.h>
Public Member Functions | |
MemberLteUeCphySapProvider (C *owner) | |
virtual void | ConfigureUplink (uint16_t ulEarfcn, uint8_t ulBandwidth) |
virtual void | Reset () |
virtual void | SetDlBandwidth (uint8_t ulBandwidth) |
virtual void | SetRnti (uint16_t rnti) |
virtual void | SetSrsConfigurationIndex (uint16_t srcCi) |
virtual void | SetTransmissionMode (uint8_t txMode) |
virtual void | SyncronizeWithEnb (uint16_t cellId, uint16_t dlEarfcn) |
![]() | |
virtual | ~LteUeCphySapProvider () |
Private Member Functions | |
MemberLteUeCphySapProvider () | |
Private Attributes | |
C * | m_owner |
Template for the implementation of the LteUeCphySapProvider as a member of an owner class of type C to which all methods are forwarded
Definition at line 150 of file lte-ue-cphy-sap.h.
ns3::MemberLteUeCphySapProvider< C >::MemberLteUeCphySapProvider | ( | C * | owner | ) |
Definition at line 170 of file lte-ue-cphy-sap.h.
|
private |
Definition at line 176 of file lte-ue-cphy-sap.h.
|
virtual |
Configure uplink (normally done after reception of SIB2)
ulEarfcn | the carrier frequency (EARFCN) in uplink |
ulBandwidth | the UL bandwidth in PRBs |
Implements ns3::LteUeCphySapProvider.
Definition at line 203 of file lte-ue-cphy-sap.h.
|
virtual |
reset the PHY
Implements ns3::LteUeCphySapProvider.
Definition at line 182 of file lte-ue-cphy-sap.h.
|
virtual |
dlBandwidth | the DL bandwidth in PRBs |
Implements ns3::LteUeCphySapProvider.
Definition at line 196 of file lte-ue-cphy-sap.h.
|
virtual |
rnti | the cell-specific UE identifier |
Implements ns3::LteUeCphySapProvider.
Definition at line 210 of file lte-ue-cphy-sap.h.
|
virtual |
txMode | the transmissionMode of the user |
Implements ns3::LteUeCphySapProvider.
Definition at line 224 of file lte-ue-cphy-sap.h.
|
virtual |
txMode | the transmissionMode of the user |
Implements ns3::LteUeCphySapProvider.
Definition at line 217 of file lte-ue-cphy-sap.h.
|
virtual |
tell the PHY to synchronize with a given eNB for communication purposes
cellId | the ID of the eNB |
dlEarfcn | the carrier frequency (EARFCN) in downlink |
Implements ns3::LteUeCphySapProvider.
Definition at line 189 of file lte-ue-cphy-sap.h.
|
private |
Definition at line 166 of file lte-ue-cphy-sap.h.