Skip to content

Commit 06c5b45

Browse files
propagation: Add zero vehicular O2I loss for high speed nodes
3GPP doesn't specify anything for high speed transport, planes, satellites, etc.
1 parent bd80897 commit 06c5b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/propagation/model/three-gpp-propagation-loss-model.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,7 @@ ThreeGppPropagationLossModel::GetO2iVehicularLoss(Ptr<MobilityModel> a,
853853
// Very fast nodes are not modeled
854854
else
855855
{
856+
m_o2iVehicularUtLossMap[idNode] = 0.0;
856857
NS_LOG_WARN(
857858
"O2I loss for high-speed (>120 km/h) transit and satellites not implemented");
858859
}

0 commit comments

Comments
 (0)