#include "channel-condition-model.h"
#include "ns3/boolean.h"
#include "ns3/double.h"
#include "ns3/geocentric-constant-position-mobility-model.h"
#include "ns3/log.h"
#include "ns3/mobility-model.h"
#include "ns3/node.h"
#include "ns3/pointer.h"
#include "ns3/simulator.h"
#include "ns3/string.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{channel-condition-model.cc} |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, ChannelCondition::LosConditionValue cond) |
Variables | |
const std::map< int, double > | anonymous_namespace{channel-condition-model.cc}::DenseUrbanLOSProb |
NTN Dense Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811. | |
const std::map< int, double > | anonymous_namespace{channel-condition-model.cc}::SuburbanRuralLOSProb |
NTN Suburban LOS probabilities from table 6.6.1-1 of 3GPP 38.811. | |
const std::map< int, double > | anonymous_namespace{channel-condition-model.cc}::UrbanLOSProb |
NTN Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811. | |