#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>
Go to the source code of this file.
Classes | |
class | ns3::LteSpectrumPhy |
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 |
typedef Callback< void > | ns3::LtePhyRxCtrlEndErrorCallback |
typedef Callback< void, std::list< Ptr < LteControlMessage > > > | ns3::LtePhyRxCtrlEndOkCallback |
typedef Callback< void > | ns3::LtePhyRxDataEndErrorCallback |
typedef Callback< void, Ptr < Packet > > | ns3::LtePhyRxDataEndOkCallback |
typedef Callback< void, uint16_t, Ptr< SpectrumValue > > | ns3::LtePhyRxPssCallback |
typedef Callback< void, Ptr < const Packet > > | ns3::LtePhyTxEndCallback |
typedef Callback< void, UlInfoListElement_s > | ns3::LtePhyUlHarqFeedbackCallback |