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

#include "nr-ue-cphy-sap.h"

+ Inheritance diagram for ns3::NrUeCphySapUser:

Classes

struct  UeMeasurementsElement
 
struct  UeMeasurementsParameters
 UeMeasurementsParameters structure. More...
 

Public Member Functions

virtual ~NrUeCphySapUser ()=default
 
virtual void NotifyInSync ()=0
 Send an in sync indication to UE RRC.
 
virtual void NotifyOutOfSync ()=0
 Send an out of sync indication to UE RRC.
 
virtual void RecvMasterInformationBlock (uint16_t cellId, NrRrcSap::MasterInformationBlock mib)=0
 Relay an MIB message from the PHY entity to the RRC layer.
 
virtual void RecvSystemInformationBlockType1 (uint16_t cellId, NrRrcSap::SystemInformationBlockType1 sib1)=0
 Relay an SIB1 message from the PHY entity to the RRC layer.
 
virtual void ReportUeMeasurements (UeMeasurementsParameters params)=0
 Send a report of RSRP and RSRQ values perceived from PSS by the PHY entity (after applying layer-1 filtering) to the RRC layer.
 
virtual void ResetSyncIndicationCounter ()=0
 Reset the sync indication counter.
 

Detailed Description

Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes

This is the CPHY SAP User, i.e., the part of the SAP that contains the RRC methods called by the PHY

Definition at line 207 of file nr-ue-cphy-sap.h.

Constructor & Destructor Documentation

◆ ~NrUeCphySapUser()

virtual ns3::NrUeCphySapUser::~NrUeCphySapUser ( )
virtualdefault

destructor

Member Function Documentation

◆ NotifyInSync()

virtual void ns3::NrUeCphySapUser::NotifyInSync ( )
pure virtual

Send an in sync indication to UE RRC.

When the number of in-sync indications are equal to N311, RRC stops the T310 timer.

Implemented in ns3::MemberNrUeCphySapUser< C >.

◆ NotifyOutOfSync()

virtual void ns3::NrUeCphySapUser::NotifyOutOfSync ( )
pure virtual

Send an out of sync indication to UE RRC.

When the number of out-of-sync indications are equal to N310, RRC starts the T310 timer.

Implemented in ns3::MemberNrUeCphySapUser< C >.

◆ RecvMasterInformationBlock()

virtual void ns3::NrUeCphySapUser::RecvMasterInformationBlock ( uint16_t  cellId,
NrRrcSap::MasterInformationBlock  mib 
)
pure virtual

Relay an MIB message from the PHY entity to the RRC layer.

This function is typically called after PHY receives an MIB message over the BCH.

Parameters
cellIdthe ID of the eNodeB where the message originates from
mibthe Master Information Block message.

Implemented in ns3::MemberNrUeCphySapUser< C >.

Referenced by ns3::NrUePhy::PhyCtrlMessagesReceived().

+ Here is the caller graph for this function:

◆ RecvSystemInformationBlockType1()

virtual void ns3::NrUeCphySapUser::RecvSystemInformationBlockType1 ( uint16_t  cellId,
NrRrcSap::SystemInformationBlockType1  sib1 
)
pure virtual

Relay an SIB1 message from the PHY entity to the RRC layer.

This function is typically called after PHY receives an SIB1 message over the BCH.

Parameters
cellIdthe ID of the eNodeB where the message originates from
sib1the System Information Block Type 1 message

Implemented in ns3::MemberNrUeCphySapUser< C >.

Referenced by ns3::NrUePhy::PhyCtrlMessagesReceived().

+ Here is the caller graph for this function:

◆ ReportUeMeasurements()

virtual void ns3::NrUeCphySapUser::ReportUeMeasurements ( UeMeasurementsParameters  params)
pure virtual

Send a report of RSRP and RSRQ values perceived from PSS by the PHY entity (after applying layer-1 filtering) to the RRC layer.

Parameters
paramsthe structure containing a vector of cellId, RSRP and RSRQ

Implemented in ns3::MemberNrUeCphySapUser< C >.

◆ ResetSyncIndicationCounter()

virtual void ns3::NrUeCphySapUser::ResetSyncIndicationCounter ( )
pure virtual

Reset the sync indication counter.

Resets the sync indication counter of RRC if the Qin or Qout condition is not fulfilled for the number of consecutive frames.

Implemented in ns3::MemberNrUeCphySapUser< C >.


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