26 #include <ns3/lte-control-messages.h> 27 #include <ns3/lte-enb-phy-sap.h> 28 #include <ns3/lte-enb-cphy-sap.h> 29 #include <ns3/lte-phy.h> 30 #include <ns3/lte-harq-phy.h> 309 (uint16_t cellId, uint16_t rnti,
double sinrLinear, uint8_t componentCarrierId);
338 void DoSetEarfcn (uint32_t dlEarfcn, uint32_t ulEarfcn);
357 void DoSetPa (uint16_t rnti,
double pa);
void DoSetEarfcn(uint32_t dlEarfcn, uint32_t ulEarfcn)
Set EARFCN.
Template for the implementation of the LteEnbCphySapProvider as a member of an owner class of type C ...
Simulation virtual time values and global simulation resolution.
Smart pointer class similar to boost::intrusive_ptr.
uint16_t m_interferenceSampleCounter
interference sample counter
uint32_t m_nrSubFrames
The subframe number currently served.
uint16_t m_srsSamplePeriod
The UeSinrSamplePeriod trace source.
void(* ReportUeSinrTracedCallback)(uint16_t cellId, uint16_t rnti, double sinrLinear, uint8_t componentCarrierId)
TracedCallback signature for the linear average of SRS SINRs.
void SetDownlinkSubChannels(std::vector< int > mask)
set the resource blocks (a.k.a.
void CalcChannelQualityForUe(std::vector< double > sinr, Ptr< LteSpectrumPhy > ue)
Calculate the channel quality for a given UE.
The Uplink Data Control Indicator messages defines the RB allocation for the users in the uplink...
double GetNoiseFigure() const
bool DeleteUePhy(uint16_t rnti)
Remove the given RNTI from the list of attached UE m_ueAttached.
std::list< UlDciLteControlMessage > DequeueUlDci(void)
virtual void ReceiveLteControlMessageList(std::list< Ptr< LteControlMessage > >)
PhySpectrum received a new list of LteControlMessage.
void DoSendLteControlMessage(Ptr< LteControlMessage > msg)
Send LTE Control Message function.
virtual void ReportRsReceivedPower(const SpectrumValue &power)
generate a report based on the linear RS power perceived during CTRL frame NOTE: used only by UE for ...
void DoSetSystemInformationBlockType1(LteRrcSap::SystemInformationBlockType1 sib1)
Set system information block.
virtual Ptr< SpectrumValue > CreateTxPowerSpectralDensity()
Create the PSD for TX.
std::vector< std::list< UlDciLteControlMessage > > m_ulDciQueue
For storing info on future receptions.
std::map< int, double > m_dlPowerAllocationMap
DL power allocation map.
virtual Ptr< SpectrumValue > CreateTxPowerSpectralDensityWithPowerAllocation()
Create the PSD for TX with power allocation for each RB.
std::map< uint16_t, double > m_paMap
P_A per UE RNTI.
Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes.
Service Access Point (SAP) offered by the eNB-PHY to the eNB-MAC.
void(* ReportInterferenceTracedCallback)(uint16_t cellId, Ptr< SpectrumValue > spectrumValue)
TracedCallback signature for the linear average of SRS SINRs.
See section 4.3.12 ulInfoListElement.
std::vector< int > m_dlDataRbMap
DL data RB map.
uint32_t m_nrFrames
The frame number currently served.
std::map< uint16_t, uint16_t > m_srsCounter
SRS counter.
Service Access Point (SAP) offered by the eNB-PHY to the eNB-MAC.
LteEnbPhySapUser * m_enbPhySapUser
ENB Phy SAP user.
std::vector< int > m_listOfDownlinkSubchannel
A vector of integers, if the i-th value is j it means that the j-th resource block is used for transm...
void CreateSrsReport(uint16_t rnti, double srs)
Create SRS report function.
void SetMacChDelay(uint8_t delay)
static TypeId GetTypeId(void)
Get the type ID.
virtual void GenerateCtrlCqiReport(const SpectrumValue &sinr)
generate a CQI report based on the given SINR of Ctrl frame
LteEnbCphySapProvider * m_enbCphySapProvider
ENB CPhy SAP provider.
void DoSetMasterInformationBlock(LteRrcSap::MasterInformationBlock mib)
Set master information block.
virtual void DoInitialize(void)
Initialize() implementation.
virtual void GenerateDataCqiReport(const SpectrumValue &sinr)
generate a CQI report based on the given SINR of Data frame (used for PUSCH CQIs) ...
Ptr< LteHarqPhy > m_harqPhyModule
HARQ Phy module.
std::map< uint16_t, uint16_t > m_srsSampleCounterMap
SRS sample counter map.
virtual void ReceiveLteUlHarqFeedback(UlInfoListElement_s mes)
PhySpectrum generated a new UL HARQ feedback.
void SetHarqPhyModule(Ptr< LteHarqPhy > harq)
PhySpectrum generated a new UL HARQ feedback.
TracedCallback< uint16_t, uint16_t, double, uint8_t > m_reportUeSinr
The ReportUeSinr trace source.
uint16_t m_interferenceSamplePeriod
The InterferenceSamplePeriod attribute.
virtual void ReceiveLteControlMessage(Ptr< LteControlMessage > msg)
Receive the control message.
void StartSubFrame(void)
Start a LTE sub frame.
bool AddUePhy(uint16_t rnti)
Add the given RNTI to the list of attached UE m_ueAttached.
virtual void ReportInterference(const SpectrumValue &interf)
generate a report based on the linear interference and noise power perceived during DATA frame NOTE: ...
void DoSetBandwidth(uint8_t ulBandwidth, uint8_t dlBandwidth)
Set bandwidth function.
Ptr< LteSpectrumPhy > GetDlSpectrumPhy() const
void SendControlChannels(std::list< Ptr< LteControlMessage > > ctrlMsgList)
Send the PDCCH and PCFICH in the first 3 symbols.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
LteEnbPhySapProvider * GetLteEnbPhySapProvider()
Get the PHY SAP provider.
LteRrcSap::MasterInformationBlock m_mib
The Master Information Block message to be broadcasted every frame.
void DoRemoveUe(uint16_t rnti)
Remove UE.
LteEnbPhySapProvider * m_enbPhySapProvider
ENB Phy SAP provider.
uint16_t m_currentSrsOffset
current SRS offset
void SetTxPower(double pow)
void DoAddUe(uint16_t rnti)
Add UE.
void SetDownlinkSubChannelsWithPowerAllocation(std::vector< int > mask)
set the resource blocks (a.k.a.
LteEnbCphySapProvider * GetLteEnbCphySapProvider()
Get the CPHY SAP provider.
FfMacSchedSapProvider::SchedUlCqiInfoReqParameters CreatePuschCqiReport(const SpectrumValue &sinr)
Create the UL CQI feedback from SINR values perceived at the physical layer with the PUSCH signal rec...
LteEnbCphySapUser * m_enbCphySapUser
ENB CPhy SAP user.
int8_t DoGetReferenceSignalPower() const
uint8_t DoGetMacChTtiDelay()
Get MAC ch TTI delay function.
Parameters of the SCHED_UL_CQI_INFO_REQ primitive.
void DoSetSrsConfigurationIndex(uint16_t rnti, uint16_t srcCi)
Set source configuration index.
void SetNoiseFigure(double pow)
void SetLteEnbPhySapUser(LteEnbPhySapUser *s)
Set the PHY SAP User.
Time m_srsStartTime
SRS start time.
void StartFrame(void)
Start a LTE frame.
double GetTxPower() const
std::vector< int > GetDownlinkSubChannels(void)
std::vector< uint16_t > m_srsUeOffset
SRS UE offset.
void DoSetTransmissionMode(uint16_t rnti, uint8_t txMode)
Set transmission mode.
FfMacSchedSapProvider::SchedUlCqiInfoReqParameters CreateSrsCqiReport(const SpectrumValue &sinr)
Create the UL CQI feedback from SINR values perceived at the physical layer with the SRS signal recei...
void QueueUlDci(UlDciLteControlMessage m)
void GeneratePowerAllocationMap(uint16_t rnti, int rbId)
Generate power allocation map (i.e.
LteRrcSap::SystemInformationBlockType1 m_sib1
The System Information Block Type 1 message to be broadcasted.
LteEnbPhy models the physical layer for the eNodeB.
Ptr< LteSpectrumPhy > GetUlSpectrumPhy() const
Service Access Point (SAP) offered by the UE PHY to the UE RRC for control purposes.
TracedCallback< uint16_t, Ptr< SpectrumValue > > m_reportInterferenceTrace
The ReportInterference trace source.
void SendDataChannels(Ptr< PacketBurst > pb)
Send the PDSCH.
Set of values corresponding to a given SpectrumModel.
virtual void DoDispose(void)
Destructor implementation.
void PhyPduReceived(Ptr< Packet > p)
PhySpectrum received a new PHY-PDU.
std::set< uint16_t > m_ueAttached
List of RNTI of attached UEs.
a unique identifier for an interface.
void SetLteEnbCphySapUser(LteEnbCphySapUser *s)
Set the CPHY SAP User.
The LtePhy models the physical layer of LTE.
TracedCallback< PhyTransmissionStatParameters > m_dlPhyTransmission
The DlPhyTransmission trace source.
uint16_t m_srsPeriodicity
SRS periodicity.
void EndFrame(void)
End a LTE frame.
void DoSetPa(uint16_t rnti, double pa)
Set PA.
void DoSendMacPdu(Ptr< Packet > p)
Queue the MAC PDU to be sent (according to m_macChTtiDelay)
void EndSubFrame(void)
End a LTE sub frame.
uint8_t GetMacChDelay(void) const