|
Bugzilla – Full Text Bug Listing |
| Summary: | there is wrong group name for MeshPointDevice | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Junling Bu <linlinjavaer> |
| Component: | mesh | Assignee: | ns-bugs <ns-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | tomh |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
changeset 12323:f0bc68a00777 |
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.