Template for the implementation of the LteAnrSapProvider as a member of an owner class of type C to which all methods are forwarded.  
 More...
#include "lte-anr-sap.h"
template<class C>
class ns3::MemberLteAnrSapProvider< C >
Template for the implementation of the LteAnrSapProvider as a member of an owner class of type C to which all methods are forwarded. 
Definition at line 128 of file lte-anr-sap.h.
 
◆ MemberLteAnrSapProvider() [1/2]
◆ MemberLteAnrSapProvider() [2/2]
◆ AddNeighbourRelation()
◆ GetNoHo()
Get the value of No HO field of a neighbouring cell from the Neighbour Relation Table (NRT). 
- Parameters
 - 
  
    | cellId | the Physical Cell ID of the neighbouring cell of interest  | 
  
   
- Returns
 - if true, the Neighbour Relation shall not be used by the eNodeB for handover reasons 
 
Implements ns3::LteAnrSapProvider.
Definition at line 185 of file lte-anr-sap.h.
 
 
◆ GetNoRemove()
Get the value of No Remove field of a neighbouring cell from the Neighbour Relation Table (NRT). 
- Parameters
 - 
  
    | cellId | the Physical Cell ID of the neighbouring cell of interest  | 
  
   
- Returns
 - if true, the Neighbour Relation shall not be removed from the NRT 
 
Implements ns3::LteAnrSapProvider.
Definition at line 177 of file lte-anr-sap.h.
 
 
◆ GetNoX2()
Get the value of No X2 field of a neighbouring cell from the Neighbour Relation Table (NRT). 
- Parameters
 - 
  
    | cellId | the Physical Cell ID of the neighbouring cell of interest  | 
  
   
- Returns
 - if true, the Neighbour Relation shall not use an X2 interface in order to initiate procedures towards the eNodeB parenting the target cell 
 
Implements ns3::LteAnrSapProvider.
Definition at line 193 of file lte-anr-sap.h.
 
 
◆ ReportUeMeas()
Send a UE measurement report to the ANC instance. 
- Parameters
 - 
  
    | measResults | a single report of one measurement identity | 
  
   
The received measurement report is a result of the UE measurement configuration previously configured by calling LteAnrSapUser::AddUeMeasReportConfigForAnr. The report may be stored and utilized for the purpose of maintaining Neighbour Relation Table (NRT). 
Implements ns3::LteAnrSapProvider.
Definition at line 161 of file lte-anr-sap.h.
 
 
◆ m_owner
The documentation for this class was generated from the following file: