23 #ifndef LTE_ENB_NET_DEVICE_H    24 #define LTE_ENB_NET_DEVICE_H    26 #include "ns3/lte-net-device.h"    27 #include "ns3/event-id.h"    28 #include "ns3/mac48-address.h"    29 #include "ns3/traced-callback.h"    30 #include "ns3/nstime.h"    31 #include "ns3/lte-phy.h"    32 #include "ns3/component-carrier-enb.h"    46 class LteHandoverAlgorithm;
    48 class LteFfrAlgorithm;
    49 class LteEnbComponentCarrierManager;
   214   std::map< uint8_t, Ptr<ComponentCarrierBaseStation> >  
GetCcMap (
void) 
const;
   256   std::map < uint8_t, Ptr<ComponentCarrierBaseStation> > 
m_ccMap; 
 uint32_t GetDlEarfcn() const
void SetUlEarfcn(uint32_t earfcn)
virtual bool Send(Ptr< Packet > packet, const Address &dest, uint16_t protocolNumber)
Ptr< LteEnbComponentCarrierManager > GetComponentCarrierManager() const
uint16_t m_ulBandwidth
DEPRECATE - It is maintained for backward compatibility after adding CA feature- uplink bandwidth in ...
uint32_t m_dlEarfcn
DEPRECATE - It is maintained for backward compatibility after adding CA feature- downlink carrier fre...
uint32_t GetCsgId() const
Returns the CSG ID of the eNodeB. 
Ptr< LteEnbComponentCarrierManager > m_componentCarrierManager
the component carrier manager of this eNb 
bool m_isConstructed
is constructed? 
void SetUlBandwidth(uint16_t bw)
a polymophic address class 
void UpdateConfig()
Propagate attributes and configuration to sub-modules. 
uint16_t GetCellId() const
Ptr< LteEnbRrc > m_rrc
the RRC 
virtual void DoInitialize(void)
Initialize() implementation. 
Ptr< LteEnbPhy > GetPhy(void) const
uint16_t GetUlBandwidth() const
static TypeId GetTypeId(void)
Get the type ID. 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
void SetDlBandwidth(uint16_t bw)
Ptr< LteFfrAlgorithm > m_ffrAlgorithm
DEPRECATED - It is maintained for backward compatibility after adding CA feature. ...
uint32_t GetUlEarfcn() const
void SetDlEarfcn(uint32_t earfcn)
virtual void DoDispose(void)
Destructor implementation. 
void SetCcMap(std::map< uint8_t, Ptr< ComponentCarrierBaseStation > > ccm)
Set the ComponentCarrier Map of the Enb. 
void SetCsgIndication(bool csgIndication)
Enable or disable the CSG indication flag. 
uint16_t GetDlBandwidth() const
uint32_t m_ulEarfcn
DEPRECATE - It is maintained for backward compatibility after adding CA feature- uplink carrier frequ...
bool m_csgIndication
CSG indication. 
bool m_isConfigured
is configured? 
Ptr< LteEnbMac > GetMac(void) const
std::map< uint8_t, Ptr< ComponentCarrierBaseStation > > m_ccMap
ComponentCarrier map. 
Ptr< LteHandoverAlgorithm > m_handoverAlgorithm
the handover algorithm 
uint16_t m_cellId
Cell Identifier. 
void SetCsgId(uint32_t csgId)
Associate the eNodeB device with a particular CSG. 
virtual ~LteEnbNetDevice(void)
LteNetDevice provides basic implementation for all LTE network devices. 
std::map< uint8_t, Ptr< ComponentCarrierBaseStation > > GetCcMap(void) const
The eNodeB device implementation. 
bool GetCsgIndication() const
Returns the CSG indication flag of the eNodeB. 
a unique identifier for an interface. 
Ptr< LteEnbRrc > GetRrc() const
bool HasCellId(uint16_t cellId) const
uint16_t m_dlBandwidth
DEPRECATE - It is maintained for backward compatibility after adding CA feature- downlink bandwidth i...