Create an EPC network with PointToPoint links in the backhaul network. More...
#include "point-to-point-epc-helper.h"
Public Member Functions | |
PointToPointEpcHelper () | |
Constructor. | |
~PointToPointEpcHelper () override | |
Destructor. | |
void | AddEnb (Ptr< Node > enbNode, Ptr< NetDevice > lteEnbNetDevice, std::vector< uint16_t > cellIds) override |
Add an eNB to the EPC. | |
void | DoDispose () override |
Destructor implementation. | |
![]() | |
NoBackhaulEpcHelper () | |
Constructor. | |
~NoBackhaulEpcHelper () override | |
Destructor. | |
uint8_t | ActivateEpsBearer (Ptr< NetDevice > ueLteDevice, uint64_t imsi, Ptr< EpcTft > tft, EpsBearer bearer) override |
Activate an EPS bearer, setting up the corresponding S1-U tunnel. | |
void | AddS1Interface (Ptr< Node > enb, Ipv4Address enbAddress, Ipv4Address sgwAddress, std::vector< uint16_t > cellIds) override |
Add an S1 interface between an eNB and a SGW. | |
void | AddUe (Ptr< NetDevice > ueLteDevice, uint64_t imsi) override |
Notify the EPC of the existence of a new UE which might attach at a later time. | |
void | AddX2Interface (Ptr< Node > enbNode1, Ptr< Node > enbNode2) override |
Add an X2 interface between two eNB. | |
int64_t | AssignStreams (int64_t stream) override |
Assign a fixed random variable stream number to the random variables used. | |
Ipv4InterfaceContainer | AssignUeIpv4Address (NetDeviceContainer ueDevices) override |
Assign IPv4 addresses to UE devices. | |
Ipv6InterfaceContainer | AssignUeIpv6Address (NetDeviceContainer ueDevices) override |
Assign IPv6 addresses to UE devices. | |
Ptr< Node > | GetPgwNode () const override |
Get the PGW node. | |
Ptr< Node > | GetSgwNode () const override |
Get the SGW node. | |
Ipv4Address | GetUeDefaultGatewayAddress () override |
Ipv6Address | GetUeDefaultGatewayAddress6 () override |
![]() | |
EpcHelper () | |
Constructor. | |
~EpcHelper () override | |
Destructor. | |
![]() | |
Object () | |
Constructor. | |
~Object () override | |
Destructor. | |
void | AggregateObject (Ptr< Object > other) |
Aggregate two Objects together. | |
void | Dispose () |
Dispose of this Object. | |
AggregateIterator | GetAggregateIterator () const |
Get an iterator to the Objects aggregated to this one. | |
TypeId | GetInstanceTypeId () const final |
Get the most derived TypeId for this Object. | |
template<typename T > | |
Ptr< T > | GetObject () const |
Get a pointer to the requested aggregated Object. | |
template<> | |
Ptr< Object > | GetObject () const |
Specialization of () for objects of type ns3::Object. | |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
Get a pointer to the requested aggregated Object by TypeId. | |
template<> | |
Ptr< Object > | GetObject (TypeId tid) const |
Specialization of (TypeId tid) for objects of type ns3::Object. | |
void | Initialize () |
Invoke DoInitialize on all Objects aggregated to this one. | |
bool | IsInitialized () const |
Check if the object has been initialized. | |
void | UnidirectionalAggregateObject (Ptr< Object > other) |
Aggregate an Object to another Object. | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
![]() | |
virtual | ~ObjectBase () |
Virtual destructor. | |
void | GetAttribute (std::string name, AttributeValue &value, bool permissive=false) const |
Get the value of an attribute, raising fatal errors if unsuccessful. | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising errors. | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Register this type. | |
![]() | |
static TypeId | GetTypeId () |
Register this type. | |
![]() | |
static TypeId | GetTypeId () |
Register this type. | |
![]() | |
static TypeId | GetTypeId () |
Register this type. | |
![]() | |
static TypeId | GetTypeId () |
Get the type ID. | |
Private Attributes | |
Ipv4AddressHelper | m_s1apIpv4AddressHelper |
Helper to assign addresses to S1-MME NetDevices. | |
Ipv4AddressHelper | m_s1uIpv4AddressHelper |
S1-U interfaces. | |
DataRate | m_s1uLinkDataRate |
The data rate to be used for the next S1-U link to be created. | |
Time | m_s1uLinkDelay |
The delay to be used for the next S1-U link to be created. | |
bool | m_s1uLinkEnablePcap |
Enable PCAP generation for S1 link. | |
uint16_t | m_s1uLinkMtu |
The MTU of the next S1-U link to be created. | |
std::string | m_s1uLinkPcapPrefix |
Prefix for the PCAP file for the S1 link. | |
Additional Inherited Members | |
![]() | |
virtual void | DoActivateEpsBearerForUe (const Ptr< NetDevice > &ueDevice, const Ptr< EpcTft > &tft, const EpsBearer &bearer) const |
DoActivateEpsBearerForUe: Schedule ActivateEpsBearer on the UE. | |
virtual void | DoAddX2Interface (const Ptr< EpcX2 > &enb1X2, const Ptr< NetDevice > &enb1LteDev, const Ipv4Address &enb1X2Address, const Ptr< EpcX2 > &enb2X2, const Ptr< NetDevice > &enb2LteDev, const Ipv4Address &enb2X2Address) const |
DoAddX2Interface: Call AddX2Interface on top of the Enb device pointers. | |
![]() | |
Object (const Object &o) | |
Copy an Object. | |
virtual void | DoInitialize () |
Initialize() implementation. | |
virtual void | NotifyNewAggregate () |
Notify all Objects aggregated to this one of a new Object being aggregated. | |
![]() | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. | |
virtual void | NotifyConstructionCompleted () |
Notifier called once the ObjectBase is fully constructed. | |
![]() | |
static TypeId | GetObjectIid () |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. | |
Create an EPC network with PointToPoint links in the backhaul network.
Introspection did not find any typical Config paths.
This Helper extends NoBackhaulEpcHelper creating PointToPoint links in the backhaul network (i.e. in the S1-U and S1-MME interfaces)
DataRate
Time
-9.22337e+18ns:+9.22337e+18ns std::string
DataRate
Time
-9.22337e+18ns:+9.22337e+18ns DataRate
Time
-9.22337e+18ns:+9.22337e+18ns DataRate
Time
-9.22337e+18ns:+9.22337e+18ns std::string
No TraceSources are defined for this type.
Group: Lte
Size of this type is 536 bytes (on a 64-bit architecture).
Definition at line 28 of file point-to-point-epc-helper.h.
ns3::PointToPointEpcHelper::PointToPointEpcHelper | ( | ) |
Constructor.
Definition at line 27 of file point-to-point-epc-helper.cc.
References ns3::ObjectBase::ConstructSelf(), m_s1apIpv4AddressHelper, m_s1uIpv4AddressHelper, NS_LOG_FUNCTION, and ns3::Ipv4AddressHelper::SetBase().
|
override |
|
overridevirtual |
Add an eNB to the EPC.
enbNode | the previously created eNB node which is to be added to the EPC |
lteEnbNetDevice | the LteEnbNetDevice of the eNB node |
cellIds | IDs of cells served by this eNB |
Reimplemented from ns3::NoBackhaulEpcHelper.
Definition at line 93 of file point-to-point-epc-helper.cc.
References ns3::NoBackhaulEpcHelper::AddEnb(), ns3::NoBackhaulEpcHelper::AddS1Interface(), ns3::Ipv4AddressHelper::Assign(), ns3::PcapHelperForDevice::EnablePcapAll(), ns3::Ipv4InterfaceContainer::GetAddress(), ns3::Ipv4::GetNInterfaces(), ns3::NoBackhaulEpcHelper::GetSgwNode(), ns3::PointToPointHelper::Install(), m_s1uIpv4AddressHelper, m_s1uLinkDataRate, m_s1uLinkDelay, m_s1uLinkEnablePcap, m_s1uLinkMtu, m_s1uLinkPcapPrefix, ns3::Ipv4AddressHelper::NewNetwork(), NS_LOG_FUNCTION, NS_LOG_LOGIC, ns3::PointToPointHelper::SetChannelAttribute(), and ns3::PointToPointHelper::SetDeviceAttribute().
|
overridevirtual |
Destructor implementation.
This method is called by Dispose() or by the Object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overridden 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::NoBackhaulEpcHelper.
Definition at line 86 of file point-to-point-epc-helper.cc.
References ns3::NoBackhaulEpcHelper::DoDispose(), and NS_LOG_FUNCTION.
|
static |
Register this type.
Definition at line 47 of file point-to-point-epc-helper.cc.
References m_s1uLinkDataRate, m_s1uLinkDelay, m_s1uLinkEnablePcap, m_s1uLinkMtu, m_s1uLinkPcapPrefix, ns3::MakeBooleanAccessor(), ns3::MakeBooleanChecker(), ns3::MakeDataRateAccessor(), ns3::MakeDataRateChecker(), ns3::MakeStringAccessor(), ns3::MakeStringChecker(), ns3::MakeTimeAccessor(), ns3::MakeTimeChecker(), ns3::MakeUintegerAccessor(), ns3::MakeUintegerChecker(), NS_LOG_FUNCTION_NOARGS, ns3::Seconds(), and ns3::TypeId::SetParent().
|
private |
Helper to assign addresses to S1-MME NetDevices.
Definition at line 85 of file point-to-point-epc-helper.h.
Referenced by PointToPointEpcHelper().
|
private |
S1-U interfaces.
Helper to assign addresses to S1-U NetDevices
Definition at line 62 of file point-to-point-epc-helper.h.
Referenced by PointToPointEpcHelper(), and AddEnb().
|
private |
The data rate to be used for the next S1-U link to be created.
Definition at line 67 of file point-to-point-epc-helper.h.
Referenced by AddEnb(), and GetTypeId().
|
private |
The delay to be used for the next S1-U link to be created.
Definition at line 72 of file point-to-point-epc-helper.h.
Referenced by AddEnb(), and GetTypeId().
|
private |
Enable PCAP generation for S1 link.
Definition at line 90 of file point-to-point-epc-helper.h.
Referenced by AddEnb(), and GetTypeId().
|
private |
The MTU of the next S1-U link to be created.
Note that, because of the additional GTP/UDP/IP tunneling overhead, you need a MTU larger than the end-to-end MTU that you want to support.
Definition at line 80 of file point-to-point-epc-helper.h.
Referenced by AddEnb(), and GetTypeId().
|
private |
Prefix for the PCAP file for the S1 link.
Definition at line 95 of file point-to-point-epc-helper.h.
Referenced by AddEnb(), and GetTypeId().