Bug 2502 - there is wrong group name for MeshPointDevice
there is wrong group name for MeshPointDevice
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: mesh
unspecified
PC Linux
: P5 enhancement
Assigned To: ns-bugs
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2016-09-15 08:53 UTC by Junling Bu
Modified: 2016-09-17 01:02 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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