src/wimax/model/simple-ofdm-wimax-phy.cc
changeset 7195 316d93dd9375
parent 7107 6c0fabb46bce
child 7252 c8200621e252
equal deleted inserted replaced
7194:d57648faced2 7195:316d93dd9375
    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),