src/lte/model/lte-net-device.cc
changeset 7252 c8200621e252
parent 6969 1288d191868b
child 7385 10beb0e53130
child 8167 86ee827a2330
equal deleted inserted replaced
7251:b2fe610ad03f 7252:c8200621e252
    44 
    44 
    45 
    45 
    46 TypeId LteNetDevice::GetTypeId (void)
    46 TypeId LteNetDevice::GetTypeId (void)
    47 {
    47 {
    48   static TypeId
    48   static TypeId
    49   tid =
    49     tid =
    50     TypeId ("ns3::LteNetDevice")
    50     TypeId ("ns3::LteNetDevice")
    51 
    51 
    52     .SetParent<NetDevice> ()
    52     .SetParent<NetDevice> ()
    53 
    53 
    54     .AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit",
    54     .AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit",