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...
 
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 (uint8_t ulBandwidth, uint8_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 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...
 
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< uint8_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, lcid, 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: 50
    • 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
  • 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

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.

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

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

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

References NS_LOG_FUNCTION.

Member Function Documentation

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 845 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_direction, 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::LogicalChannelConfigListElement_s::m_qosBearerType, 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:

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

Configure MAC function.

Parameters
ulBandwidththe UL bandwidth
dlBandwidththe DL bandwidth

Definition at line 783 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:

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

CSched Cell Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedCellConfigCnfParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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

CSched Cell Config Update Indication function.

Parameters
paramsFfMacCschedSapUser::CschedCellConfigUpdateIndParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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

CSched LC Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedLcConfigCnfParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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

CSched LC Release configure function.

Parameters
paramsFfMacCschedSapUser::CschedLcReleaseCnfParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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

CSched UE Config configure function.

Parameters
paramsFfMacCschedSapUser::CschedUeConfigCnfParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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

CSched UE Release configure function.

Parameters
paramsFfMacCschedSapUser::CschedUeReleaseCnfParameters

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

References NS_LOG_FUNCTION.

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

+ Here is the caller graph for this function:

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 overriden 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 396 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.

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

Receive a DL CQI ideal control message.

Parameters
msgthe DL CQI message

Definition at line 644 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:

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

legacy public for use the Phy callback

Parameters
ppacket

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

References ns3::LteRadioBearerTag::GetLcid(), ns3::LteRadioBearerTag::GetRnti(), m_rlcAttached, NS_ASSERT_MSG, NS_LOG_FUNCTION, and ns3::Packet::RemovePacketTag().

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Receive RACH Preamble function.

Parameters
prachIdPRACH ID number

Definition at line 669 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:

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

Reconfigure LC function.

Parameters
lcinfothe LC info

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

References NS_FATAL_ERROR.

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

+ Here is the caller graph for this function:

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

Release LC function.

Parameters
rntithe RNTI
lcidthe LCID

Definition at line 898 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:

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

Remove UE function.

Parameters
rntithe RNTI

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

References ns3::FfMacCschedSapProvider::CschedUeReleaseReq(), m_cschedSapProvider, m_miDlHarqProcessesPackets, m_rlcAttached, ns3::FfMacCschedSapProvider::CschedUeReleaseReqParameters::m_rnti, and NS_LOG_FUNCTION.

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

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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

Report MAC CE to scheduler.

Parameters
bsrthe BSR

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

References m_ulCeReceived, NS_LOG_DEBUG, and NS_LOG_FUNCTION.

void ns3::LteEnbMac::DoSchedUlConfigInd ( FfMacSchedSapUser::SchedUlConfigIndParameters  params)
private
void ns3::LteEnbMac::DoSubframeIndication ( uint32_t  frameNo,
uint32_t  subframeNo 
)
private

Subrame Indication function.

Parameters
frameNoframe number
subframeNosubframe number

Definition at line 496 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:

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

UL Info List ELements HARQ Feedback function.

Parameters
paramsUlInfoListElement_s

Definition at line 1237 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:

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

Get the control scheduler SAP user.

Returns
a pointer to the control scheduler SAP user

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

References m_cschedSapUser.

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

Get the scheduler SAP user.

Returns
a pointer to the SAP user of the scheduler

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

References m_schedSapUser.

LteCcmMacSapProvider * ns3::LteEnbMac::GetLteCcmMacSapProvider ( )

Get the eNB-ComponentCarrierManager SAP User.

Returns
a pointer to the SAP User of the ComponentCarrierManager

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

References m_ccmMacSapProvider.

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

Get the control MAC SAP provider.

Returns
a pointer to the control MAC SAP provider

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

References m_cmacSapProvider.

LteEnbPhySapUser * ns3::LteEnbMac::GetLteEnbPhySapUser ( )

Get the eNB-PHY SAP User.

Returns
a pointer to the SAP User of the PHY

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

References m_enbPhySapUser.

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

Get the MAC SAP provider.

Returns
a pointer to the SAP provider of the MAC

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

References m_macSapProvider.

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

Get the type ID.

Returns
the object TypeId

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

References m_componentCarrierId, m_dlScheduling, m_numberOfRaPreambles, m_preambleTransMax, m_raResponseWindowSize, m_ulScheduling, ns3::MakeTraceSourceAccessor(), ns3::MakeUintegerAccessor(), and ns3::TypeId::SetParent().

+ Here is the call graph for this function:

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

Receive a CE element containing the buffer status report.

Parameters
bsrthe BSR message

Definition at line 705 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:

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

Receive a DL CQI ideal control message.

Parameters
msgthe DL CQI message

Definition at line 692 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 call graph for this function:

+ Here is the caller graph for this function:

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

Set the component carrier ID.

Parameters
indexthe component carrier ID

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

References m_componentCarrierId.

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

Set the control scheduler SAP provider.

Parameters
sa pointer to the control scheduler SAP provider

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

References m_cschedSapProvider.

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

Set the scheduler SAP provider.

Parameters
sa pointer SAP provider of the FF packet scheduler

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

References m_schedSapProvider.

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

Set the ComponentCarrierManager SAP user.

Parameters
sa pointer to the ComponentCarrierManager provider

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

References m_ccmMacSapUser.

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

Set the control MAC SAP user.

Parameters
sa pointer to the control MAC SAP user

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

References m_cmacSapUser.

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

Set the PHY SAP Provider.

Parameters
sa pointer to the PHY SAP provider

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

References m_enbPhySapProvider.

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

Set the MAC SAP user.

Parameters
sa pointer to the MAC SAP user

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

References m_macSapUser.

Friends And Related Function Documentation

friend class EnbMacMemberFfMacCschedSapUser
friend

allow EnbMacMemberFfMacCschedSapUser class friend access

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

Referenced by LteEnbMac().

friend class EnbMacMemberFfMacSchedSapUser
friend

allow EnbMacMemberFfMacSchedSapUser class friend access

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

Referenced by LteEnbMac().

friend class EnbMacMemberLteEnbCmacSapProvider
friend

allow EnbMacMemberLteEnbCmacSapProvider class friend access

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

Referenced by LteEnbMac().

friend class EnbMacMemberLteEnbPhySapUser
friend

allow EnbMacMemberLteEnbPhySapUser class friend access

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

Referenced by LteEnbMac().

friend class EnbMacMemberLteMacSapProvider< LteEnbMac >
friend

allow EnbMacMemberLteMacSapProvider<LteEnbMac> class friend access

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

friend class MemberLteCcmMacSapProvider< LteEnbMac >
friend

allow MemberLteCcmMacSapProvider<LteEnbMac> class friend access

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

Member Data Documentation

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 449 of file lte-enb-mac.h.

Referenced by DoAllocateNcRaPreamble(), and DoSubframeIndication().

LteCcmMacSapProvider* ns3::LteEnbMac::m_ccmMacSapProvider
private

CCM MAC SAP provider.

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

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

LteCcmMacSapUser* ns3::LteEnbMac::m_ccmMacSapUser
private

CCM MAC SAP user.

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

Referenced by ReceiveBsrMessage(), and SetLteCcmMacSapUser().

LteEnbCmacSapProvider* ns3::LteEnbMac::m_cmacSapProvider
private

the CMAC SAP provider

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

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

LteEnbCmacSapUser* ns3::LteEnbMac::m_cmacSapUser
private

the CMAC SAP user

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

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

uint8_t ns3::LteEnbMac::m_componentCarrierId
private

component carrier Id used to address sap

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

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

FfMacCschedSapProvider* ns3::LteEnbMac::m_cschedSapProvider
private

the Csched SAP provider

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

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

FfMacCschedSapUser* ns3::LteEnbMac::m_cschedSapUser
private

the CSched SAP user

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

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

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

DL-CQI received.

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

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

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

DL HARQ feedback received.

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

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

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 416 of file lte-enb-mac.h.

Referenced by DoSchedDlConfigInd(), and GetTypeId().

LteEnbPhySapProvider* ns3::LteEnbMac::m_enbPhySapProvider
private

the ENB Phy SAP provider

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

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

LteEnbPhySapUser* ns3::LteEnbMac::m_enbPhySapUser
private

the ENB Phy SAP user

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

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

uint32_t ns3::LteEnbMac::m_frameNo
private

frame number of current subframe indication

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

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

uint8_t ns3::LteEnbMac::m_macChTtiDelay
private

delay of MAC, PHY and channel in terms of TTIs

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

Referenced by DoConfigureMac(), and DoSubframeIndication().

LteMacSapProvider* ns3::LteEnbMac::m_macSapProvider
private

the MAC SAP provider

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

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

LteMacSapUser* ns3::LteEnbMac::m_macSapUser
private

the MAC SAP user

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

Referenced by SetLteMacSapUser().

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

Packet under transmission of the DL HARQ process.

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

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

uint8_t ns3::LteEnbMac::m_numberOfRaPreambles
private

number of RA preambles

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

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

uint8_t ns3::LteEnbMac::m_preambleTransMax
private

preamble transmit maximum

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

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

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

RAPID RNTI map.

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

Referenced by DoSchedDlConfigInd(), and DoSubframeIndication().

uint8_t ns3::LteEnbMac::m_raResponseWindowSize
private

RA response window size.

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

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

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

received RACH preamble count

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

Referenced by DoReceiveRachPreamble(), and DoSubframeIndication().

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

rnti, lcid, SAP of the RLC instance

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

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

FfMacSchedSapProvider* ns3::LteEnbMac::m_schedSapProvider
private

the Sched SAP provider

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

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

FfMacSchedSapUser* ns3::LteEnbMac::m_schedSapUser
private

the Sched SAP user

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

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

uint32_t ns3::LteEnbMac::m_subframeNo
private

subframe number of current subframe indication

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

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

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

CE received (BSR up to now)

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

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

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

UL-CQI received.

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

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

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

UL HARQ feedback received.

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

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

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 423 of file lte-enb-mac.h.

Referenced by DoSchedUlConfigInd(), and GetTypeId().


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