mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-09 02:23:57 +02:00
Remove LeoMobilityModel
This commit is contained in:
parent
4eda5589cb
commit
8ab0bc023e
8 changed files with 13 additions and 12 deletions
|
@ -22,6 +22,8 @@
|
|||
* Pavel Boyko <boyko@iitp.ru> for matrix
|
||||
*/
|
||||
|
||||
#include "ns3/log.h"
|
||||
|
||||
#include "isl-propagation-loss-model.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#ifndef ISL_PROPAGATION_LOSS_MODEL_H
|
||||
#define ISL_PROPAGATION_LOSS_MODEL_H
|
||||
|
||||
#include "leo-mobility-model.h"
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/propagation-loss-model.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
|
||||
|
||||
#include "ns3/log.h"
|
||||
#include "leo-propagation-loss-model.h"
|
||||
|
||||
namespace ns3 {
|
||||
|
@ -38,7 +39,7 @@ LeoPropagationLossModel::DoCalcRxPower (double txPowerDbm,
|
|||
// TODO perform line-earth intersection (ray tracing)
|
||||
|
||||
double rxc = 0;//-m_variable->GetValue ();
|
||||
NS_LOG_DEBUG ("attenuation coefficient="<<rxc<<"Db");
|
||||
//NS_LOG_DEBUG ("attenuation coefficient="<<rxc<<"Db");
|
||||
return txPowerDbm + rxc;
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
#ifndef LEO_PROPAGATION_LOSS_MODEL_H
|
||||
#define LEO_PROPAGATION_LOSS_MODEL_H
|
||||
|
||||
#include "leo-mobility-model.h"
|
||||
#include <ns3/object.h>
|
||||
#include <ns3/propagation-loss-model.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue