22 #include "ns3/boolean.h"
23 #include "ns3/icmpv6-l4-protocol.h"
24 #include "ns3/inet6-socket-address.h"
25 #include "ns3/internet-stack-helper.h"
26 #include "ns3/ipv6-address-helper.h"
29 #include "ns3/simulator.h"
30 #include "ns3/sixlowpan-header.h"
31 #include "ns3/sixlowpan-helper.h"
32 #include "ns3/sixlowpan-net-device.h"
33 #include "ns3/socket-factory.h"
34 #include "ns3/socket.h"
109 void DoRun()
override;
114 :
TestCase(
"Sixlowpan IPHC stateful implementation")
128 incomingPkt.
src = source;
129 incomingPkt.
dst = destination;
135 uint32_t
id = mockDev->GetNode()->GetId();
136 Simulator::ScheduleWithContext(
id,
138 &MockNetDevice::Receive,
159 incomingPkt.
src = source;
160 incomingPkt.
dst = destination;
180 device->Send(pkt,
Mac48Address(
"00:00:00:00:00:02"), 0);
192 mockNetDevice0->SetNode(
nodes.
Get(0));
193 mockNetDevice0->SetAddress(
Mac48Address(
"00:00:00:00:00:01"));
194 mockNetDevice0->SetMtu(150);
195 mockNetDevice0->SetSendCallback(
202 mockNetDevice1->SetNode(
nodes.
Get(1));
203 mockNetDevice1->SetAddress(
Mac48Address(
"00:00:00:00:00:02"));
204 mockNetDevice1->SetMtu(150);
228 ipv6L3->SetAttribute(
"SendIcmpv6Redirect",
BooleanValue(
false));
242 Ipv6Address::MakeAutoconfiguredAddress(
Mac48Address(
"00:00:00:00:00:02"),
245 Simulator::Schedule(
Seconds(1),
249 Ipv6Address::GetAny(),
252 Simulator::Schedule(
Seconds(2),
259 Simulator::Schedule(
Seconds(3),
266 Simulator::Schedule(
Seconds(4),
276 Simulator::Destroy();
288 SixLowPanIphc::HC_INLINE,
289 "SAM should be HC_INLINE, it is not");
295 SixLowPanIphc::HC_COMPR_0,
296 "DAM should be HC_COMPR_0, it is not");
301 Ipv6Address::GetAny(),
302 "Src address wrongly rebuilt");
310 SixLowPanIphc::HC_COMPR_64,
311 "SAM should be HC_COMPR_64, it is not");
317 SixLowPanIphc::HC_COMPR_16,
318 "DAM should be HC_COMPR_16, it is not");
324 "Src address wrongly rebuilt");
327 "Dst address wrongly rebuilt");
334 SixLowPanIphc::HC_COMPR_16,
335 "SAM should be HC_COMPR_16, it is not");
341 SixLowPanIphc::HC_COMPR_64,
342 "DAM should be HC_COMPR_64, it is not");
348 "Src address wrongly rebuilt");
351 "Dst address wrongly rebuilt");
358 SixLowPanIphc::HC_COMPR_0,
359 "SAM should be HC_COMPR_0, it is not");
365 SixLowPanIphc::HC_COMPR_64,
366 "DAM should be HC_COMPR_64, it is not");
373 "Dst address wrongly rebuilt");
393 :
TestSuite(
"sixlowpan-iphc-stateful", UNIT)
6LoWPAN IPHC stateful compression Test
std::vector< Data > m_txPackets
Transmitted packets.
bool ReceiveFromMockDevice(Ptr< NetDevice > device, Ptr< const Packet > packet, uint16_t protocol, const Address &source, const Address &destination, NetDevice::PacketType packetType)
Receive from a MockDevice.
void DoRun() override
Implementation to actually run this TestCase.
bool PromiscReceiveFromSixLowPanDevice(Ptr< NetDevice > device, Ptr< const Packet > packet, uint16_t protocol, const Address &source, const Address &destination, NetDevice::PacketType packetType)
Promiscuous receive from a SixLowPanNetDevice.
NetDeviceContainer m_mockDevices
MockNetDevice container.
std::vector< Data > m_rxPackets
Received packets.
void SendOnePacket(Ptr< NetDevice > device, Ipv6Address from, Ipv6Address to)
Send one packet.
SixlowpanIphcStatefulImplTest()
NetDeviceContainer m_sixDevices
SixLowPanNetDevice container.
SixlowpanIphcStatefulTestSuite()
a polymophic address class
An implementation of the ICMPv6 protocol.
aggregate IP/TCP/UDP functionality to existing Nodes.
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
Helper class to auto-assign global IPv6 unicast addresses.
void SetBase(Ipv6Address network, Ipv6Prefix prefix, Ipv6Address base=Ipv6Address("::1"))
Set the base network number, network prefix, and base interface ID.
Ipv6InterfaceContainer Assign(const NetDeviceContainer &c)
Allocate an Ipv6InterfaceContainer with auto-assigned addresses.
Describes an IPv6 address.
Keep track of a set of IPv6 interfaces.
Ipv6Address GetAddress(uint32_t i, uint32_t j) const
Get the address for the specified index.
IPv6 layer implementation.
Describes an IPv6 prefix.
holds a vector of ns3::NetDevice pointers
void Add(NetDeviceContainer other)
Append the contents of another NetDeviceContainer to the end of this container.
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr<NetDevice> stored in this container at a given index.
PacketType
Packet types are used as they are in Linux.
keep track of a set of node pointers.
Iterator End() const
Get an iterator which indicates past-the-last Node in the container.
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
Iterator Begin() const
Get an iterator which refers to the first Node in the container.
Ptr< Node > Get(uint32_t i) const
Get the Ptr<Node> stored in this container at a given index.
uint32_t AddDevice(Ptr< NetDevice > device)
Associate a NetDevice to this node.
void AddHeader(const Header &header)
Add header to this packet.
Ptr< Packet > Copy() const
performs a COW copy of the packet.
Setup a sixlowpan stack to be used as a shim between IPv6 and a generic NetDevice.
NetDeviceContainer Install(NetDeviceContainer c)
Install the SixLoWPAN stack on top of an existing NetDevice.
void AddContext(NetDeviceContainer c, uint8_t contextId, Ipv6Prefix context, Time validity)
Adds a compression Context to a set of NetDevices.
LOWPAN_IPHC base Encoding - see RFC 6282.
bool GetSac() const
Get the SAC (Source Address Compression) compression.
HeaderCompression_e GetDam() const
Get the DAM (Destination Address Mode) compression.
bool GetDac() const
Get the DAC (Destination Address Compression) compression.
bool GetM() const
Get the M (Multicast) compression.
HeaderCompression_e GetSam() const
Get the SAM (Source Address Mode) compression.
bool GetCid() const
Get the CID (Context Identifier Extension) compression.
uint8_t GetSrcContextId() const
Get the SrcContextId.
uint8_t GetDstContextId() const
Get the DstContextId.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
#define NS_TEST_EXPECT_MSG_EQ(actual, limit, msg)
Test that an actual and expected (limit) value are equal and report if not.
Time Seconds(double value)
Construct a Time in the indicated unit.
Time Minutes(double value)
Construct a Time in the indicated unit.
void SendOnePacket(Ptr< LrWpanPhy > sender, Ptr< LrWpanPhy > receiver)
Send one packet.
void(* Time)(Time oldValue, Time newValue)
TracedValue callback signature for Time.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Callback< R, Args... > MakeCallback(R(T::*memPtr)(Args...), OBJ objPtr)
Build Callbacks for class method members which take varying numbers of arguments and potentially retu...
static SixlowpanIphcStatefulTestSuite g_sixlowpanIphcStatefulTestSuite
Static variable for test initialization.
Structure to hold the Rx/Tx packets.
Address dst
Destination address.
Address src
Source address.
Ptr< Packet > packet
Packet data.