#include <ns3/event-id.h>#include <ns3/spectrum-value.h>#include <ns3/mobility-model.h>#include <ns3/packet.h>#include <ns3/nstime.h>#include <ns3/net-device.h>#include <ns3/spectrum-phy.h>#include <ns3/spectrum-channel.h>#include <ns3/spectrum-interference.h>#include <ns3/data-rate.h>#include <ns3/generic-phy.h>#include <ns3/packet-burst.h>#include <ns3/lte-interference.h>#include "ns3/random-variable-stream.h"#include <map>#include <ns3/ff-mac-common.h>#include <ns3/lte-harq-phy.h>#include <ns3/lte-common.h> Include dependency graph for lte-spectrum-phy.h:
 Include dependency graph for lte-spectrum-phy.h: This graph shows which files directly or indirectly include this file:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| Classes | |
| class | ns3::LteSpectrumPhy | 
| The LteSpectrumPhy models the physical layer of LTE.  More... | |
| struct | ns3::TbId_t | 
| struct | ns3::tbInfo_t | 
| Namespaces | |
| ns3 | |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
| Typedefs | |
| typedef std::map< TbId_t, tbInfo_t > | ns3::expectedTbs_t | 
| typedef Callback< void, DlInfoListElement_s > | ns3::LtePhyDlHarqFeedbackCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY about the status of a certain DL HARQ process.  More... | |
| typedef Callback< void > | ns3::LtePhyRxCtrlEndErrorCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY that a previously started RX of a control frame attempt has terminated without success.  More... | |
| typedef Callback< void, std::list< Ptr < LteControlMessage > > > | ns3::LtePhyRxCtrlEndOkCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY that a previously started RX of a control frame attempt has been successfully completed.  More... | |
| typedef Callback< void > | ns3::LtePhyRxDataEndErrorCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY that a previously started RX attempt has terminated without success.  More... | |
| typedef Callback< void, Ptr < Packet > > | ns3::LtePhyRxDataEndOkCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY that a previously started RX attempt has been successfully completed.  More... | |
| typedef Callback< void, uint16_t, Ptr< SpectrumValue > > | ns3::LtePhyRxPssCallback | 
| This method is used by the LteSpectrumPhy to notify the UE PHY that a PSS has been received.  More... | |
| typedef Callback< void, Ptr < const Packet > > | ns3::LtePhyTxEndCallback | 
| this method is invoked by the LteSpectrumPhy to notify the PHY that the transmission of a given packet has been completed.  More... | |
| typedef Callback< void, UlInfoListElement_s > | ns3::LtePhyUlHarqFeedbackCallback | 
| This method is used by the LteSpectrumPhy to notify the PHY about the status of a certain UL HARQ process.  More... | |