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, {0.282}},
{20, {0.331}},
{30, {0.398}},
{40, {0.468}},
{50, {0.537}},
{60, {0.612}},
{70, {0.738}},
{80, {0.820}},
{90, {0.981}},
}

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

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

◆ SuburbanRuralLOSProb

const std::map<int, double> anonymous_namespace{channel-condition-model.cc}::SuburbanRuralLOSProb
Initial value:
{
{10, {0.782}},
{20, {0.869}},
{30, {0.919}},
{40, {0.929}},
{50, {0.935}},
{60, {0.940}},
{70, {0.949}},
{80, {0.952}},
{90, {0.998}},
}

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

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

◆ UrbanLOSProb

const std::map<int, double> anonymous_namespace{channel-condition-model.cc}::UrbanLOSProb
Initial value:
{
{10, {0.246}},
{20, {0.386}},
{30, {0.493}},
{40, {0.613}},
{50, {0.726}},
{60, {0.805}},
{70, {0.919}},
{80, {0.968}},
{90, {0.992}},
}

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

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