#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 128 of file lte-ue-cphy-sap.h.
ns3::MemberLteUeCphySapProvider< C >::MemberLteUeCphySapProvider | ( | C * | owner | ) |
Definition at line 148 of file lte-ue-cphy-sap.h.
|
private |
Definition at line 154 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 181 of file lte-ue-cphy-sap.h.
|
virtual |
reset the PHY
Implements ns3::LteUeCphySapProvider.
Definition at line 160 of file lte-ue-cphy-sap.h.
|
virtual |
dlBandwidth | the DL bandwidth in PRBs |
Implements ns3::LteUeCphySapProvider.
Definition at line 174 of file lte-ue-cphy-sap.h.
|
virtual |
rnti | the cell-specific UE identifier |
Implements ns3::LteUeCphySapProvider.
Definition at line 188 of file lte-ue-cphy-sap.h.
|
virtual |
txMode | the transmissionMode of the user |
Implements ns3::LteUeCphySapProvider.
Definition at line 202 of file lte-ue-cphy-sap.h.
|
virtual |
txMode | the transmissionMode of the user |
Implements ns3::LteUeCphySapProvider.
Definition at line 195 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 167 of file lte-ue-cphy-sap.h.
|
private |
Definition at line 144 of file lte-ue-cphy-sap.h.