From 258f51ca99f12efd60784d685199f566a2c16839 Mon Sep 17 00:00:00 2001 From: Giuseppe Piro Date: Thu, 2 Dec 2010 13:20:50 +0100 Subject: [PATCH] LTE module from GSoC project --- src/node/spectrum-channel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/node/spectrum-channel.h b/src/node/spectrum-channel.h index e49d638b7..0f828ad49 100644 --- a/src/node/spectrum-channel.h +++ b/src/node/spectrum-channel.h @@ -54,8 +54,6 @@ public: */ virtual void AddSpectrumPropagationLossModel (Ptr loss) = 0; - virtual Ptr GetSpectrumPropagationLossModel (void) = 0; - /** * set the propagation delay model to be used * \param delay Ptr to the propagation delay model to be used. @@ -67,10 +65,11 @@ public: * Used by attached PHY instances to transmit waveforms on the channel * * @param p the PacketBurst associated with the waveform being transmitted - * @param txPowerSpectrum the Power Spectral Density of the + * @param txPsd the Power Spectral Density of the * waveform, in linear units. The exact unit will depend on the * type of transmission medium involved: W for radio communications, Pa for * underwater acoustic communications. Other transmission media to be defined. + * @param st spectrum type * @param duration duration of the packet transmission. It is * assumed that the Power Spectral Density remains constant for the * whole duration of the transmission. In other words, all waveform