equal
deleted
inserted
replaced
41 NS_OBJECT_ENSURE_REGISTERED (SimpleOfdmWimaxPhy); |
41 NS_OBJECT_ENSURE_REGISTERED (SimpleOfdmWimaxPhy); |
42 |
42 |
43 TypeId SimpleOfdmWimaxPhy::GetTypeId (void) |
43 TypeId SimpleOfdmWimaxPhy::GetTypeId (void) |
44 { |
44 { |
45 static TypeId |
45 static TypeId |
46 tid = |
46 tid = |
47 TypeId ("ns3::SimpleOfdmWimaxPhy").SetParent<WimaxPhy> () |
47 TypeId ("ns3::SimpleOfdmWimaxPhy").SetParent<WimaxPhy> () |
48 |
48 |
49 .AddAttribute ("NoiseFigure", |
49 .AddAttribute ("NoiseFigure", |
50 "Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.", |
50 "Loss (dB) in the Signal-to-Noise-Ratio due to non-idealities in the receiver.", |
51 DoubleValue (5), |
51 DoubleValue (5), |