ns-3
ns3::UeMacEntity Class Reference

#include <ue-mac-entity.h>

Inheritance diagram for ns3::UeMacEntity:
Collaboration diagram for ns3::UeMacEntity:

List of all members.

Public Member Functions

Ptr< CqiIdealControlMessage > CreateCqiFeedbacks (std::vector< double > sinr)
 Create CQI feedbacks from SINR values. SINR values are computed at the physical layer when is received a signal from the eNB.

Static Public Member Functions

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

Detailed Description

This class implements the MAC layer of the UE device


Member Function Documentation

Ptr< CqiIdealControlMessage > ns3::UeMacEntity::CreateCqiFeedbacks ( std::vector< double >  sinr)

Create CQI feedbacks from SINR values. SINR values are computed at the physical layer when is received a signal from the eNB.

Parameters:
sinrlist of SINR values

References ns3::MacEntity::GetAmcModule(), ns3::MacEntity::GetDevice(), ns3::Object::GetObject(), and NS_LOG_FUNCTION.

TypeId ns3::UeMacEntity::GetTypeId ( void  ) [static]

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

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

  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::MacEntity/$ns3::UeMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice/Phy/$ns3::UeMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::MacEntity/$ns3::UeMacEntity
  • /NodeList/[i]/DeviceList/[i]/$ns3::NonCommunicatingNetDevice/Phy/$ns3::UeMacEntity

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

Reimplemented from ns3::MacEntity.

References ns3::TypeId::SetParent().


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