mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 01:53:58 +02:00
Fix LOS computation for ISL
This commit is contained in:
parent
bf59e66526
commit
0f49ceb4aa
10 changed files with 37 additions and 22 deletions
|
@ -26,12 +26,12 @@ LeoMockNetDevice::GetTypeId (void)
|
|||
MakeEnumChecker (
|
||||
DeviceType::GND, "ns3::LeoMockNetDevice::NetDeviceType::GND",
|
||||
DeviceType::SAT, "ns3::LeoMockNetDevice::NetDeviceType::SAT"))
|
||||
.AddAttribute ("ReceiverGain",
|
||||
.AddAttribute ("RxGain",
|
||||
"Receiver gain in dBm",
|
||||
DoubleValue (0.0),
|
||||
MakeDoubleAccessor (&LeoMockNetDevice::m_rxGain),
|
||||
MakeDoubleChecker<double> ())
|
||||
.AddAttribute ("ReceiverLoss",
|
||||
.AddAttribute ("RxLoss",
|
||||
"Receiver loss in dBm",
|
||||
DoubleValue (0.0),
|
||||
MakeDoubleAccessor (&LeoMockNetDevice::m_rxLoss),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue