23 #include "ns3/llc-snap-header.h" 
   24 #include "ns3/simulator.h" 
   25 #include "ns3/callback.h" 
   27 #include "ns3/packet.h" 
   30 #include "ns3/packet-burst.h" 
   34 #include "ns3/uinteger.h" 
   35 #include "ns3/trace-source-accessor.h" 
   36 #include "ns3/pointer.h" 
   56     TypeId (
"ns3::WimaxNetDevice")
 
   59     .SetGroupName (
"Wimax")
 
   63     .AddAttribute (
"Mtu", 
"The MAC-level Maximum Transmission Unit",
 
   70                    "The PHY layer attached to this device.",
 
   73                    MakePointerChecker<WimaxPhy> ())
 
   75     .AddAttribute (
"Channel",
 
   76                    "The channel attached to this device.",
 
   79                    MakePointerChecker<WimaxChannel> ())
 
   82                    "receive/transmit transition gap.",
 
   85                    MakeUintegerChecker<uint16_t> (0, 120))
 
   88                    "transmit/receive transition gap.",
 
   91                    MakeUintegerChecker<uint16_t> (0, 120))
 
   93     .AddAttribute (
"ConnectionManager",
 
   94                    "The connection manager attached to this device.",
 
   98                    MakePointerChecker<ConnectionManager> ())
 
  100     .AddAttribute (
"BurstProfileManager",
 
  101                    "The burst profile manager attached to this device.",
 
  105                    MakePointerChecker<BurstProfileManager> ())
 
  107     .AddAttribute (
"BandwidthManager",
 
  108                    "The bandwidth manager attached to this device.",
 
  112                    MakePointerChecker<BandwidthManager> ())
 
  114     .AddAttribute (
"InitialRangingConnection",
 
  115                    "Initial ranging connection",
 
  118                    MakePointerChecker<WimaxConnection> ())
 
  120     .AddAttribute (
"BroadcastConnection",
 
  121                    "Broadcast connection",
 
  124                    MakePointerChecker<WimaxConnection> ())
 
  126     .AddTraceSource (
"Rx",
 
  129                      "ns3::WimaxNetDevice::TxRxTracedCallback")
 
  131     .AddTraceSource (
"Tx",
 
  134                      "ns3::WimaxNetDevice::TxRxTracedCallback");
 
  309   llcHdr.
SetType (protocolNumber);
 
  359   m_phy->Attach (channel);
 
  379       m_phy->Attach (channel);
 
  534   return m_phy->GetChannel ();
 
  551   llcHdr.
SetType (protocolNumber);
 
  555   return DoSend (packet, from, to, protocolNumber);
 
  586   m_phy->Send (params);
 
  600   uint64_t frequency = 5000;
 
  602   for (uint8_t i = 0; i < 200; i++)
 
  650   NS_FATAL_ERROR (
"Not implemented-- please implement and contribute a patch");
 
uint32_t RemoveHeader(Header &header)
Deserialize and remove the header from the internal buffer. 
 
void SetRtg(uint16_t rtg)
 
Smart pointer class similar to boost::intrusive_ptr. 
 
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
 
uint16_t GetRtg(void) const 
 
NetDevice::PromiscReceiveCallback m_promiscRx
 
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system. 
 
virtual bool DoSend(Ptr< Packet > packet, const Mac48Address &source, const Mac48Address &dest, uint16_t protocolNumber)=0
 
virtual ~WimaxNetDevice(void)
 
bool IsNull(void) const 
Check for null implementation. 
 
Ptr< WimaxConnection > m_broadcastConnection
 
void ForwardUp(Ptr< Packet > packet, const Mac48Address &source, const Mac48Address &dest)
 
Ptr< BurstProfileManager > m_burstProfileManager
 
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name. 
 
Callback< void > m_linkChange
 
Dcd GetCurrentDcd(void) const 
 
Ptr< WimaxConnection > GetBroadcastConnection(void) const 
 
void Receive(Ptr< const PacketBurst > burst)
 
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate. 
 
void(* Time)(Time oldValue, Time newValue)
TracedValue callback signature for Time. 
 
virtual void DoDispose(void)
Destructor implementation. 
 
#define NS_LOG_FUNCTION_NOARGS()
Output the name of the function. 
 
Ptr< ConnectionManager > GetConnectionManager(void) const 
 
a polymophic address class 
 
Ptr< const TraceSourceAccessor > MakeTraceSourceAccessor(T a)
Create a TraceSourceAccessor which will control access to the underlying trace source. 
 
static const uint16_t DEFAULT_MSDU_SIZE
 
virtual bool IsMulticast(void) const 
 
uint32_t GetNrFrames(void) const 
 
virtual Ptr< Channel > GetChannel(void) const 
 
virtual bool SetMtu(const uint16_t mtu)
 
static TypeId GetTypeId(void)
 
virtual Address GetMulticast(void) const 
 
Ptr< const AttributeAccessor > MakePointerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
 
uint16_t GetTtg(void) const 
 
void SetCurrentDcd(Dcd dcd)
 
static Mac48Address GetMulticast(Ipv4Address address)
 
The SendParams class defines the parameters with which Send() function of a particular PHY is called...
 
void SetTtg(uint16_t ttg)
 
static Cid Broadcast(void)
 
Ptr< ConnectionManager > m_connectionManager
 
static Cid InitialRanging(void)
 
Hold an unsigned integer type. 
 
Ptr< WimaxConnection > m_initialRangingConnection
 
virtual void SetIfIndex(const uint32_t index)
 
Introspection did not find any typical Config paths. 
 
std::vector< uint64_t > m_dlChannels
 
virtual Ptr< WimaxChannel > DoGetChannel(void) const 
 
virtual Address GetBroadcast(void) const 
 
static Mac48Address GetBroadcast(void)
 
Ptr< WimaxConnection > GetInitialRangingConnection(void) const 
 
Ptr< BandwidthManager > GetBandwidthManager(void) const 
 
Callback< R > MakeCallback(R(T::*memPtr)(void), OBJ objPtr)
 
static uint32_t m_nrFrames
 
virtual void SetPromiscReceiveCallback(PromiscReceiveCallback cb)
 
virtual void SetConnectionManager(Ptr< ConnectionManager > connectionManager)
 
Introspection did not find any typical Config paths. 
 
Mac48Address GetMacAddress(void) const 
 
#define NS_LOG_LOGIC(msg)
Use NS_LOG to output a message of level LOG_LOGIC. 
 
virtual void DoDispose(void)
Destructor implementation. 
 
static Mac48Address ConvertFrom(const Address &address)
 
virtual uint32_t GetIfIndex(void) const 
 
virtual Ptr< Node > GetNode(void) const 
 
void SetBandwidthManager(Ptr< BandwidthManager > bandwidthManager)
 
virtual Address GetAddress(void) const 
 
Every class exported by the ns3 library is enclosed in the ns3 namespace. 
 
Hold objects of type Ptr. 
 
virtual void SetLinkChangeCallback(Callback< void > callback)
 
virtual bool IsBroadcast(void) const 
 
void SetBurstProfileManager(Ptr< BurstProfileManager > burstProfileManager)
 
TracedCallback< Ptr< const Packet >, const Mac48Address & > m_traceTx
 
Ucd GetCurrentUcd(void) const 
 
void SetMacAddress(Mac48Address address)
 
virtual void DoReceive(Ptr< Packet > packet)=0
 
void SetChannel(Ptr< WimaxChannel > wimaxChannel)
 
void SetPhy(Ptr< WimaxPhy > phy)
 
virtual bool IsLinkUp(void) const 
 
virtual bool Send(Ptr< Packet > packet, const Address &dest, uint16_t protocolNumber)
 
void NotifyPromiscTrace(Ptr< Packet > p)
 
virtual bool SupportsSendFrom(void) const 
 
Ptr< BurstProfileManager > GetBurstProfileManager(void) const 
 
Describes an IPv6 address. 
 
Ipv4 addresses are stored in host order in this class. 
 
virtual void AddLinkChangeCallback(Callback< void > callback)
 
void SetNrFrames(uint32_t nrFrames)
 
virtual bool IsPointToPoint(void) const 
Return true if the net device is on a point-to-point link. 
 
Network layer to device interface. 
 
virtual bool SendFrom(Ptr< Packet > packet, const Address &source, const Address &dest, uint16_t protocolNumber)
 
void SetCurrentUcd(Ucd ucd)
 
virtual uint16_t GetMtu(void) const 
 
void ForwardDown(Ptr< PacketBurst > burst, WimaxPhy::ModulationType modulationType)
 
Ptr< WimaxPhy > GetPhy(void) const 
 
virtual Ptr< Channel > GetPhyChannel(void) const 
 
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG. 
 
Time Seconds(double value)
Construct a Time in the indicated unit. 
 
void CreateDefaultConnections(void)
Creates the initial ranging and broadcast connections. 
 
NetDevice::ReceiveCallback m_forwardUp
 
TracedCallback< Ptr< const Packet >, const Mac48Address & > m_traceRx
 
virtual Address MakeMulticastAddress(Ipv4Address multicastGroup) const 
 
void Attach(Ptr< WimaxChannel > channel)
 
void SetState(uint8_t state)
 
void InitializeChannels(void)
 
virtual std::string GetName(void) const 
 
static const uint16_t MAX_MSDU_SIZE
 
virtual void SetName(const std::string name)
 
virtual void SetAddress(Address address)
Set the address of this interface. 
 
virtual bool IsBridge(void) const 
Return true if the net device is acting as a bridge. 
 
virtual void SetNode(Ptr< Node > node)
 
virtual bool NeedsArp(void) const 
 
Ptr< const AttributeAccessor > MakeUintegerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
 
Ptr< BandwidthManager > m_bandwidthManager
 
a unique identifier for an interface. 
 
TypeId SetParent(TypeId tid)
Set the parent TypeId. 
 
void SetReceiveCallback(void)
 
static Time m_frameStartTime
 
void AddHeader(const Header &header)
Add header to this packet. 
 
uint8_t GetState(void) const 
 
static uint8_t m_direction