A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::LteTestRrc Class Reference

This class implements a testing RRC entity. More...

#include "lte-test-entities.h"

+ Inheritance diagram for ns3::LteTestRrc:
+ Collaboration diagram for ns3::LteTestRrc:

Public Member Functions

 LteTestRrc ()
 
 ~LteTestRrc () override
 
void DoDispose () override
 Destructor implementation.
 
std::string GetDataReceived ()
 Get data received function.
 
LtePdcpSapUserGetLtePdcpSapUser ()
 Get the PDCP SAP user.
 
uint32_t GetRxBytes ()
 Get the receive bytes.
 
Time GetRxLastTime ()
 Get the last receive time.
 
uint32_t GetRxPdus ()
 Get the receive PDUs.
 
uint32_t GetTxBytes ()
 Get the transmit bytes.
 
Time GetTxLastTime ()
 Get the last transmit time.
 
uint32_t GetTxPdus ()
 Get the transmit PDUs.
 
void SendData (Time at, std::string dataToSend)
 Send data function.
 
void SetArrivalTime (Time arrivalTime)
 Set the arrival time.
 
void SetDevice (Ptr< NetDevice > device)
 Set the device.
 
void SetLtePdcpSapProvider (LtePdcpSapProvider *s)
 Set the PDCP SAP provider.
 
void SetPduSize (uint32_t pduSize)
 Set the PDU size.
 
void Start ()
 Start function.
 
void Stop ()
 Stop function.
 
- Public Member Functions inherited from ns3::Object
 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 override
 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< ObjectGetObject () 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< ObjectGetObject (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.
 
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor.
 
void GetAttribute (std::string name, AttributeValue &value) 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.
 
virtual TypeId GetInstanceTypeId () const =0
 Get the most derived TypeId for this Object.
 
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 ()
 Get the type ID.
 
- Static Public Member Functions inherited from ns3::Object
static TypeId GetTypeId ()
 Register this type.
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId ()
 Get the type ID.
 

Private Member Functions

virtual void DoReceivePdcpSdu (LtePdcpSapUser::ReceivePdcpSduParameters params)
 Interface forwarded by LtePdcpSapUser.
 

Private Attributes

Time m_arrivalTime
 next arrival time
 
Ptr< NetDevicem_device
 the device
 
EventId m_nextPdu
 next PDU event
 
LtePdcpSapProviderm_pdcpSapProvider
 PDCP SAP provider.
 
LtePdcpSapUserm_pdcpSapUser
 PDCP SAP user.
 
uint32_t m_pduSize
 PDU size.
 
std::string m_receivedData
 the received data
 
uint32_t m_rxBytes
 number of receive bytes
 
Time m_rxLastTime
 last reeive time
 
uint32_t m_rxPdus
 number of receive PDUs
 
uint32_t m_txBytes
 number of transmit bytes
 
Time m_txLastTime
 last transmit time
 
uint32_t m_txPdus
 number of transmit PDUs
 

Friends

class LtePdcpSpecificLtePdcpSapUser< LteTestRrc >
 allow LtePdcpSpecificLtePdcpSapUser<LteTestRrc> class friend access
 

Additional Inherited Members

- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
 Copy an Object.
 
virtual void DoDispose ()
 Destructor implementation.
 
virtual void DoInitialize ()
 Initialize() implementation.
 
virtual void NotifyNewAggregate ()
 Notify all Objects aggregated to this one of a new Object being aggregated.
 
- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 Complete construction of ObjectBase; invoked by derived classes.
 
virtual void NotifyConstructionCompleted ()
 Notifier called once the ObjectBase is fully constructed.
 

Detailed Description

This class implements a testing RRC entity.

Definition at line 39 of file lte-test-entities.h.

Constructor & Destructor Documentation

◆ LteTestRrc()

◆ ~LteTestRrc()

ns3::LteTestRrc::~LteTestRrc ( )
override

Definition at line 59 of file lte-test-entities.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

◆ DoDispose()

void ns3::LteTestRrc::DoDispose ( )
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::Object.

Definition at line 65 of file lte-test-entities.cc.

References m_pdcpSapUser, and NS_LOG_FUNCTION.

◆ DoReceivePdcpSdu()

void ns3::LteTestRrc::DoReceivePdcpSdu ( LtePdcpSapUser::ReceivePdcpSduParameters  params)
privatevirtual

Interface forwarded by LtePdcpSapUser.

PDCP SAP.

Parameters
paramsthe LtePdcpSapUser::ReceivePdcpSduParameters

Definition at line 158 of file lte-test-entities.cc.

References m_receivedData, m_rxBytes, m_rxLastTime, m_rxPdus, ns3::Simulator::Now(), and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ GetDataReceived()

std::string ns3::LteTestRrc::GetDataReceived ( )

Get data received function.

Returns
the received data string

Definition at line 90 of file lte-test-entities.cc.

References m_receivedData, and NS_LOG_FUNCTION.

◆ GetLtePdcpSapUser()

LtePdcpSapUser * ns3::LteTestRrc::GetLtePdcpSapUser ( )

Get the PDCP SAP user.

Returns
a pointer to the SAP user of the RLC

Definition at line 84 of file lte-test-entities.cc.

References m_pdcpSapUser.

◆ GetRxBytes()

uint32_t ns3::LteTestRrc::GetRxBytes ( )

Get the receive bytes.

Returns
the number of bytes received

Definition at line 119 of file lte-test-entities.cc.

References m_rxBytes, and NS_LOG_FUNCTION.

◆ GetRxLastTime()

Time ns3::LteTestRrc::GetRxLastTime ( )

Get the last receive time.

Returns
the time of the last receive

Definition at line 133 of file lte-test-entities.cc.

References m_rxLastTime, and NS_LOG_FUNCTION.

◆ GetRxPdus()

uint32_t ns3::LteTestRrc::GetRxPdus ( )

Get the receive PDUs.

Returns
the number of receive PDUS

Definition at line 112 of file lte-test-entities.cc.

References m_rxPdus, and NS_LOG_FUNCTION.

◆ GetTxBytes()

uint32_t ns3::LteTestRrc::GetTxBytes ( )

Get the transmit bytes.

Returns
the number of bytes transmitted

Definition at line 105 of file lte-test-entities.cc.

References m_txBytes, and NS_LOG_FUNCTION.

◆ GetTxLastTime()

Time ns3::LteTestRrc::GetTxLastTime ( )

Get the last transmit time.

Returns
the time of the last transmit

Definition at line 126 of file lte-test-entities.cc.

References m_txLastTime, and NS_LOG_FUNCTION.

◆ GetTxPdus()

uint32_t ns3::LteTestRrc::GetTxPdus ( )

Get the transmit PDUs.

Returns
the number of transmit PDUS

Definition at line 98 of file lte-test-entities.cc.

References m_txPdus, and NS_LOG_FUNCTION.

◆ GetTypeId()

TypeId ns3::LteTestRrc::GetTypeId ( )
static

Get the type ID.

Returns
the object TypeId

Definition at line 37 of file lte-test-entities.cc.

References ns3::TypeId::SetParent().

+ Here is the call graph for this function:

◆ SendData()

void ns3::LteTestRrc::SendData ( Time  at,
std::string  dataToSend 
)

Send data function.

Parameters
atthe time to send
dataToSendthe data to send

Definition at line 235 of file lte-test-entities.cc.

References ns3::Packet::GetSize(), ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::lcid, m_pdcpSapProvider, m_txBytes, m_txPdus, NS_LOG_FUNCTION, NS_LOG_LOGIC, ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::pdcpSdu, ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::rnti, ns3::Simulator::Schedule(), and ns3::LtePdcpSapProvider::TransmitPdcpSdu().

+ Here is the call graph for this function:

◆ SetArrivalTime()

void ns3::LteTestRrc::SetArrivalTime ( Time  arrivalTime)

Set the arrival time.

Parameters
arrivalTimethe arrival time

Definition at line 140 of file lte-test-entities.cc.

References m_arrivalTime, and NS_LOG_FUNCTION.

◆ SetDevice()

void ns3::LteTestRrc::SetDevice ( Ptr< NetDevice device)

Set the device.

Parameters
devicethe device

Definition at line 72 of file lte-test-entities.cc.

References m_device.

◆ SetLtePdcpSapProvider()

void ns3::LteTestRrc::SetLtePdcpSapProvider ( LtePdcpSapProvider s)

Set the PDCP SAP provider.

Parameters
sa pointer to the PDCP SAP provider

Definition at line 78 of file lte-test-entities.cc.

References m_pdcpSapProvider.

◆ SetPduSize()

void ns3::LteTestRrc::SetPduSize ( uint32_t  pduSize)

Set the PDU size.

Parameters
pduSizethe PDU size

Definition at line 147 of file lte-test-entities.cc.

References m_pduSize, and NS_LOG_FUNCTION.

◆ Start()

void ns3::LteTestRrc::Start ( )

Start function.

START.

Definition at line 185 of file lte-test-entities.cc.

References ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::lcid, m_arrivalTime, m_device, m_nextPdu, m_pdcpSapProvider, m_pduSize, m_txBytes, m_txLastTime, m_txPdus, ns3::Simulator::Now(), NS_ASSERT_MSG, NS_LOG_FUNCTION, ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::pdcpSdu, ns3::LtePdcpSapProvider::TransmitPdcpSduParameters::rnti, ns3::Simulator::Schedule(), ns3::Simulator::ScheduleWithContext(), ns3::Seconds(), Start(), and ns3::LtePdcpSapProvider::TransmitPdcpSdu().

Referenced by LteRlcAmE2eTestCase::DoRun(), LteRlcUmE2eTestCase::DoRun(), and Start().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Stop()

void ns3::LteTestRrc::Stop ( )

Stop function.

Definition at line 228 of file lte-test-entities.cc.

References ns3::EventId::Cancel(), m_nextPdu, and NS_LOG_FUNCTION.

Referenced by LteRlcAmE2eTestCase::DoRun(), and LteRlcUmE2eTestCase::DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Friends And Related Function Documentation

◆ LtePdcpSpecificLtePdcpSapUser< LteTestRrc >

friend class LtePdcpSpecificLtePdcpSapUser< LteTestRrc >
friend

allow LtePdcpSpecificLtePdcpSapUser<LteTestRrc> class friend access

Definition at line 1 of file lte-test-entities.h.

Referenced by LteTestRrc().

Member Data Documentation

◆ m_arrivalTime

Time ns3::LteTestRrc::m_arrivalTime
private

next arrival time

Definition at line 158 of file lte-test-entities.h.

Referenced by SetArrivalTime(), and Start().

◆ m_device

Ptr<NetDevice> ns3::LteTestRrc::m_device
private

the device

Definition at line 161 of file lte-test-entities.h.

Referenced by SetDevice(), and Start().

◆ m_nextPdu

EventId ns3::LteTestRrc::m_nextPdu
private

next PDU event

Definition at line 157 of file lte-test-entities.h.

Referenced by Start(), and Stop().

◆ m_pdcpSapProvider

LtePdcpSapProvider* ns3::LteTestRrc::m_pdcpSapProvider
private

PDCP SAP provider.

Definition at line 146 of file lte-test-entities.h.

Referenced by SendData(), SetLtePdcpSapProvider(), and Start().

◆ m_pdcpSapUser

LtePdcpSapUser* ns3::LteTestRrc::m_pdcpSapUser
private

PDCP SAP user.

Definition at line 145 of file lte-test-entities.h.

Referenced by LteTestRrc(), DoDispose(), and GetLtePdcpSapUser().

◆ m_pduSize

uint32_t ns3::LteTestRrc::m_pduSize
private

PDU size.

Definition at line 159 of file lte-test-entities.h.

Referenced by SetPduSize(), and Start().

◆ m_receivedData

std::string ns3::LteTestRrc::m_receivedData
private

the received data

Definition at line 148 of file lte-test-entities.h.

Referenced by DoReceivePdcpSdu(), and GetDataReceived().

◆ m_rxBytes

uint32_t ns3::LteTestRrc::m_rxBytes
private

number of receive bytes

Definition at line 153 of file lte-test-entities.h.

Referenced by LteTestRrc(), DoReceivePdcpSdu(), and GetRxBytes().

◆ m_rxLastTime

Time ns3::LteTestRrc::m_rxLastTime
private

last reeive time

Definition at line 155 of file lte-test-entities.h.

Referenced by LteTestRrc(), DoReceivePdcpSdu(), and GetRxLastTime().

◆ m_rxPdus

uint32_t ns3::LteTestRrc::m_rxPdus
private

number of receive PDUs

Definition at line 152 of file lte-test-entities.h.

Referenced by LteTestRrc(), DoReceivePdcpSdu(), and GetRxPdus().

◆ m_txBytes

uint32_t ns3::LteTestRrc::m_txBytes
private

number of transmit bytes

Definition at line 151 of file lte-test-entities.h.

Referenced by LteTestRrc(), GetTxBytes(), SendData(), and Start().

◆ m_txLastTime

Time ns3::LteTestRrc::m_txLastTime
private

last transmit time

Definition at line 154 of file lte-test-entities.h.

Referenced by LteTestRrc(), GetTxLastTime(), and Start().

◆ m_txPdus

uint32_t ns3::LteTestRrc::m_txPdus
private

number of transmit PDUs

Definition at line 150 of file lte-test-entities.h.

Referenced by LteTestRrc(), GetTxPdus(), SendData(), and Start().


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