A Discrete-Event Network Simulator
API
ns3::LteEnbMac Class Reference

This class implements the MAC layer of the eNodeB device. More...

#include "lte-enb-mac.h"

+ Inheritance diagram for ns3::LteEnbMac:
+ Collaboration diagram for ns3::LteEnbMac:

Classes

struct  NcRaPreambleInfo
 info associated with a preamble allocated for non-contention based RA More...
 

Public Types

typedef void(* DlSchedulingTracedCallback) (const uint32_t frame, const uint32_t subframe, const uint16_t rnti, const uint8_t mcs0, const uint16_t tbs0Size, const uint8_t mcs1, const uint16_t tbs1Size, const uint8_t ccId)
 TracedCallback signature for DL scheduling events. More...
 
typedef void(* UlSchedulingTracedCallback) (const uint32_t frame, const uint32_t subframe, const uint16_t rnti, const uint8_t mcs, const uint16_t tbsSize)
 TracedCallback signature for UL scheduling events. More...
 

Public Member Functions

 LteEnbMac (void)
 
virtual ~LteEnbMac (void)
 
virtual void DoDispose (void)
 Destructor implementation. More...
 
void DoReceivePhyPdu (Ptr< Packet > p)
 legacy public for use the Phy callback More...
 
FfMacCschedSapUserGetFfMacCschedSapUser (void)
 Get the control scheduler SAP user. More...
 
FfMacSchedSapUserGetFfMacSchedSapUser (void)
 Get the scheduler SAP user. More...
 
LteCcmMacSapProviderGetLteCcmMacSapProvider ()
 Get the eNB-ComponentCarrierManager SAP User. More...
 
LteEnbCmacSapProviderGetLteEnbCmacSapProvider (void)
 Get the control MAC SAP provider. More...
 
LteEnbPhySapUserGetLteEnbPhySapUser ()
 Get the eNB-PHY SAP User. More...
 
LteMacSapProviderGetLteMacSapProvider (void)
 Get the MAC SAP provider. More...
 
void SetComponentCarrierId (uint8_t index)
 Set the component carrier ID. More...
 
void SetFfMacCschedSapProvider (FfMacCschedSapProvider *s)
 Set the control scheduler SAP provider. More...
 
void SetFfMacSchedSapProvider (FfMacSchedSapProvider *s)
 Set the scheduler SAP provider. More...
 
void SetLteCcmMacSapUser (LteCcmMacSapUser *s)
 Set the ComponentCarrierManager SAP user. More...
 
void SetLteEnbCmacSapUser (LteEnbCmacSapUser *s)
 Set the control MAC SAP user. More...
 
void SetLteEnbPhySapProvider (LteEnbPhySapProvider *s)
 Set the PHY SAP Provider. More...
 
void SetLteMacSapUser (LteMacSapUser *s)
 Set the MAC SAP user. More...
 
- Public Member Functions inherited from ns3::Object
 Object ()
 Constructor. More...
 
virtual ~Object ()
 Destructor. More...
 
void AggregateObject (Ptr< Object > other)
 Aggregate two Objects together. More...
 
void Dispose (void)
 Dispose of this Object. More...
 
AggregateIterator GetAggregateIterator (void) const
 Get an iterator to the Objects aggregated to this one. More...
 
virtual TypeId GetInstanceTypeId (void) const
 Get the most derived TypeId for this Object. More...
 
template<typename T >
Ptr< T > GetObject (void) const
 Get a pointer to the requested aggregated Object. More...
 
template<typename T >
Ptr< T > GetObject (TypeId tid) const
 Get a pointer to the requested aggregated Object by TypeId. More...
 
template<>
Ptr< ObjectGetObject () const
 Specialization of () for objects of type ns3::Object. More...
 
template<>
Ptr< ObjectGetObject (TypeId tid) const
 Specialization of (TypeId tid) for objects of type ns3::Object. More...
 
void Initialize (void)
 Invoke DoInitialize on all Objects aggregated to this one. More...
 
bool IsInitialized (void) const
 Check if the object has been initialized. More...
 
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor. More...
 
void GetAttribute (std::string name, AttributeValue &value) const
 Get the value of an attribute, raising fatal errors if unsuccessful. More...
 
bool GetAttributeFailSafe (std::string name, AttributeValue &value) const
 Get the value of an attribute without raising erros. More...
 
void SetAttribute (std::string name, const AttributeValue &value)
 Set a single attribute, raising fatal errors if unsuccessful. More...
 
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
 Set a single attribute without raising errors. More...
 
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
 Connect a TraceSource to a Callback with a context. More...
 
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
 Connect a TraceSource to a Callback without a context. More...
 
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected with a context. More...
 
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected without a context. More...
 

Static Public Member Functions

static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::Object
static TypeId GetTypeId (void)
 Register this type. More...
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId (void)
 Get the type ID. More...
 

Private Member Functions

void DoAddLc (LteEnbCmacSapProvider::LcInfo lcinfo, LteMacSapUser *msu)
 Add LC function. More...
 
void DoAddUe (uint16_t rnti)
 Add UE function. More...
 
LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue DoAllocateNcRaPreamble (uint16_t rnti)
 Allocate NC RA preamble function. More...
 
void DoConfigureMac (uint16_t ulBandwidth, uint16_t dlBandwidth)
 Configure MAC function. More...
 
void DoCschedCellConfigCnf (FfMacCschedSapUser::CschedCellConfigCnfParameters params)
 CSched Cell Config configure function. More...
 
void DoCschedCellConfigUpdateInd (FfMacCschedSapUser::CschedCellConfigUpdateIndParameters params)
 CSched Cell Config Update Indication function. More...
 
void DoCschedLcConfigCnf (FfMacCschedSapUser::CschedLcConfigCnfParameters params)
 CSched LC Config configure function. More...
 
void DoCschedLcReleaseCnf (FfMacCschedSapUser::CschedLcReleaseCnfParameters params)
 CSched LC Release configure function. More...
 
void DoCschedUeConfigCnf (FfMacCschedSapUser::CschedUeConfigCnfParameters params)
 CSched UE Config configure function. More...
 
void DoCschedUeConfigUpdateInd (FfMacCschedSapUser::CschedUeConfigUpdateIndParameters params)
 CSched UE Config Update Indication function. More...
 
void DoCschedUeReleaseCnf (FfMacCschedSapUser::CschedUeReleaseCnfParameters params)
 CSched UE Release configure function. More...
 
void DoDlInfoListElementHarqFeeback (DlInfoListElement_s params)
 DL Info List ELements HARQ Feedback function. More...
 
LteEnbCmacSapProvider::RachConfig DoGetRachConfig ()
 Get RACH configuration function. More...
 
void DoReceiveLteControlMessage (Ptr< LteControlMessage > msg)
 Receive a DL CQI ideal control message. More...
 
void DoReceiveRachPreamble (uint8_t prachId)
 Receive RACH Preamble function. More...
 
void DoReconfigureLc (LteEnbCmacSapProvider::LcInfo lcinfo)
 Reconfigure LC function. More...
 
void DoReleaseLc (uint16_t rnti, uint8_t lcid)
 Release LC function. More...
 
void DoRemoveUe (uint16_t rnti)
 Remove UE function. More...
 
void DoReportBufferStatus (LteMacSapProvider::ReportBufferStatusParameters params)
 Report Buffer Status function. More...
 
void DoReportMacCeToScheduler (MacCeListElement_s bsr)
 Report MAC CE to scheduler. More...
 
void DoReportSrToScheduler (uint16_t rnti)
 Report SR to scheduler. More...
 
void DoSchedDlConfigInd (FfMacSchedSapUser::SchedDlConfigIndParameters ind)
 Sched DL Config Indication function. More...
 
void DoSchedUlConfigInd (FfMacSchedSapUser::SchedUlConfigIndParameters params)
 Sched UL Config Indication function. More...
 
void DoSubframeIndication (uint32_t frameNo, uint32_t subframeNo)
 Subrame Indication function. More...
 
void DoTransmitPdu (LteMacSapProvider::TransmitPduParameters params)
 Transmit PDU function. More...
 
void DoUeUpdateConfigurationReq (LteEnbCmacSapProvider::UeConfig params)
 UE Update configuration request function. More...
 
void DoUlCqiReport (FfMacSchedSapProvider::SchedUlCqiInfoReqParameters ulcqi)
 UL CQI report. More...
 
void DoUlInfoListElementHarqFeeback (UlInfoListElement_s params)
 UL Info List ELements HARQ Feedback function. More...
 
void ReceiveBsrMessage (MacCeListElement_s bsr)
 Receive a CE element containing the buffer status report. More...
 
void ReceiveDlCqiLteControlMessage (Ptr< DlCqiLteControlMessage > msg)
 Receive a DL CQI ideal control message. More...
 

Private Attributes

std::map< uint8_t, NcRaPreambleInfom_allocatedNcRaPreambleMap
 map storing as key the random access preamble IDs allocated for non-contention based access, and as value the associated info More...
 
LteCcmMacSapProviderm_ccmMacSapProvider
 CCM MAC SAP provider. More...
 
LteCcmMacSapUserm_ccmMacSapUser
 CCM MAC SAP user. More...
 
LteEnbCmacSapProviderm_cmacSapProvider
 the CMAC SAP provider More...
 
LteEnbCmacSapUserm_cmacSapUser
 the CMAC SAP user More...
 
uint8_t m_componentCarrierId
 component carrier Id used to address sap More...
 
uint8_t m_connEstFailCount
 the counter value for T300 timer expiration More...
 
FfMacCschedSapProviderm_cschedSapProvider
 the Csched SAP provider More...
 
FfMacCschedSapUserm_cschedSapUser
 the CSched SAP user More...
 
std::vector< CqiListElement_sm_dlCqiReceived
 DL-CQI received. More...
 
std::vector< DlInfoListElement_sm_dlInfoListReceived
 DL HARQ feedback received. More...
 
TracedCallback< DlSchedulingCallbackInfom_dlScheduling
 Trace information regarding DL scheduling Frame number, Subframe number, RNTI, MCS of TB1, size of TB1, MCS of TB2 (0 if not present), size of TB2 (0 if not present) More...
 
LteEnbPhySapProviderm_enbPhySapProvider
 the ENB Phy SAP provider More...
 
LteEnbPhySapUserm_enbPhySapUser
 the ENB Phy SAP user More...
 
uint32_t m_frameNo
 frame number of current subframe indication More...
 
uint8_t m_macChTtiDelay
 delay of MAC, PHY and channel in terms of TTIs More...
 
LteMacSapProviderm_macSapProvider
 the MAC SAP provider More...
 
LteMacSapUserm_macSapUser
 the MAC SAP user More...
 
std::map< uint16_t, DlHarqProcessesBuffer_tm_miDlHarqProcessesPackets
 Packet under transmission of the DL HARQ process. More...
 
uint8_t m_numberOfRaPreambles
 number of RA preambles More...
 
uint8_t m_preambleTransMax
 preamble transmit maximum More...
 
std::map< uint16_t, uint32_t > m_rapIdRntiMap
 RAPID RNTI map. More...
 
uint8_t m_raResponseWindowSize
 RA response window size. More...
 
std::map< uint8_t, uint32_t > m_receivedRachPreambleCount
 received RACH preamble count More...
 
std::map< uint16_t, std::map< uint8_t, LteMacSapUser * > > m_rlcAttached
 RNTI, LC ID, SAP of the RLC instance. More...
 
FfMacSchedSapProviderm_schedSapProvider
 the Sched SAP provider More...
 
FfMacSchedSapUserm_schedSapUser
 the Sched SAP user More...
 
uint32_t m_subframeNo
 subframe number of current subframe indication More...
 
std::vector< MacCeListElement_sm_ulCeReceived
 CE received (BSR up to now) More...
 
std::vector< FfMacSchedSapProvider::SchedUlCqiInfoReqParametersm_ulCqiReceived
 UL-CQI received. More...
 
std::vector< UlInfoListElement_sm_ulInfoListReceived
 UL HARQ feedback received. More...
 
TracedCallback< uint32_t, uint32_t, uint16_t, uint8_t, uint16_t, uint8_t > m_ulScheduling
 Trace information regarding UL scheduling Frame number, Subframe number, RNTI, MCS of TB, size of TB, component carrier id. More...
 

Friends

class EnbMacMemberFfMacCschedSapUser
 allow EnbMacMemberFfMacCschedSapUser class friend access More...
 
class EnbMacMemberFfMacSchedSapUser
 allow EnbMacMemberFfMacSchedSapUser class friend access More...
 
class EnbMacMemberLteEnbCmacSapProvider
 allow EnbMacMemberLteEnbCmacSapProvider class friend access More...
 
class EnbMacMemberLteEnbPhySapUser
 allow EnbMacMemberLteEnbPhySapUser class friend access More...
 
class EnbMacMemberLteMacSapProvider< LteEnbMac >
 allow EnbMacMemberLteMacSapProvider<LteEnbMac> class friend access More...
 
class MemberLteCcmMacSapProvider< LteEnbMac >
 allow MemberLteCcmMacSapProvider<LteEnbMac> class friend access More...
 

Additional Inherited Members

- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
 Copy an Object. More...
 
virtual void DoInitialize (void)
 Initialize() implementation. More...
 
virtual void NotifyNewAggregate (void)
 Notify all Objects aggregated to this one of a new Object being aggregated. More...
 
- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 Complete construction of ObjectBase; invoked by derived classes. More...
 
virtual void NotifyConstructionCompleted (void)
 Notifier called once the ObjectBase is fully constructed. More...
 

Detailed Description

This class implements the MAC layer of the eNodeB device.


Config Paths

ns3::LteEnbMac is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"
  • "/NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/ComponentCarrierMap/[i]/LteEnbMac"

Attributes

  • NumberOfRaPreambles: how many random access preambles are available for the contention based RACH process
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 4:64
    • Initial value: 52
    • Flags: construct write read
  • PreambleTransMax: Maximum number of random access preamble transmissions
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 3:200
    • Initial value: 50
    • Flags: construct write read
  • RaResponseWindowSize: length of the window (in TTIs) for the reception of the random access response (RAR); the resulting RAR timeout is this value + 3 ms
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 2:10
    • Initial value: 3
    • Flags: construct write read
  • ConnEstFailCount: how many time T300 timer can expire on the same cell
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 1:4
    • Initial value: 1
    • Flags: construct write read
  • ComponentCarrierId: ComponentCarrier Id, needed to reply on the appropriate sap.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:4
    • Initial value: 0
    • Flags: construct write read

TraceSources

Size of this type is 552 bytes (on a 64-bit architecture).

Definition at line 55 of file lte-enb-mac.h.

Member Typedef Documentation

◆ DlSchedulingTracedCallback

typedef void(* ns3::LteEnbMac::DlSchedulingTracedCallback) (const uint32_t frame, const uint32_t subframe, const uint16_t rnti, const uint8_t mcs0, const uint16_t tbs0Size, const uint8_t mcs1, const uint16_t tbs1Size, const uint8_t ccId)

TracedCallback signature for DL scheduling events.

Parameters
[in]frameFrame number.
[in]subframeSubframe number.
[in]rntiThe C-RNTI identifying the UE.
[in]mcs0The MCS for transport block..
[in]tbs0Size
[in]mcs1The MCS for transport block.
[in]tbs1Size
[in]componentcarrier id

Definition at line 169 of file lte-enb-mac.h.

◆ UlSchedulingTracedCallback

typedef void(* ns3::LteEnbMac::UlSchedulingTracedCallback) (const uint32_t frame, const uint32_t subframe, const uint16_t rnti, const uint8_t mcs, const uint16_t tbsSize)

TracedCallback signature for UL scheduling events.

Parameters
[in]frameFrame number.
[in]subframeSubframe number.
[in]rntiThe C-RNTI identifying the UE.
[in]mcsThe MCS for transport block
[in]tbsSize

Definition at line 183 of file lte-enb-mac.h.

Constructor & Destructor Documentation

◆ LteEnbMac()

◆ ~LteEnbMac()

ns3::LteEnbMac::~LteEnbMac ( void  )
virtual

Definition at line 395 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

◆ DoAddLc()

void ns3::LteEnbMac::DoAddLc ( LteEnbCmacSapProvider::LcInfo  lcinfo,
LteMacSapUser msu 
)
private

Add LC function.

Parameters
lcinfothe LC info
msuthe LTE MAC SAP user

Definition at line 887 of file lte-enb-mac.cc.

References ns3::FfMacCschedSapProvider::CschedLcConfigReq(), ns3::LogicalChannelConfigListElement_s::DIR_BOTH, ns3::LteEnbCmacSapProvider::LcInfo::gbrDl, ns3::LteEnbCmacSapProvider::LcInfo::gbrUl, ns3::LteEnbCmacSapProvider::LcInfo::isGbr, ns3::LteEnbCmacSapProvider::LcInfo::lcGroup, ns3::LteEnbCmacSapProvider::LcInfo::lcId, m_cschedSapProvider, ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateDl, ns3::LogicalChannelConfigListElement_s::m_eRabGuaranteedBitrateUl, ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateDl, ns3::LogicalChannelConfigListElement_s::m_eRabMaximulBitrateUl, ns3::FfMacCschedSapProvider::CschedLcConfigReqParameters::m_logicalChannelConfigList, ns3::LogicalChannelConfigListElement_s::m_logicalChannelGroup, ns3::LogicalChannelConfigListElement_s::m_logicalChannelIdentity, ns3::LogicalChannelConfigListElement_s::m_qci, ns3::FfMacCschedSapProvider::CschedLcConfigReqParameters::m_reconfigureFlag, m_rlcAttached, ns3::FfMacCschedSapProvider::CschedLcConfigReqParameters::m_rnti, ns3::LteEnbCmacSapProvider::LcInfo::mbrDl, ns3::LteEnbCmacSapProvider::LcInfo::mbrUl, NS_ASSERT_MSG, NS_LOG_ERROR, NS_LOG_FUNCTION, ns3::LogicalChannelConfigListElement_s::QBT_GBR, ns3::LogicalChannelConfigListElement_s::QBT_NON_GBR, ns3::LteEnbCmacSapProvider::LcInfo::qci, and ns3::LteEnbCmacSapProvider::LcInfo::rnti.

Referenced by ns3::EnbMacMemberLteEnbCmacSapProvider::AddLc().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoAddUe()

void ns3::LteEnbMac::DoAddUe ( uint16_t  rnti)
private

◆ DoAllocateNcRaPreamble()

LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue ns3::LteEnbMac::DoAllocateNcRaPreamble ( uint16_t  rnti)
private

Allocate NC RA preamble function.

Parameters
rntithe RNTI
Returns
LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue

Allocate preamble only if its free. The non-contention preamble assigned to UE during handover or PDCCH order is valid only until the time duration of the “expiryTime” of the preamble is reached. This timer value is only maintained at the eNodeB and the UE has no way of knowing if this timer has expired. If the UE tries to send the preamble again after the expiryTime and the preamble is re-assigned to another UE, it results in errors. This has been solved by re-assigning the preamble to another UE only if it is not being used (An UE can be using the preamble even after the expiryTime duration).

Definition at line 979 of file lte-enb-mac.cc.

References ns3::LteEnbMac::NcRaPreambleInfo::expiryTime, ns3::LteEnbCmacSapUser::IsRandomAccessCompleted(), m_allocatedNcRaPreambleMap, m_cmacSapUser, m_numberOfRaPreambles, m_preambleTransMax, m_raResponseWindowSize, ns3::MilliSeconds(), ns3::Simulator::Now(), NS_LOG_INFO, ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPrachMaskIndex, ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::raPreambleId, ns3::LteEnbMac::NcRaPreambleInfo::rnti, and ns3::LteEnbCmacSapProvider::AllocateNcRaPreambleReturnValue::valid.

Referenced by ns3::EnbMacMemberLteEnbCmacSapProvider::AllocateNcRaPreamble().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoConfigureMac()

void ns3::LteEnbMac::DoConfigureMac ( uint16_t  ulBandwidth,
uint16_t  dlBandwidth 
)
private

Configure MAC function.

Parameters
ulBandwidththe UL bandwidth
dlBandwidththe DL bandwidth

Definition at line 792 of file lte-enb-mac.cc.

References ns3::FfMacCschedSapProvider::CschedCellConfigReq(), ns3::LteEnbPhySapProvider::GetMacChTtiDelay(), m_cschedSapProvider, ns3::FfMacCschedSapProvider::CschedCellConfigReqParameters::m_dlBandwidth, m_enbPhySapProvider, m_macChTtiDelay, ns3::FfMacCschedSapProvider::CschedCellConfigReqParameters::m_ulBandwidth, and NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberLteEnbCmacSapProvider::ConfigureMac().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoCschedCellConfigCnf()

void ns3::LteEnbMac::DoCschedCellConfigCnf ( FfMacCschedSapUser::CschedCellConfigCnfParameters  params)
private

CSched Cell Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedCellConfigCnfParameters

Definition at line 1258 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedCellConfigCnf().

+ Here is the caller graph for this function:

◆ DoCschedCellConfigUpdateInd()

void ns3::LteEnbMac::DoCschedCellConfigUpdateInd ( FfMacCschedSapUser::CschedCellConfigUpdateIndParameters  params)
private

CSched Cell Config Update Indication function.

Parameters
paramsFfMacCschedSapUser::CschedCellConfigUpdateIndParameters

Definition at line 1301 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedCellConfigUpdateInd().

+ Here is the caller graph for this function:

◆ DoCschedLcConfigCnf()

void ns3::LteEnbMac::DoCschedLcConfigCnf ( FfMacCschedSapUser::CschedLcConfigCnfParameters  params)
private

CSched LC Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedLcConfigCnfParameters

Definition at line 1270 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedLcConfigCnf().

+ Here is the caller graph for this function:

◆ DoCschedLcReleaseCnf()

void ns3::LteEnbMac::DoCschedLcReleaseCnf ( FfMacCschedSapUser::CschedLcReleaseCnfParameters  params)
private

CSched LC Release configure function.

Parameters
paramsFfMacCschedSapUser::CschedLcReleaseCnfParameters

Definition at line 1278 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedLcReleaseCnf().

+ Here is the caller graph for this function:

◆ DoCschedUeConfigCnf()

void ns3::LteEnbMac::DoCschedUeConfigCnf ( FfMacCschedSapUser::CschedUeConfigCnfParameters  params)
private

CSched UE Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedUeConfigCnfParameters

Definition at line 1264 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedUeConfigCnf().

+ Here is the caller graph for this function:

◆ DoCschedUeConfigUpdateInd()

◆ DoCschedUeReleaseCnf()

void ns3::LteEnbMac::DoCschedUeReleaseCnf ( FfMacCschedSapUser::CschedUeReleaseCnfParameters  params)
private

CSched UE Release configure function.

Parameters
paramsFfMacCschedSapUser::CschedUeReleaseCnfParameters

Definition at line 1284 of file lte-enb-mac.cc.

References NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberFfMacCschedSapUser::CschedUeReleaseCnf().

+ Here is the caller graph for this function:

◆ DoDispose()

void ns3::LteEnbMac::DoDispose ( void  )
virtual

Destructor implementation.

This method is called by Dispose() or by the Object's destructor, whichever comes first.

Subclasses are expected to implement their real destruction code in an overridden version of this method and chain up to their parent's implementation once they are done. i.e, for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose() method.

It is safe to call GetObject() from within this method.

Reimplemented from ns3::Object.

Definition at line 401 of file lte-enb-mac.cc.

References m_ccmMacSapProvider, m_cmacSapProvider, m_cschedSapUser, m_dlCqiReceived, m_dlInfoListReceived, m_enbPhySapUser, m_macSapProvider, m_miDlHarqProcessesPackets, m_schedSapUser, m_ulCeReceived, m_ulCqiReceived, m_ulInfoListReceived, and NS_LOG_FUNCTION.

◆ DoDlInfoListElementHarqFeeback()

◆ DoGetRachConfig()

◆ DoReceiveLteControlMessage()

void ns3::LteEnbMac::DoReceiveLteControlMessage ( Ptr< LteControlMessage msg)
private

Receive a DL CQI ideal control message.

Parameters
msgthe DL CQI message

Definition at line 648 of file lte-enb-mac.cc.

References ns3::LteControlMessage::BSR, ns3::LteControlMessage::DL_CQI, ns3::LteControlMessage::DL_HARQ, DoDlInfoListElementHarqFeeback(), NS_LOG_FUNCTION, NS_LOG_LOGIC, ReceiveBsrMessage(), and ReceiveDlCqiLteControlMessage().

Referenced by ns3::EnbMacMemberLteEnbPhySapUser::ReceiveLteControlMessage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoReceivePhyPdu()

void ns3::LteEnbMac::DoReceivePhyPdu ( Ptr< Packet p)

◆ DoReceiveRachPreamble()

void ns3::LteEnbMac::DoReceiveRachPreamble ( uint8_t  prachId)
private

Receive RACH Preamble function.

Parameters
prachIdPRACH ID number

Definition at line 673 of file lte-enb-mac.cc.

References m_receivedRachPreambleCount, and NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberLteEnbPhySapUser::ReceiveRachPreamble().

+ Here is the caller graph for this function:

◆ DoReconfigureLc()

void ns3::LteEnbMac::DoReconfigureLc ( LteEnbCmacSapProvider::LcInfo  lcinfo)
private

Reconfigure LC function.

Parameters
lcinfothe LC info

Definition at line 934 of file lte-enb-mac.cc.

References NS_FATAL_ERROR.

Referenced by ns3::EnbMacMemberLteEnbCmacSapProvider::ReconfigureLc().

+ Here is the caller graph for this function:

◆ DoReleaseLc()

void ns3::LteEnbMac::DoReleaseLc ( uint16_t  rnti,
uint8_t  lcid 
)
private

Release LC function.

Parameters
rntithe RNTI
lcidthe LCID

Definition at line 940 of file lte-enb-mac.cc.

References ns3::FfMacCschedSapProvider::CschedLcReleaseReq(), m_cschedSapProvider, ns3::FfMacCschedSapProvider::CschedLcReleaseReqParameters::m_logicalChannelIdentity, m_rlcAttached, ns3::FfMacCschedSapProvider::CschedLcReleaseReqParameters::m_rnti, and NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberLteEnbCmacSapProvider::ReleaseLc().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoRemoveUe()

void ns3::LteEnbMac::DoRemoveUe ( uint16_t  rnti)
private

◆ DoReportBufferStatus()

◆ DoReportMacCeToScheduler()

void ns3::LteEnbMac::DoReportMacCeToScheduler ( MacCeListElement_s  bsr)
private

Report MAC CE to scheduler.

Parameters
bsrthe BSR

Definition at line 716 of file lte-enb-mac.cc.

References m_ulCeReceived, NS_LOG_DEBUG, and NS_LOG_FUNCTION.

◆ DoReportSrToScheduler()

void ns3::LteEnbMac::DoReportSrToScheduler ( uint16_t  rnti)
inlineprivate

Report SR to scheduler.

Parameters
rntiRNTI of the UE that requested the SR

Since SR is not implemented in LTE, this method does nothing.

Definition at line 353 of file lte-enb-mac.h.

References NS_UNUSED.

◆ DoSchedDlConfigInd()

void ns3::LteEnbMac::DoSchedDlConfigInd ( FfMacSchedSapUser::SchedDlConfigIndParameters  ind)
private

Sched DL Config Indication function.

Parameters
indFfMacSchedSapUser::SchedDlConfigIndParameters

Definition at line 1084 of file lte-enb-mac.cc.

References ns3::LteMacSapUser::TxOpportunityParameters::bytes, ns3::LteMacSapUser::TxOpportunityParameters::componentCarrierId, ns3::DlSchedulingCallbackInfo::componentCarrierId, ns3::Packet::Copy(), ns3::DlSchedulingCallbackInfo::frameNo, ns3::LteMacSapUser::TxOpportunityParameters::harqId, bianchi11ax::k, ns3::LteMacSapUser::TxOpportunityParameters::layer, ns3::LteMacSapUser::TxOpportunityParameters::lcid, list, ns3::FfMacSchedSapUser::SchedDlConfigIndParameters::m_buildDataList, ns3::FfMacSchedSapUser::SchedDlConfigIndParameters::m_buildRarList, m_componentCarrierId, m_dlScheduling, m_enbPhySapProvider, m_frameNo, m_miDlHarqProcessesPackets, m_rapIdRntiMap, m_rlcAttached, m_subframeNo, ns3::DlSchedulingCallbackInfo::mcsTb1, ns3::DlSchedulingCallbackInfo::mcsTb2, NS_ASSERT, NS_ASSERT_MSG, NS_FATAL_ERROR, NS_LOG_DEBUG, NS_LOG_FUNCTION, NS_LOG_INFO, ns3::RarLteControlMessage::Rar::rapId, ns3::RarLteControlMessage::Rar::rarPayload, ns3::LteMacSapUser::TxOpportunityParameters::rnti, ns3::DlSchedulingCallbackInfo::rnti, ns3::LteEnbPhySapProvider::SendLteControlMessage(), ns3::LteEnbPhySapProvider::SendMacPdu(), ns3::DlSchedulingCallbackInfo::sizeTb1, ns3::DlSchedulingCallbackInfo::sizeTb2, and ns3::DlSchedulingCallbackInfo::subframeNo.

Referenced by ns3::EnbMacMemberFfMacSchedSapUser::SchedDlConfigInd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoSchedUlConfigInd()

void ns3::LteEnbMac::DoSchedUlConfigInd ( FfMacSchedSapUser::SchedUlConfigIndParameters  params)
private

◆ DoSubframeIndication()

void ns3::LteEnbMac::DoSubframeIndication ( uint32_t  frameNo,
uint32_t  subframeNo 
)
private

Subrame Indication function.

Parameters
frameNoframe number
subframeNosubframe number

Definition at line 501 of file lte-enb-mac.cc.

References ns3::LteEnbCmacSapUser::AllocateTemporaryCellRnti(), m_allocatedNcRaPreambleMap, m_cmacSapUser, ns3::FfMacSchedSapProvider::SchedDlCqiInfoReqParameters::m_cqiList, m_dlCqiReceived, ns3::FfMacSchedSapProvider::SchedDlTriggerReqParameters::m_dlInfoList, m_dlInfoListReceived, ns3::RachListElement_s::m_estimatedSize, m_frameNo, ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters::m_macCeList, m_macChTtiDelay, ns3::FfMacSchedSapProvider::SchedDlRachInfoReqParameters::m_rachList, m_rapIdRntiMap, m_receivedRachPreambleCount, ns3::RachListElement_s::m_rnti, m_schedSapProvider, ns3::FfMacSchedSapProvider::SchedDlTriggerReqParameters::m_sfnSf, ns3::FfMacSchedSapProvider::SchedDlCqiInfoReqParameters::m_sfnSf, ns3::FfMacSchedSapProvider::SchedUlTriggerReqParameters::m_sfnSf, ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters::m_sfnSf, m_subframeNo, m_ulCeReceived, m_ulCqiReceived, ns3::FfMacSchedSapProvider::SchedUlTriggerReqParameters::m_ulInfoList, m_ulInfoListReceived, NS_ASSERT, NS_LOG_FUNCTION, NS_LOG_INFO, ns3::FfMacSchedSapProvider::SchedDlCqiInfoReq(), ns3::FfMacSchedSapProvider::SchedDlRachInfoReq(), ns3::FfMacSchedSapProvider::SchedDlTriggerReq(), ns3::FfMacSchedSapProvider::SchedUlCqiInfoReq(), ns3::FfMacSchedSapProvider::SchedUlMacCtrlInfoReq(), ns3::FfMacSchedSapProvider::SchedUlTriggerReq(), and UL_PUSCH_TTIS_DELAY.

Referenced by ns3::EnbMacMemberLteEnbPhySapUser::SubframeIndication().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoTransmitPdu()

◆ DoUeUpdateConfigurationReq()

◆ DoUlCqiReport()

void ns3::LteEnbMac::DoUlCqiReport ( FfMacSchedSapProvider::SchedUlCqiInfoReqParameters  ulcqi)
private

◆ DoUlInfoListElementHarqFeeback()

void ns3::LteEnbMac::DoUlInfoListElementHarqFeeback ( UlInfoListElement_s  params)
private

UL Info List ELements HARQ Feedback function.

Parameters
paramsUlInfoListElement_s

Definition at line 1307 of file lte-enb-mac.cc.

References m_ulInfoListReceived, and NS_LOG_FUNCTION.

Referenced by ns3::EnbMacMemberLteEnbPhySapUser::UlInfoListElementHarqFeeback().

+ Here is the caller graph for this function:

◆ GetFfMacCschedSapUser()

FfMacCschedSapUser * ns3::LteEnbMac::GetFfMacCschedSapUser ( void  )

Get the control scheduler SAP user.

Returns
a pointer to the control scheduler SAP user

Definition at line 443 of file lte-enb-mac.cc.

References m_cschedSapUser.

◆ GetFfMacSchedSapUser()

FfMacSchedSapUser * ns3::LteEnbMac::GetFfMacSchedSapUser ( void  )

Get the scheduler SAP user.

Returns
a pointer to the SAP user of the scheduler

Definition at line 431 of file lte-enb-mac.cc.

References m_schedSapUser.

◆ GetLteCcmMacSapProvider()

LteCcmMacSapProvider * ns3::LteEnbMac::GetLteCcmMacSapProvider ( )

Get the eNB-ComponentCarrierManager SAP User.

Returns
a pointer to the SAP User of the ComponentCarrierManager

Definition at line 495 of file lte-enb-mac.cc.

References m_ccmMacSapProvider.

◆ GetLteEnbCmacSapProvider()

LteEnbCmacSapProvider * ns3::LteEnbMac::GetLteEnbCmacSapProvider ( void  )

Get the control MAC SAP provider.

Returns
a pointer to the control MAC SAP provider

Definition at line 469 of file lte-enb-mac.cc.

References m_cmacSapProvider.

◆ GetLteEnbPhySapUser()

LteEnbPhySapUser * ns3::LteEnbMac::GetLteEnbPhySapUser ( )

Get the eNB-PHY SAP User.

Returns
a pointer to the SAP User of the PHY

Definition at line 482 of file lte-enb-mac.cc.

References m_enbPhySapUser.

◆ GetLteMacSapProvider()

LteMacSapProvider * ns3::LteEnbMac::GetLteMacSapProvider ( void  )

Get the MAC SAP provider.

Returns
a pointer to the SAP provider of the MAC

Definition at line 457 of file lte-enb-mac.cc.

References m_macSapProvider.

◆ GetTypeId()

TypeId ns3::LteEnbMac::GetTypeId ( void  )
static

◆ ReceiveBsrMessage()

void ns3::LteEnbMac::ReceiveBsrMessage ( MacCeListElement_s  bsr)
private

Receive a CE element containing the buffer status report.

Parameters
bsrthe BSR message

Definition at line 709 of file lte-enb-mac.cc.

References m_ccmMacSapUser, m_componentCarrierId, NS_LOG_FUNCTION, and ns3::LteCcmMacSapUser::UlReceiveMacCe().

Referenced by DoReceiveLteControlMessage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ReceiveDlCqiLteControlMessage()

void ns3::LteEnbMac::ReceiveDlCqiLteControlMessage ( Ptr< DlCqiLteControlMessage msg)
private

Receive a DL CQI ideal control message.

Parameters
msgthe DL CQI message

Definition at line 696 of file lte-enb-mac.cc.

References m_dlCqiReceived, ns3::CqiListElement_s::m_rnti, NS_ASSERT, NS_LOG_FUNCTION, and NS_LOG_LOGIC.

Referenced by DoReceiveLteControlMessage().

+ Here is the caller graph for this function:

◆ SetComponentCarrierId()

void ns3::LteEnbMac::SetComponentCarrierId ( uint8_t  index)

Set the component carrier ID.

Parameters
indexthe component carrier ID

Definition at line 419 of file lte-enb-mac.cc.

References m_componentCarrierId.

◆ SetFfMacCschedSapProvider()

void ns3::LteEnbMac::SetFfMacCschedSapProvider ( FfMacCschedSapProvider s)

Set the control scheduler SAP provider.

Parameters
sa pointer to the control scheduler SAP provider

Definition at line 437 of file lte-enb-mac.cc.

References m_cschedSapProvider.

◆ SetFfMacSchedSapProvider()

void ns3::LteEnbMac::SetFfMacSchedSapProvider ( FfMacSchedSapProvider s)

Set the scheduler SAP provider.

Parameters
sa pointer SAP provider of the FF packet scheduler

Definition at line 425 of file lte-enb-mac.cc.

References m_schedSapProvider.

◆ SetLteCcmMacSapUser()

void ns3::LteEnbMac::SetLteCcmMacSapUser ( LteCcmMacSapUser s)

Set the ComponentCarrierManager SAP user.

Parameters
sa pointer to the ComponentCarrierManager provider

Definition at line 488 of file lte-enb-mac.cc.

References m_ccmMacSapUser.

◆ SetLteEnbCmacSapUser()

void ns3::LteEnbMac::SetLteEnbCmacSapUser ( LteEnbCmacSapUser s)

Set the control MAC SAP user.

Parameters
sa pointer to the control MAC SAP user

Definition at line 463 of file lte-enb-mac.cc.

References m_cmacSapUser.

◆ SetLteEnbPhySapProvider()

void ns3::LteEnbMac::SetLteEnbPhySapProvider ( LteEnbPhySapProvider s)

Set the PHY SAP Provider.

Parameters
sa pointer to the PHY SAP provider

Definition at line 475 of file lte-enb-mac.cc.

References m_enbPhySapProvider.

◆ SetLteMacSapUser()

void ns3::LteEnbMac::SetLteMacSapUser ( LteMacSapUser s)

Set the MAC SAP user.

Parameters
sa pointer to the MAC SAP user

Definition at line 451 of file lte-enb-mac.cc.

References m_macSapUser.

Friends And Related Function Documentation

◆ EnbMacMemberFfMacCschedSapUser

friend class EnbMacMemberFfMacCschedSapUser
friend

allow EnbMacMemberFfMacCschedSapUser class friend access

Definition at line 64 of file lte-enb-mac.h.

Referenced by LteEnbMac().

◆ EnbMacMemberFfMacSchedSapUser

friend class EnbMacMemberFfMacSchedSapUser
friend

allow EnbMacMemberFfMacSchedSapUser class friend access

Definition at line 62 of file lte-enb-mac.h.

Referenced by LteEnbMac().

◆ EnbMacMemberLteEnbCmacSapProvider

friend class EnbMacMemberLteEnbCmacSapProvider
friend

allow EnbMacMemberLteEnbCmacSapProvider class friend access

Definition at line 58 of file lte-enb-mac.h.

Referenced by LteEnbMac().

◆ EnbMacMemberLteEnbPhySapUser

friend class EnbMacMemberLteEnbPhySapUser
friend

allow EnbMacMemberLteEnbPhySapUser class friend access

Definition at line 66 of file lte-enb-mac.h.

Referenced by LteEnbMac().

◆ EnbMacMemberLteMacSapProvider< LteEnbMac >

friend class EnbMacMemberLteMacSapProvider< LteEnbMac >
friend

allow EnbMacMemberLteMacSapProvider<LteEnbMac> class friend access

Definition at line 60 of file lte-enb-mac.h.

◆ MemberLteCcmMacSapProvider< LteEnbMac >

friend class MemberLteCcmMacSapProvider< LteEnbMac >
friend

allow MemberLteCcmMacSapProvider<LteEnbMac> class friend access

Definition at line 68 of file lte-enb-mac.h.

Member Data Documentation

◆ m_allocatedNcRaPreambleMap

std::map<uint8_t, NcRaPreambleInfo> ns3::LteEnbMac::m_allocatedNcRaPreambleMap
private

map storing as key the random access preamble IDs allocated for non-contention based access, and as value the associated info

Definition at line 461 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), DoRemoveUe(), and DoSubframeIndication().

◆ m_ccmMacSapProvider

LteCcmMacSapProvider* ns3::LteEnbMac::m_ccmMacSapProvider
private

CCM MAC SAP provider.

Definition at line 412 of file lte-enb-mac.h.

Referenced by DoDispose(), GetLteCcmMacSapProvider(), and LteEnbMac().

◆ m_ccmMacSapUser

LteCcmMacSapUser* ns3::LteEnbMac::m_ccmMacSapUser
private

CCM MAC SAP user.

Definition at line 413 of file lte-enb-mac.h.

Referenced by ReceiveBsrMessage(), and SetLteCcmMacSapUser().

◆ m_cmacSapProvider

LteEnbCmacSapProvider* ns3::LteEnbMac::m_cmacSapProvider
private

the CMAC SAP provider

Definition at line 397 of file lte-enb-mac.h.

Referenced by DoDispose(), GetLteEnbCmacSapProvider(), and LteEnbMac().

◆ m_cmacSapUser

LteEnbCmacSapUser* ns3::LteEnbMac::m_cmacSapUser
private

the CMAC SAP user

Definition at line 399 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), DoCschedUeConfigUpdateInd(), DoSubframeIndication(), and SetLteEnbCmacSapUser().

◆ m_componentCarrierId

uint8_t ns3::LteEnbMac::m_componentCarrierId
private

component carrier Id used to address sap

Definition at line 468 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), DoSchedUlConfigInd(), DoTransmitPdu(), GetTypeId(), ReceiveBsrMessage(), and SetComponentCarrierId().

◆ m_connEstFailCount

uint8_t ns3::LteEnbMac::m_connEstFailCount
private

the counter value for T300 timer expiration

Definition at line 444 of file lte-enb-mac.h.

Referenced by DoGetRachConfig(), and GetTypeId().

◆ m_cschedSapProvider

FfMacCschedSapProvider* ns3::LteEnbMac::m_cschedSapProvider
private

the Csched SAP provider

Definition at line 403 of file lte-enb-mac.h.

Referenced by DoAddLc(), DoAddUe(), DoConfigureMac(), DoReleaseLc(), DoRemoveUe(), DoUeUpdateConfigurationReq(), and SetFfMacCschedSapProvider().

◆ m_cschedSapUser

FfMacCschedSapUser* ns3::LteEnbMac::m_cschedSapUser
private

the CSched SAP user

Definition at line 405 of file lte-enb-mac.h.

Referenced by DoDispose(), GetFfMacCschedSapUser(), and LteEnbMac().

◆ m_dlCqiReceived

std::vector<CqiListElement_s> ns3::LteEnbMac::m_dlCqiReceived
private

DL-CQI received.

Definition at line 380 of file lte-enb-mac.h.

Referenced by DoDispose(), DoSubframeIndication(), and ReceiveDlCqiLteControlMessage().

◆ m_dlInfoListReceived

std::vector<DlInfoListElement_s> ns3::LteEnbMac::m_dlInfoListReceived
private

DL HARQ feedback received.

Definition at line 384 of file lte-enb-mac.h.

Referenced by DoDispose(), DoDlInfoListElementHarqFeeback(), and DoSubframeIndication().

◆ m_dlScheduling

TracedCallback<DlSchedulingCallbackInfo> ns3::LteEnbMac::m_dlScheduling
private

Trace information regarding DL scheduling Frame number, Subframe number, RNTI, MCS of TB1, size of TB1, MCS of TB2 (0 if not present), size of TB2 (0 if not present)

Definition at line 427 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), and GetTypeId().

◆ m_enbPhySapProvider

LteEnbPhySapProvider* ns3::LteEnbMac::m_enbPhySapProvider
private

the ENB Phy SAP provider

Definition at line 408 of file lte-enb-mac.h.

Referenced by DoConfigureMac(), DoSchedDlConfigInd(), DoSchedUlConfigInd(), DoTransmitPdu(), and SetLteEnbPhySapProvider().

◆ m_enbPhySapUser

LteEnbPhySapUser* ns3::LteEnbMac::m_enbPhySapUser
private

the ENB Phy SAP user

Definition at line 409 of file lte-enb-mac.h.

Referenced by DoDispose(), GetLteEnbPhySapUser(), and LteEnbMac().

◆ m_frameNo

uint32_t ns3::LteEnbMac::m_frameNo
private

frame number of current subframe indication

Definition at line 417 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), DoSchedUlConfigInd(), and DoSubframeIndication().

◆ m_macChTtiDelay

uint8_t ns3::LteEnbMac::m_macChTtiDelay
private

delay of MAC, PHY and channel in terms of TTIs

Definition at line 436 of file lte-enb-mac.h.

Referenced by DoConfigureMac(), and DoSubframeIndication().

◆ m_macSapProvider

LteMacSapProvider* ns3::LteEnbMac::m_macSapProvider
private

the MAC SAP provider

Definition at line 396 of file lte-enb-mac.h.

Referenced by DoDispose(), GetLteMacSapProvider(), and LteEnbMac().

◆ m_macSapUser

LteMacSapUser* ns3::LteEnbMac::m_macSapUser
private

the MAC SAP user

Definition at line 398 of file lte-enb-mac.h.

Referenced by SetLteMacSapUser().

◆ m_miDlHarqProcessesPackets

std::map<uint16_t, DlHarqProcessesBuffer_t> ns3::LteEnbMac::m_miDlHarqProcessesPackets
private

Packet under transmission of the DL HARQ process.

Definition at line 439 of file lte-enb-mac.h.

Referenced by DoAddUe(), DoDispose(), DoDlInfoListElementHarqFeeback(), DoRemoveUe(), DoSchedDlConfigInd(), and DoTransmitPdu().

◆ m_numberOfRaPreambles

uint8_t ns3::LteEnbMac::m_numberOfRaPreambles
private

number of RA preambles

Definition at line 441 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), DoGetRachConfig(), and GetTypeId().

◆ m_preambleTransMax

uint8_t ns3::LteEnbMac::m_preambleTransMax
private

preamble transmit maximum

Definition at line 442 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), DoGetRachConfig(), and GetTypeId().

◆ m_rapIdRntiMap

std::map<uint16_t, uint32_t> ns3::LteEnbMac::m_rapIdRntiMap
private

RAPID RNTI map.

Definition at line 465 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), and DoSubframeIndication().

◆ m_raResponseWindowSize

uint8_t ns3::LteEnbMac::m_raResponseWindowSize
private

RA response window size.

Definition at line 443 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), DoGetRachConfig(), and GetTypeId().

◆ m_receivedRachPreambleCount

std::map<uint8_t, uint32_t> ns3::LteEnbMac::m_receivedRachPreambleCount
private

received RACH preamble count

Definition at line 463 of file lte-enb-mac.h.

Referenced by DoReceiveRachPreamble(), DoRemoveUe(), and DoSubframeIndication().

◆ m_rlcAttached

std::map<uint16_t, std::map<uint8_t, LteMacSapUser*> > ns3::LteEnbMac::m_rlcAttached
private

RNTI, LC ID, SAP of the RLC instance.

Definition at line 378 of file lte-enb-mac.h.

Referenced by DoAddLc(), DoAddUe(), DoReceivePhyPdu(), DoReleaseLc(), DoRemoveUe(), and DoSchedDlConfigInd().

◆ m_schedSapProvider

FfMacSchedSapProvider* ns3::LteEnbMac::m_schedSapProvider
private

the Sched SAP provider

Definition at line 402 of file lte-enb-mac.h.

Referenced by DoReportBufferStatus(), DoSubframeIndication(), and SetFfMacSchedSapProvider().

◆ m_schedSapUser

FfMacSchedSapUser* ns3::LteEnbMac::m_schedSapUser
private

the Sched SAP user

Definition at line 404 of file lte-enb-mac.h.

Referenced by DoDispose(), GetFfMacSchedSapUser(), and LteEnbMac().

◆ m_subframeNo

uint32_t ns3::LteEnbMac::m_subframeNo
private

subframe number of current subframe indication

Definition at line 421 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), DoSchedUlConfigInd(), and DoSubframeIndication().

◆ m_ulCeReceived

std::vector<MacCeListElement_s> ns3::LteEnbMac::m_ulCeReceived
private

CE received (BSR up to now)

Definition at line 382 of file lte-enb-mac.h.

Referenced by DoDispose(), DoRemoveUe(), DoReportMacCeToScheduler(), and DoSubframeIndication().

◆ m_ulCqiReceived

std::vector<FfMacSchedSapProvider::SchedUlCqiInfoReqParameters> ns3::LteEnbMac::m_ulCqiReceived
private

UL-CQI received.

Definition at line 381 of file lte-enb-mac.h.

Referenced by DoDispose(), DoSubframeIndication(), and DoUlCqiReport().

◆ m_ulInfoListReceived

std::vector<UlInfoListElement_s> ns3::LteEnbMac::m_ulInfoListReceived
private

UL HARQ feedback received.

Definition at line 386 of file lte-enb-mac.h.

Referenced by DoDispose(), DoSubframeIndication(), and DoUlInfoListElementHarqFeeback().

◆ m_ulScheduling

TracedCallback<uint32_t, uint32_t, uint16_t, uint8_t, uint16_t, uint8_t> ns3::LteEnbMac::m_ulScheduling
private

Trace information regarding UL scheduling Frame number, Subframe number, RNTI, MCS of TB, size of TB, component carrier id.

Definition at line 434 of file lte-enb-mac.h.

Referenced by DoSchedUlConfigInd(), and GetTypeId().


The documentation for this class was generated from the following files: