ns3::EnbMacEntity Class Reference

#include <enb-mac-entity.h>

Inheritance diagram for ns3::EnbMacEntity:
Inheritance graph
[legend]
Collaboration diagram for ns3::EnbMacEntity:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void DoDispose (void)
void SetUplinkPacketScheduler (Ptr< PacketScheduler > s)
 Set the uplink packet scheduler.
void SetDownlinkPacketScheduler (Ptr< PacketScheduler > s)
 Set the downlink packet scheduler.
Ptr< PacketSchedulerGetUplinkPacketScheduler (void)
 Get the uplink packet scheduler.
Ptr< PacketSchedulerGetDownlinkPacketScheduler (void)
 Get the downlink packet scheduler.
void ReceiveCqiIdealControlMessage (Ptr< CqiIdealControlMessage > msg)
 Receive a CQI ideal control message.
void SendPdcchMapIdealControlMessage (Ptr< PdcchMapIdealControlMessage > msg)
 Send the PDCCH control message.

Static Public Member Functions

static TypeId GetTypeId (void)
 This method returns the TypeId associated to ns3::EnbMacEntity.

Detailed Description

This class implements the MAC layer of the eNodeB device


Member Function Documentation

virtual void ns3::EnbMacEntity::DoDispose ( void   )  [virtual]

This method is called by Object::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::MacEntity.

Ptr<PacketScheduler> ns3::EnbMacEntity::GetDownlinkPacketScheduler ( void   ) 

Get the downlink packet scheduler.

Returns:
the pointer to the downlink packet scheduler
static TypeId ns3::EnbMacEntity::GetTypeId ( void   )  [static]

This method returns the TypeId associated to ns3::EnbMacEntity.

This object is accessible through the following paths with Config::Set and Config::Connect:

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/LinkManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/SSManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/Classifier/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/NoiseModel/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Channel/PropagationModel/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Phy/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Transducer/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/BsIpcsPacketClassifier/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/LinkManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/SSManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::BaseStationNetDevice/ServiceFlowManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/Classifier/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/LinkManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/$ns3::SubscriberStationNetDevice/SSScheduler/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BandwidthManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/BurstProfileManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/NoiseModel/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Channel/$ns3::UanChannel/PropagationModel/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/ConnectionManager/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/NoiseModel/$ns3::MacEntity/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::EnbMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::WimaxNetDevice/Phy/Channel/$ns3::UanChannel/PropagationModel/$ns3::MacEntity/$ns3::EnbMacEntity

No Attributes defined for this type.
No TraceSources defined for this type.

Reimplemented from ns3::MacEntity.

Ptr<PacketScheduler> ns3::EnbMacEntity::GetUplinkPacketScheduler ( void   ) 

Get the uplink packet scheduler.

Returns:
the pointer to the uplink packet scheduler
void ns3::EnbMacEntity::ReceiveCqiIdealControlMessage ( Ptr< CqiIdealControlMessage msg  ) 

Receive a CQI ideal control message.

Parameters:
msg the message
void ns3::EnbMacEntity::SendPdcchMapIdealControlMessage ( Ptr< PdcchMapIdealControlMessage msg  ) 

Send the PDCCH control message.

Parameters:
msg the message
void ns3::EnbMacEntity::SetDownlinkPacketScheduler ( Ptr< PacketScheduler s  ) 

Set the downlink packet scheduler.

Parameters:
s the packet scheduler for the downlink
void ns3::EnbMacEntity::SetUplinkPacketScheduler ( Ptr< PacketScheduler s  ) 

Set the uplink packet scheduler.

Parameters:
s the packet scheduler for the uplink

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

Generated on 6 Jan 2011 for NS-3 by  doxygen 1.6.1