A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
anonymous_namespace{channel-condition-model.cc} Namespace Reference

Variables

const std::map< int, doubleDenseUrbanLOSProb
 NTN Dense Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.
 
const std::map< int, doubleSuburbanRuralLOSProb
 NTN Suburban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.
 
const std::map< int, doubleUrbanLOSProb
 NTN Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.
 

Variable Documentation

◆ DenseUrbanLOSProb

const std::map<int, double> anonymous_namespace{channel-condition-model.cc}::DenseUrbanLOSProb
Initial value:
{
{10, {28.2}},
{20, {33.1}},
{30, {39.8}},
{40, {46.8}},
{50, {53.7}},
{60, {61.2}},
{70, {73.8}},
{80, {82.0}},
{90, {98.1}},
}

NTN Dense Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.

Definition at line 37 of file channel-condition-model.cc.

◆ SuburbanRuralLOSProb

const std::map<int, double> anonymous_namespace{channel-condition-model.cc}::SuburbanRuralLOSProb
Initial value:
{
{10, {78.2}},
{20, {86.9}},
{30, {91.9}},
{40, {92.9}},
{50, {93.5}},
{60, {94.0}},
{70, {94.9}},
{80, {95.2}},
{90, {99.8}},
}

NTN Suburban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.

Definition at line 63 of file channel-condition-model.cc.

◆ UrbanLOSProb

const std::map<int, double> anonymous_namespace{channel-condition-model.cc}::UrbanLOSProb
Initial value:
{
{10, {24.6}},
{20, {38.6}},
{30, {49.3}},
{40, {61.3}},
{50, {72.6}},
{60, {80.5}},
{70, {91.9}},
{80, {96.8}},
{90, {99.2}},
}

NTN Urban LOS probabilities from table 6.6.1-1 of 3GPP 38.811.

Definition at line 50 of file channel-condition-model.cc.