5G-LENA nr-v4.0-29-g6d8085cd
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::NrAsSapUser Class Referenceabstract

#include "nr-as-sap.h"

+ Inheritance diagram for ns3::NrAsSapUser:

Public Member Functions

virtual void NotifyConnectionFailed ()=0
 Notify the NAS that RRC Connection Establishment failed.
 
virtual void NotifyConnectionReleased ()=0
 
virtual void NotifyConnectionSuccessful ()=0
 Notify the NAS that RRC Connection Establishment was successful.
 
virtual void RecvData (Ptr< Packet > packet)=0
 

Detailed Description

This class implements the Access Stratum (AS) Service Access Point (SAP), i.e., the interface between the NrEpcUeNas and the NrUeRrc In particular, this class implements the User part of the SAP, i.e., the methods exported by the NrEpcUeNas and called by the NrUeRrc.

Definition at line 84 of file nr-as-sap.h.

Member Function Documentation

◆ NotifyConnectionFailed()

virtual void ns3::NrAsSapUser::NotifyConnectionFailed ( )
pure virtual

Notify the NAS that RRC Connection Establishment failed.

Implemented in ns3::MemberNrAsSapUser< C >.

◆ NotifyConnectionReleased()

virtual void ns3::NrAsSapUser::NotifyConnectionReleased ( )
pure virtual

Notify the NAS that RRC Connection was released

Implemented in ns3::MemberNrAsSapUser< C >.

◆ NotifyConnectionSuccessful()

virtual void ns3::NrAsSapUser::NotifyConnectionSuccessful ( )
pure virtual

Notify the NAS that RRC Connection Establishment was successful.

Implemented in ns3::MemberNrAsSapUser< C >.

◆ RecvData()

virtual void ns3::NrAsSapUser::RecvData ( Ptr< Packet >  packet)
pure virtual

receive a data packet

Parameters
packetthe packet

Implemented in ns3::MemberNrAsSapUser< C >.


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