diff --git a/src/mesh/model/mesh-point-device.cc b/src/mesh/model/mesh-point-device.cc index 899728b1d..74fafbdde 100644 --- a/src/mesh/model/mesh-point-device.cc +++ b/src/mesh/model/mesh-point-device.cc @@ -38,7 +38,7 @@ MeshPointDevice::GetTypeId () { static TypeId tid = TypeId ("ns3::MeshPointDevice") .SetParent () - .SetGroupName ("Dsr") + .SetGroupName ("Mesh") .AddConstructor () .AddAttribute ("Mtu", "The MAC-level Maximum Transmission Unit", UintegerValue (0xffff),