Bug 2502

Summary: there is wrong group name for MeshPointDevice
Product: ns-3 Reporter: Junling Bu <linlinjavaer>
Component: meshAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: enhancement CC: tomh
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   

Description Junling Bu 2016-09-15 08:53:39 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.
Comment 1 Tom Henderson 2016-09-17 01:02:17 UTC
changeset 12323:f0bc68a00777