Skip to content

Commit

Permalink
LteRealisticChannelModel: remove duplicate binder_ member, already ex…
Browse files Browse the repository at this point in the history
…ists in base class
  • Loading branch information
ZoltanBojthe authored and giovanninardini committed Jun 20, 2024
1 parent 4590e40 commit b9fb66b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/stack/phy/ChannelModel/LteRealisticChannelModel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ void LteRealisticChannelModel::initialize(int stage)

collectSinrStatistics_ = par("collectSinrStatistics");

//get binder
binder_ = getBinder();
//clear jakes fading map structure
jakesFadingMap_.clear();
}
Expand Down
3 changes: 0 additions & 3 deletions src/stack/phy/ChannelModel/LteRealisticChannelModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ class LteRealisticChannelModel : public LteChannelModel
//Thermal noise
double thermalNoise_;

//pointer to Binder module
Binder* binder_;

//Cable loss
double cableLoss_;

Expand Down

0 comments on commit b9fb66b

Please sign in to comment.