22 #ifndef LTE_UE_CPHY_SAP_H
23 #define LTE_UE_CPHY_SAP_H
28 #include <ns3/lte-rrc-sap.h>
33 class LteEnbNetDevice;
54 virtual void Reset () = 0;
117 virtual void ConfigureUplink (uint16_t ulEarfcn, uint8_t ulBandwidth) = 0;
123 virtual void SetRnti (uint16_t rnti) = 0;
217 virtual void Reset ();
223 virtual void SetRnti (uint16_t rnti);
254 m_owner->DoStartCellSearch (dlEarfcn);
261 m_owner->DoSynchronizeWithEnb (cellId);
268 m_owner->DoSynchronizeWithEnb (cellId, dlEarfcn);
275 m_owner->DoSetDlBandwidth (dlBandwidth);
282 m_owner->DoConfigureUplink (ulEarfcn, ulBandwidth);
289 m_owner->DoSetRnti (rnti);
296 m_owner->DoSetTransmissionMode (txMode);
303 m_owner->DoSetSrsConfigurationIndex (srcCi);
347 m_owner->DoRecvMasterInformationBlock (cellId, mib);
355 m_owner->DoRecvSystemInformationBlockType1 (cellId, sib1);
362 m_owner->DoReportUeMeasurements (params);
369 #endif // LTE_UE_CPHY_SAP_H
virtual void Reset()=0
reset the PHY
std::vector< struct UeMeasurementsElement > m_ueMeasurementsList
virtual void ConfigureUplink(uint16_t ulEarfcn, uint8_t ulBandwidth)
Configure uplink (normally done after reception of SIB2)
virtual void Reset()
reset the PHY
Template for the implementation of the LteUeCphySapUser as a member of an owner class of type C to wh...
virtual ~LteUeCphySapProvider()
destructor
virtual void RecvMasterInformationBlock(uint16_t cellId, LteRrcSap::MasterInformationBlock mib)
Relay an MIB message from the PHY entity to the RRC layer.
virtual void SetTransmissionMode(uint8_t txMode)
Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes.
virtual void SynchronizeWithEnb(uint16_t cellId)=0
Tell the PHY entity to synchronize with a given eNodeB over the currently active EARFCN for communica...
virtual void SetRnti(uint16_t rnti)=0
virtual void ReportUeMeasurements(LteUeCphySapUser::UeMeasurementsParameters params)
Send a report of RSRP and RSRQ values perceived from PSS by the PHY entity (after applying layer-1 fi...
Template for the implementation of the LteUeCphySapProvider as a member of an owner class of type C t...
Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes.
MemberLteUeCphySapProvider()
virtual void RecvSystemInformationBlockType1(uint16_t cellId, LteRrcSap::SystemInformationBlockType1 sib1)=0
Relay an SIB1 message from the PHY entity to the RRC layer.
virtual void RecvMasterInformationBlock(uint16_t cellId, LteRrcSap::MasterInformationBlock mib)=0
Relay an MIB message from the PHY entity to the RRC layer.
virtual void SetDlBandwidth(uint8_t dlBandwidth)
virtual void SetSrsConfigurationIndex(uint16_t srcCi)=0
virtual void StartCellSearch(uint16_t dlEarfcn)=0
Tell the PHY entity to listen to PSS from surrounding cells and measure the RSRP. ...
virtual ~LteUeCphySapUser()
destructor
virtual void StartCellSearch(uint16_t dlEarfcn)
Tell the PHY entity to listen to PSS from surrounding cells and measure the RSRP. ...
virtual void SetDlBandwidth(uint8_t dlBandwidth)=0
virtual void SetTransmissionMode(uint8_t txMode)=0
virtual void RecvSystemInformationBlockType1(uint16_t cellId, LteRrcSap::SystemInformationBlockType1 sib1)
Relay an SIB1 message from the PHY entity to the RRC layer.
virtual void SynchronizeWithEnb(uint16_t cellId)
Tell the PHY entity to synchronize with a given eNodeB over the currently active EARFCN for communica...
virtual void SetRnti(uint16_t rnti)
Parameters of the ReportUeMeasurements primitive: RSRP [dBm] and RSRQ [dB] See section 5...
virtual void SetSrsConfigurationIndex(uint16_t srcCi)
virtual void ConfigureUplink(uint16_t ulEarfcn, uint8_t ulBandwidth)=0
Configure uplink (normally done after reception of SIB2)
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 fi...