src/buildings/model/itu-r-1238-propagation-loss-model.cc
changeset 8985 7752dc4ce7e9
parent 8734 403c6e61d201
child 9063 32755d0516f4
equal deleted inserted replaced
8984:85eed149a0ea 8985:7752dc4ce7e9
   109 {
   109 {
   110   return (txPowerDbm - GetLoss (a, b));
   110   return (txPowerDbm - GetLoss (a, b));
   111 }
   111 }
   112 
   112 
   113 
   113 
       
   114 int64_t
       
   115 ItuR1238PropagationLossModel::DoAssignStreams (int64_t stream)
       
   116 {
       
   117   return 0;
       
   118 }
   114 
   119 
   115 
   120 
   116 } // namespace ns3
   121 } // namespace ns3