Bugzilla – Bug 2502
there is wrong group name for MeshPointDevice
Last modified: 2016-09-17 01:02:17 UTC
In the GetTypeId method of mesh-point-device.cc, there is wrong group name for MeshPointDevice at the line 41, which should be "Mesh": 36 TypeId 37 MeshPointDevice::GetTypeId () 38 { 39 static TypeId tid = TypeId ("ns3::MeshPointDevice") 40 .SetParent<NetDevice> () 41 .SetGroupName ("Dsr") 42 .AddConstructor<MeshPointDevice> () Thanks.
changeset 12323:f0bc68a00777