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

#include <lte-pdcp.h>

+ Inheritance diagram for ns3::LtePdcp:
+ Collaboration diagram for ns3::LtePdcp:

Public Member Functions

 LtePdcp ()
virtual ~LtePdcp ()
LtePdcpSapProviderGetLtePdcpSapProvider ()
LteRlcSapUserGetLteRlcSapUser ()
void SetLcId (uint8_t lcId)
void SetLtePdcpSapUser (LtePdcpSapUser *s)
void SetLteRlcSapProvider (LteRlcSapProvider *s)
void SetRnti (uint16_t rnti)
void Start ()
- 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
- 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::LtePdcp.

Protected Member Functions

virtual void DoReceivePdu (Ptr< Packet > p)
virtual void DoTransmitRrcPdu (Ptr< Packet > p)
- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
virtual void DoDispose (void)
virtual void DoStart (void)
virtual void NotifyNewAggregate (void)

Protected Attributes

uint8_t m_lcid
LtePdcpSapProviderm_pdcpSapProvider
LtePdcpSapUserm_pdcpSapUser
LteRlcSapProviderm_rlcSapProvider
LteRlcSapUserm_rlcSapUser
uint16_t m_rnti
TracedCallback< uint16_t,
uint8_t, uint32_t, uint64_t > 
m_rxPdu
TracedCallback< uint16_t,
uint8_t, uint32_t > 
m_txPdu

Private Attributes

uint16_t m_rxSequenceNumber
uint16_t m_txSequenceNumber

Static Private Attributes

static const uint16_t m_maxPdcpSn = 4095

Friends

class LtePdcpSpecificLtePdcpSapProvider< LtePdcp >
class LtePdcpSpecificLteRlcSapUser

Detailed Description

LTE PDCP entity, see 3GPP TS 36.323

Definition at line 37 of file lte-pdcp.h.

Constructor & Destructor Documentation

ns3::LtePdcp::LtePdcp ( )

Definition at line 66 of file lte-pdcp.cc.

References LtePdcpSpecificLteRlcSapUser, m_pdcpSapProvider, m_rlcSapUser, NS_LOG_FUNCTION, ns3::Simulator::ScheduleNow(), and Start().

+ Here is the call graph for this function:

ns3::LtePdcp::~LtePdcp ( )
virtual

Definition at line 110 of file lte-pdcp.cc.

References m_pdcpSapProvider, m_rlcSapUser, and NS_LOG_FUNCTION.

Member Function Documentation

LtePdcpSapProvider * ns3::LtePdcp::GetLtePdcpSapProvider ( )
Parameters
sthe PDCP SAP Provider interface offered to the RRC by this LTE_PDCP

Definition at line 125 of file lte-pdcp.cc.

References m_pdcpSapProvider, and NS_LOG_FUNCTION.

Referenced by ns3::LteEnbRrc::GetLtePdcpSapProvider().

+ Here is the caller graph for this function:

LteRlcSapUser * ns3::LtePdcp::GetLteRlcSapUser ( )
Parameters
sthe RLC SAP User interface offered to the RLC by this LTE_PDCP

Definition at line 139 of file lte-pdcp.cc.

References m_rlcSapUser, and NS_LOG_FUNCTION.

Referenced by ns3::LteUeRrc::SetupRadioBearer(), and ns3::LteEnbRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

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

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

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

  • /NodeList/[i]/DeviceList/[i]/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/RadioBearerMap/[i]/LtePdcp
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteEnbNetDevice/LteEnbRrc/UeMap/[i]/RadioBearerMap/[i]/LtePdcp
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteNetDevice/$ns3::LteUeNetDevice/LteUeRrc/RadioBearerMap/[i]/LtePdcp
  • /NodeList/[i]/DeviceList/[i]/$ns3::LteUeNetDevice/LteUeRrc/RadioBearerMap/[i]/LtePdcp

No Attributes defined for this type.
TraceSources defined for this type:

  • TxPDU: PDU transmission notified to the RLC.
  • RxPDU: PDU received.

Reimplemented from ns3::Object.

Definition at line 82 of file lte-pdcp.cc.

References m_rxPdu, m_txPdu, ns3::MakeTraceSourceAccessor(), and ns3::TypeId::SetParent().

+ Here is the call graph for this function:

void ns3::LtePdcp::SetLcId ( uint8_t  lcId)
Parameters
lcId

Definition at line 104 of file lte-pdcp.cc.

References m_lcid, and NS_LOG_FUNCTION.

Referenced by ns3::LteUeRrc::SetupRadioBearer(), and ns3::LteEnbRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

void ns3::LtePdcp::SetLtePdcpSapUser ( LtePdcpSapUser s)
Parameters
sthe PDCP SAP user to be used by this LTE_PDCP

Definition at line 118 of file lte-pdcp.cc.

References m_pdcpSapUser, and NS_LOG_FUNCTION.

Referenced by ns3::LteUeRrc::SetupRadioBearer(), and ns3::LteEnbRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

void ns3::LtePdcp::SetLteRlcSapProvider ( LteRlcSapProvider s)
Parameters
sthe RLC SAP Provider to be used by this LTE_PDCP

Definition at line 132 of file lte-pdcp.cc.

References m_rlcSapProvider, and NS_LOG_FUNCTION.

Referenced by ns3::LteUeRrc::SetupRadioBearer(), and ns3::LteEnbRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

void ns3::LtePdcp::SetRnti ( uint16_t  rnti)
Parameters
rnti

Definition at line 97 of file lte-pdcp.cc.

References m_rnti, and NS_LOG_FUNCTION.

Referenced by ns3::LteUeRrc::SetupRadioBearer(), and ns3::LteEnbRrc::SetupRadioBearer().

+ Here is the caller graph for this function:

void ns3::LtePdcp::Start ( void  )

This method calls the virtual DoStart method on all the objects aggregated to this object. DoStart will be called only once over the lifetime of an object, just like DoDispose is called only once.

See Also
DoStart

Note: the code here is a bit tricky because we need to protect ourselves from modifications in the aggregate array while DoStart is called. The user's implementation of the DoStart method could call GetObject (which could reorder the array) and it could call AggregateObject which would add an object at the end of the array. To be safe, we restart iteration over the array whenever we call some user code, just in case.

Reimplemented from ns3::Object.

Definition at line 211 of file lte-pdcp.cc.

References NS_LOG_FUNCTION.

Referenced by LtePdcp().

+ Here is the caller graph for this function:

Friends And Related Function Documentation

Definition at line 40 of file lte-pdcp.h.

friend class LtePdcpSpecificLteRlcSapUser
friend

Definition at line 39 of file lte-pdcp.h.

Referenced by LtePdcp().

Member Data Documentation

uint8_t ns3::LtePdcp::m_lcid
protected

Definition at line 105 of file lte-pdcp.h.

Referenced by DoReceivePdu(), DoTransmitRrcPdu(), and SetLcId().

const uint16_t ns3::LtePdcp::m_maxPdcpSn = 4095
staticprivate

Constants. See section 7.2 in TS 36.323

Definition at line 128 of file lte-pdcp.h.

Referenced by DoReceivePdu(), and DoTransmitRrcPdu().

LtePdcpSapProvider* ns3::LtePdcp::m_pdcpSapProvider
protected

Definition at line 96 of file lte-pdcp.h.

Referenced by GetLtePdcpSapProvider(), LtePdcp(), and ~LtePdcp().

LtePdcpSapUser* ns3::LtePdcp::m_pdcpSapUser
protected

Definition at line 95 of file lte-pdcp.h.

Referenced by DoReceivePdu(), and SetLtePdcpSapUser().

LteRlcSapProvider* ns3::LtePdcp::m_rlcSapProvider
protected

Definition at line 102 of file lte-pdcp.h.

Referenced by DoTransmitRrcPdu(), and SetLteRlcSapProvider().

LteRlcSapUser* ns3::LtePdcp::m_rlcSapUser
protected

Definition at line 101 of file lte-pdcp.h.

Referenced by GetLteRlcSapUser(), LtePdcp(), and ~LtePdcp().

uint16_t ns3::LtePdcp::m_rnti
protected

Definition at line 104 of file lte-pdcp.h.

Referenced by DoReceivePdu(), DoTransmitRrcPdu(), and SetRnti().

TracedCallback<uint16_t, uint8_t, uint32_t, uint64_t> ns3::LtePdcp::m_rxPdu
protected

Used to inform of a PDU reception from the RLC SAP user. The parameters are RNTI, LCID, bytes delivered and delivery delay in nanoseconds.

Definition at line 116 of file lte-pdcp.h.

Referenced by DoReceivePdu(), and GetTypeId().

uint16_t ns3::LtePdcp::m_rxSequenceNumber
private

Definition at line 123 of file lte-pdcp.h.

Referenced by DoReceivePdu().

TracedCallback<uint16_t, uint8_t, uint32_t> ns3::LtePdcp::m_txPdu
protected

Used to inform of a PDU delivery to the RLC SAP provider. The parameters are RNTI, LCID and bytes delivered

Definition at line 111 of file lte-pdcp.h.

Referenced by DoTransmitRrcPdu(), and GetTypeId().

uint16_t ns3::LtePdcp::m_txSequenceNumber
private

State variables. See section 7.1 in TS 36.323

Definition at line 122 of file lte-pdcp.h.

Referenced by DoTransmitRrcPdu().


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