mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 10:31:43 +02:00
Bugfixes and performance optimizations
This commit is contained in:
parent
0f49ceb4aa
commit
dd55b495c4
7 changed files with 19 additions and 17 deletions
|
@ -114,11 +114,11 @@ LeoChannelHelper::SetConstellationAttributes (double eirp,
|
|||
m_gndDeviceFactory.Set ("TxPower", DoubleValue (eirp));
|
||||
m_satDeviceFactory.Set ("TxPower", DoubleValue (eirp));
|
||||
|
||||
m_gndDeviceFactory.Set ("RxGain", DoubleValue (rxGain));
|
||||
m_gndDeviceFactory.Set ("RxLoss", DoubleValue (rxLoss));
|
||||
m_gndDeviceFactory.Set ("RxGain", DoubleValue (rxGain));
|
||||
|
||||
m_satDeviceFactory.Set ("RxLoss", DoubleValue (rxGain));
|
||||
m_satDeviceFactory.Set ("RxGain", DoubleValue (rxLoss));
|
||||
m_satDeviceFactory.Set ("RxLoss", DoubleValue (rxLoss));
|
||||
m_satDeviceFactory.Set ("RxGain", DoubleValue (rxGain));
|
||||
|
||||
m_gndDeviceFactory.Set ("DataRate", DataRateValue (DataRate (dataRate)));
|
||||
m_satDeviceFactory.Set ("DataRate", DataRateValue (DataRate (dataRate)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue