A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::LteSimpleNetDevice Class Reference

#include <lte-simple-net-device.h>

+ Inheritance diagram for ns3::LteSimpleNetDevice:
+ Collaboration diagram for ns3::LteSimpleNetDevice:

Public Member Functions

 LteSimpleNetDevice (void)
 LteSimpleNetDevice (Ptr< Node > node)
virtual ~LteSimpleNetDevice (void)
virtual void DoDispose ()
virtual bool Send (Ptr< Packet > packet, const Address &dest, uint16_t protocolNumber)
- Public Member Functions inherited from ns3::SimpleNetDevice
 SimpleNetDevice ()
virtual void AddLinkChangeCallback (Callback< void > callback)
virtual Address GetAddress (void) const
virtual Address GetBroadcast (void) const
virtual Ptr< ChannelGetChannel (void) const
virtual uint32_t GetIfIndex (void) const
virtual uint16_t GetMtu (void) const
virtual Address GetMulticast (Ipv4Address multicastGroup) const
 Make and return a MAC multicast address using the provided multicast group.
virtual Address GetMulticast (Ipv6Address addr) const
 Get the MAC multicast address corresponding to the IPv6 address provided.
virtual Ptr< NodeGetNode (void) const
virtual bool IsBridge (void) const
 Return true if the net device is acting as a bridge.
virtual bool IsBroadcast (void) const
virtual bool IsLinkUp (void) const
virtual bool IsMulticast (void) const
virtual bool IsPointToPoint (void) const
 Return true if the net device is on a point-to-point link.
virtual bool NeedsArp (void) const
void Receive (Ptr< Packet > packet, uint16_t protocol, Mac48Address to, Mac48Address from)
virtual bool SendFrom (Ptr< Packet > packet, const Address &source, const Address &dest, uint16_t protocolNumber)
virtual void SetAddress (Address address)
void SetChannel (Ptr< SimpleChannel > channel)
virtual void SetIfIndex (const uint32_t index)
virtual bool SetMtu (const uint16_t mtu)
virtual void SetNode (Ptr< Node > node)
virtual void SetPromiscReceiveCallback (PromiscReceiveCallback cb)
virtual void SetReceiveCallback (NetDevice::ReceiveCallback cb)
void SetReceiveErrorModel (Ptr< ErrorModel > em)
virtual bool SupportsSendFrom (void) const
- Public Member Functions inherited from ns3::NetDevice
virtual ~NetDevice ()
- Public Member Functions inherited from ns3::Object
 Object ()
virtual ~Object ()
void AggregateObject (Ptr< Object > other)
void Dispose (void)
AggregateIterator GetAggregateIterator (void) const
virtual TypeId GetInstanceTypeId (void) const
template<typename T >
Ptr< T > GetObject (void) const
template<typename T >
Ptr< T > GetObject (TypeId tid) const
void Start (void)
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount ()
 SimpleRefCount (const SimpleRefCount &o)
uint32_t GetReferenceCount (void) const
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
void GetAttribute (std::string name, AttributeValue &value) const
bool GetAttributeFailSafe (std::string name, AttributeValue &attribute) const
void SetAttribute (std::string name, const AttributeValue &value)
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)

Static Public Member Functions

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

Protected Member Functions

virtual void DoStart (void)

Additional Inherited Members

- Public Types inherited from ns3::NetDevice
enum  PacketType {
  PACKET_HOST = 1, NS3_PACKET_HOST = PACKET_HOST, PACKET_BROADCAST, NS3_PACKET_BROADCAST = PACKET_BROADCAST,
  PACKET_MULTICAST, NS3_PACKET_MULTICAST = PACKET_MULTICAST, PACKET_OTHERHOST, NS3_PACKET_OTHERHOST = PACKET_OTHERHOST
}
typedef Callback< bool, Ptr
< NetDevice >, Ptr< const
Packet >, uint16_t, const
Address &, const Address
&, enum PacketType
PromiscReceiveCallback
typedef Callback< bool, Ptr
< NetDevice >, Ptr< const
Packet >, uint16_t, const
Address & > 
ReceiveCallback

Detailed Description

The LteSimpleNetDevice class implements the LTE simple net device

Definition at line 38 of file lte-simple-net-device.h.

Constructor & Destructor Documentation

ns3::LteSimpleNetDevice::LteSimpleNetDevice ( void  )

Definition at line 47 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION.

ns3::LteSimpleNetDevice::LteSimpleNetDevice ( Ptr< Node node)

Definition at line 53 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION, and ns3::SimpleNetDevice::SetNode().

+ Here is the call graph for this function:

ns3::LteSimpleNetDevice::~LteSimpleNetDevice ( void  )
virtual

Definition at line 59 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

void ns3::LteSimpleNetDevice::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::SimpleNetDevice.

Definition at line 65 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION.

void ns3::LteSimpleNetDevice::DoStart ( void  )
protectedvirtual

This method is called only once by Object::Start. If the user calls Object::Start multiple times, DoStart is called only the first time.

Subclasses are expected to override this method and chain up to their parent's implementation once they are done. It is safe to call GetObject and AggregateObject from within this method.

Reimplemented from ns3::Object.

Definition at line 73 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION.

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

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

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

  • /NodeList/[i]/DeviceList/[i]/$ns3::SimpleNetDevice

Attributes defined for this type:

TraceSources defined for this type:

  • PhyRxDrop: Trace source indicating a packet has been dropped by the device during reception

Reimplemented from ns3::SimpleNetDevice.

Definition at line 34 of file lte-simple-net-device.cc.

References ns3::TypeId::SetParent().

Referenced by ns3::LteSimpleHelper::LteSimpleHelper().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool ns3::LteSimpleNetDevice::Send ( Ptr< Packet packet,
const Address dest,
uint16_t  protocolNumber 
)
virtual
Parameters
packetpacket sent from above down to Network Device
destmac address of the destination (already resolved)
protocolNumberidentifies the type of payload contained in this packet. Used to call the right L3Protocol when the packet is received.

Called from higher layer to send packet into Network Device to the specified destination Address

Returns
whether the Send operation succeeded

Reimplemented from ns3::SimpleNetDevice.

Definition at line 79 of file lte-simple-net-device.cc.

References NS_LOG_FUNCTION.


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