5G-LENA nr-v3.3-81-g75c7590d
The 5G/NR module for the ns-3 simulator
Loading...
Searching...
No Matches
ns3::MemberNrAnrSapUser< C > Class Template Reference

Template for the implementation of the NrAnrSapUser as a member of an owner class of type C to which all methods are forwarded. More...

#include "nr-anr-sap.h"

+ Inheritance diagram for ns3::MemberNrAnrSapUser< C >:
+ Collaboration diagram for ns3::MemberNrAnrSapUser< C >:

Public Member Functions

 MemberNrAnrSapUser (C *owner)
 
uint8_t AddUeMeasReportConfigForAnr (NrRrcSap::ReportConfigEutra reportConfig) override
 Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.
 

Detailed Description

template<class C>
class ns3::MemberNrAnrSapUser< C >

Template for the implementation of the NrAnrSapUser as a member of an owner class of type C to which all methods are forwarded.

Definition at line 180 of file nr-anr-sap.h.

Constructor & Destructor Documentation

◆ MemberNrAnrSapUser()

template<class C >
ns3::MemberNrAnrSapUser< C >::MemberNrAnrSapUser ( C *  owner)

Constructor

Parameters
ownerthe owner class

Definition at line 202 of file nr-anr-sap.h.

Member Function Documentation

◆ AddUeMeasReportConfigForAnr()

template<class C >
uint8_t ns3::MemberNrAnrSapUser< C >::AddUeMeasReportConfigForAnr ( NrRrcSap::ReportConfigEutra  reportConfig)
overridevirtual

Request a certain reporting configuration to be fulfilled by the UEs attached to the eNodeB entity.

Parameters
reportConfigthe UE measurement reporting configuration
Returns
the measurement identity associated with this newly added reporting configuration

The eNodeB RRC entity is expected to configure the same reporting configuration in each of the attached UEs. When later in the simulation a UE measurement report is received from a UE as a result of this configuration, the eNodeB RRC entity shall forward this report to the ANC instance through the NrAnrSapProvider::ReportUeMeas SAP function.

Note
This function is only valid before the simulation begins.

Implements ns3::NrAnrSapUser.

Definition at line 209 of file nr-anr-sap.h.


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