|
A Discrete-Event Network Simulator
|
API
|
Go to the documentation of this file.
27 #include "ns3/simulator.h"
30 #include "ns3/point-to-point-epc-helper.h"
31 #include "ns3/epc-enb-application.h"
32 #include "ns3/packet-sink-helper.h"
33 #include "ns3/point-to-point-helper.h"
34 #include "ns3/csma-helper.h"
35 #include "ns3/internet-stack-helper.h"
36 #include "ns3/ipv4-address-helper.h"
37 #include "ns3/inet-socket-address.h"
38 #include "ns3/packet-sink.h"
39 #include <ns3/ipv4-static-routing-helper.h>
40 #include <ns3/ipv4-static-routing.h>
41 #include <ns3/ipv4-interface.h>
42 #include <ns3/mac48-address.h>
43 #include "ns3/seq-ts-header.h"
44 #include "ns3/eps-bearer-tag.h"
45 #include "ns3/arp-cache.h"
46 #include "ns3/boolean.h"
47 #include "ns3/uinteger.h"
48 #include "ns3/config.h"
96 virtual void DoDispose (
void);
99 virtual void StartApplication (
void);
100 virtual void StopApplication (
void);
130 static TypeId tid =
TypeId (
"ns3::EpsBearerTagUdpClient")
132 .AddConstructor<EpsBearerTagUdpClient> ()
133 .AddAttribute (
"MaxPackets",
134 "The maximum number of packets the application will send",
137 MakeUintegerChecker<uint32_t> ())
138 .AddAttribute (
"Interval",
142 .AddAttribute (
"RemoteAddress",
143 "The destination Ipv4Address of the outbound packets",
147 .AddAttribute (
"RemotePort",
"The destination port of the outbound packets",
150 MakeUintegerChecker<uint16_t> ())
151 .AddAttribute (
"PacketSize",
152 "Size of packets generated. The minimum packet size is 12 bytes which is the size of the header carrying the sequence number and the time stamp.",
155 MakeUintegerChecker<uint32_t> ())
196 Application::DoDispose ();
206 TypeId tid = TypeId::LookupByName (
"ns3::UdpSocketFactory");
274 UeUlTestData (uint32_t
n, uint32_t s, uint16_t r, uint8_t l);
301 std::vector<UeUlTestData>
ues;
324 virtual void DoRun (
void);
350 remoteHostContainer.
Create (1);
353 internet.
Install (remoteHostContainer);
360 ipv4h.
SetBase (
"1.0.0.0",
"255.0.0.0");
372 uint16_t udpSinkPort = 1234;
375 uint16_t cellIdCounter = 0;
376 uint64_t imsiCounter = 0;
378 for (std::vector<EnbUlTestData>::iterator enbit =
m_enbUlTestData.begin ();
389 uint16_t cellId = ++cellIdCounter;
392 ues.
Create (enbit->ues.size ());
405 epcHelper->
AddEnb (enb, enbDevice, cellId);
409 NS_ASSERT_MSG (enbApp != 0,
"cannot retrieve EpcEnbApplication");
420 for (uint32_t u = 0; u < ues.
GetN (); ++u)
450 arpCacheEntry->
SetMacAddress (Mac48Address::GetBroadcast ());
470 clientApp.
Add (client);
473 enbit->ues[u].clientApp = client;
475 uint64_t imsi = ++imsiCounter;
476 epcHelper->
AddUe (ueLteDevice, imsi);
479 &EpcEnbS1SapProvider::InitialUeMessage,
489 for (std::vector<EnbUlTestData>::iterator enbit =
m_enbUlTestData.begin ();
493 for (std::vector<UeUlTestData>::iterator ueit = enbit->ues.begin ();
494 ueit < enbit->ues.end ();
497 NS_TEST_ASSERT_MSG_EQ (ueit->serverApp->GetTotalRx (), (ueit->numPkts) * (ueit->pktSize),
"wrong total received bytes");
501 Simulator::Destroy ();
521 std::vector<EnbUlTestData> v1;
524 e1.
ues.push_back (f1);
529 std::vector<EnbUlTestData> v2;
532 e2.
ues.push_back (f2_1);
534 e2.
ues.push_back (f2_2);
539 std::vector<EnbUlTestData> v3;
547 e3.
ues.push_back (f3_1);
549 e3.
ues.push_back (f3_2);
551 e3.
ues.push_back (f3_2);
552 std::vector<EnbUlTestData> v4;
558 std::vector<EnbUlTestData> v5;
561 e5.
ues.push_back (f5);
565 std::vector<EnbUlTestData> v6;
568 e6.
ues.push_back (f6);
572 std::vector<EnbUlTestData> v7;
575 e7.
ues.push_back (f7);
579 std::vector<EnbUlTestData> v8;
582 e8.
ues.push_back (f8);
holds a vector of ns3::NetDevice pointers
a unique identifier for an interface.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
AttributeValue implementation for DataRate.
Ptr< Application > Get(uint32_t i) const
Get the Ptr<Application> stored in this container at a given index.
void Send(void)
Send function.
void AddTestCase(TestCase *testCase, TestDuration duration=QUICK)
Add an individual child TestCase to this test suite.
Ptr< Application > GetApplication(uint32_t index) const
Retrieve the index-th Application associated to this node.
void ScheduleTransmit(Time dt)
Schedule transmit function.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file,...
Ptr< const AttributeChecker > MakeTimeChecker(const Time min, const Time max)
Helper to make a Time checker with bounded range.
AttributeValue implementation for Boolean.
This application is installed inside eNBs and provides the bridge functionality for user data plane p...
virtual int Bind(const Address &address)=0
Allocate a local endpoint for this socket.
virtual Ptr< Node > GetPgwNode() const
Get the PGW node.
Ptr< const AttributeAccessor > MakeIpv4AddressAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.
uint8_t m_bid
the bearer identificator
An identifier for simulation events.
void AddHeader(const Header &header)
Add header to this packet.
Time m_interval
the time between packets
virtual void AddEnb(Ptr< Node > enbNode, Ptr< NetDevice > lteEnbNetDevice, uint16_t cellId)
Add an eNB to the EPC.
void SetS1SapProvider(EpcEnbS1SapProvider *s)
Set the S1 SAP Provider.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
void Stop(Time stop)
Arrange for all of the Applications in this container to Stop() at the Time given as a parameter.
A record that that holds information about an ArpCache entry.
A helper class to make life easier while doing simple IPv4 address assignment in scripts.
void SetDeviceAttribute(std::string name, const AttributeValue &value)
Set an attribute value to be propagated to each NetDevice created by the helper.
void SetS1SapUser(EpcEnbS1SapUser *s)
Set the S1 SAP User.
Ptr< T > GetObject(void) const
Get a pointer to the requested aggregated Object.
void SetMacAddress(Address macAddress)
Ptr< Ipv4Interface > GetInterface(uint32_t i) const
Get an interface.
NetDeviceContainer Install(NodeContainer c)
Ipv4 addresses are stored in host order in this class.
EventId m_sendEvent
the send event
void SetDefaultRoute(Ipv4Address nextHop, uint32_t interface, uint32_t metric=0)
Add a default route to the static routing table.
uint32_t GetN(void) const
Get the number of Ptr<Node> stored in this container.
void SetAttribute(std::string name, const AttributeValue &value)
Set a single attribute, raising fatal errors if unsuccessful.
NetDeviceContainer Install(Ptr< Node > node) const
This method creates an ns3::CsmaChannel with the attributes configured by CsmaHelper::SetChannelAttri...
Ptr< const AttributeChecker > MakeIpv4AddressChecker(void)
std::vector< UeUlTestData > ues
the list of UEs
TypeId SetParent(TypeId tid)
Set the parent TypeId.
void Create(uint32_t n)
Create n nodes and append pointers to them to the end of this NodeContainer.
build a set of CsmaNetDevice objects
Callback< R, Ts... > MakeNullCallback(void)
EpcS1uUlTestSuite g_epcS1uUlTestSuiteInstance
virtual Ipv4Address GetUeDefaultGatewayAddress()
virtual uint8_t ActivateEpsBearer(Ptr< NetDevice > ueLteDevice, uint64_t imsi, Ptr< EpcTft > tft, EpsBearer bearer)
Activate an EPS bearer, setting up the corresponding S1-U tunnel.
Custom structure containing information about data sent in the uplink of eNodeB.
EpcS1uUlTestCase(std::string name, std::vector< EnbUlTestData > v)
Constructor.
void Add(ApplicationContainer other)
Append the contents of another ApplicationContainer to the end of this container.
Test that the S1-U interface implementation works correctly.
void Add(NodeContainer other)
Append the contents of another NodeContainer to the end of this container.
void SetBase(Ipv4Address network, Ipv4Mask mask, Ipv4Address base="0.0.0.1")
Set the base network number, network mask and base address.
Access to the IPv4 forwarding table, interfaces, and configuration.
Helper class that adds ns3::Ipv4StaticRouting objects.
Class for representing data rates.
virtual int Send(Ptr< Packet > p, uint32_t flags)=0
Send data (or dummy data) to the remote host.
uint16_t m_peerPort
the destination port of the outbound packets
void SetRecvCallback(Callback< void, Ptr< Socket > > receivedData)
Notify application when new data is available to be read.
Ptr< Ipv4StaticRouting > GetStaticRouting(Ptr< Ipv4 > ipv4) const
Try and find the static routing protocol as either the main routing protocol or in the list of routin...
Time Now(void)
create an ns3::Time instance which contains the current simulation time.
virtual int32_t GetInterfaceForDevice(Ptr< const NetDevice > device) const =0
static void Send(Ptr< NetDevice > dev, int level, std::string emuMode)
void Install(std::string nodeName) const
Aggregate implementations of the ns3::Ipv4, ns3::Ipv6, ns3::Udp, and ns3::Tcp classes onto the provid...
virtual Ipv4InterfaceContainer AssignUeIpv4Address(NetDeviceContainer ueDevices)
Assign IPv4 addresses to UE devices.
#define NS_LOG_INFO(msg)
Use NS_LOG to output a message of level LOG_INFO.
Time MilliSeconds(uint64_t value)
Construct a Time in the indicated unit.
uint32_t AddApplication(Ptr< Application > application)
Associate an Application to this Node.
void AggregateObject(Ptr< Object > other)
Aggregate two Objects together.
virtual void DoRun(void)
Implementation to actually run this TestCase.
ArpCache::Entry * Add(Ipv4Address to)
Add an Ipv4Address to this ARP cache.
virtual ~EpcS1uUlTestCase()
holds a vector of std::pair of Ptr<Ipv4> and interface index.
UeUlTestData(uint32_t n, uint32_t s, uint16_t r, uint8_t l)
Constructor.
Custom test structure to hold information of data transmitted in the uplink per UE.
Ptr< Node > Get(uint32_t i) const
Get the Ptr<Node> stored in this container at a given index.
Simulation virtual time values and global simulation resolution.
void SetAliveTimeout(Time aliveTimeout)
Set the time the entry will be in ALIVE state (unless refreshed)
#define NS_ASSERT_MSG(condition, message)
At runtime, in debugging builds, if this condition is not true, the program prints the message to out...
virtual void AddUe(Ptr< NetDevice > ueLteDevice, uint64_t imsi)
Notify the EPC of the existence of a new UE which might attach at a later time.
static TypeId GetTypeId(void)
Get the type ID.
A helper to make it easier to instantiate an ns3::PacketSinkApplication on a set of nodes.
void AddPacketTag(const Tag &tag) const
Add a packet tag.
std::vector< EnbUlTestData > m_enbUlTestData
ENB UL test data.
void SetRemote(Ipv4Address ip, uint16_t port)
set the remote address and port
#define NS_LOG_FUNCTION_NOARGS()
Output the name of the function.
#define NS_TEST_ASSERT_MSG_EQ(actual, limit, msg)
Test that an actual and expected (limit) value are equal and report and abort if not.
This class contains the specification of EPS Bearers.
Tag used to define the RNTI and EPS bearer ID for packets interchanged between the EpcEnbApplication ...
uint32_t m_size
the size of packets generated
virtual int Connect(const Address &address)=0
Initiate a connection to a remote host.
void Start(Time start)
Arrange for all of the Applications in this container to Start() at the Time given as a parameter.
Time Seconds(double value)
Construct a Time in the indicated unit.
uint32_t m_sent
number of packets sent
Ipv4InterfaceContainer Assign(const NetDeviceContainer &c)
Assign IP addresses to the net devices specified in the container based on the current network prefix...
holds a vector of ns3::Application pointers.
Implement the IPv4 layer.
uint32_t pktSize
packet size used for the simulation (in bytes)
uint32_t pktSize
the packet size
void MarkPermanent(void)
Changes the state of this entry to Permanent.
AttributeValue implementation for Time.
Build a set of PointToPointNetDevice objects.
keep track of a set of node pointers.
a class to represent an Ipv4 address mask
void AddNetworkRouteTo(Ipv4Address network, Ipv4Mask networkMask, Ipv4Address nextHop, uint32_t interface, uint32_t metric=0)
Add a network route to the static routing table.
EpcEnbS1SapProvider * GetS1SapProvider()
Receive and consume traffic generated to an IP address and port.
Ipv4Address GetAddress(uint32_t i, uint32_t j=0) const
Hold an unsigned integer type.
Ptr< Node > GetNode() const
EpcEnbS1SapUser * GetS1SapUser()
void SetDefault(std::string name, const AttributeValue &value)
Ipv4Address m_peerAddress
the peer address of the outbound packets
Ptr< Application > clientApp
the client application
uint32_t GetN(void) const
Get the number of Ptr<NetDevice> stored in this container.
virtual void DoDispose(void)
Destructor implementation.
Ptr< const AttributeAccessor > MakeUintegerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.
virtual void StartApplication(void)
Application specific startup code.
The base class for all ns3 applications.
uint32_t m_count
maximum number of packets to send
virtual ~EpsBearerTagUdpClient()
aggregate IP/TCP/UDP functionality to existing Nodes.
Ptr< NetDevice > Get(uint32_t i) const
Get the Ptr<NetDevice> stored in this container at a given index.
virtual void StopApplication(void)
Application specific shutdown code.
ApplicationContainer Install(NodeContainer c) const
Install an ns3::PacketSinkApplication on each node of the input container configured with all the att...
Ptr< const AttributeAccessor > MakeTimeAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method.
Ptr< PacketSink > serverApp
the server application
bool IsExpired(void) const
This method is syntactic sugar for the ns3::Simulator::IsExpired method.
uint64_t GetUid(void) const
Returns the packet's Uid.
Ptr< Socket > m_socket
the socket
uint32_t numPkts
the number of packets sent
AttributeValue implementation for Ipv4Address.