add mock channel for ground to space communication

This commit is contained in:
Tim Schubert 2020-06-22 18:15:52 +02:00
parent 95774794b5
commit 45228b292e
4 changed files with 148 additions and 0 deletions

View file

@ -101,6 +101,7 @@ private:
* \brief Propagation loss model to be used with this channel
*/
Ptr<PropagationLossModel> m_propagationLoss;
}; // class MockChannel
} // namespace ns3