Bug 1139

Summary: UAN MAC CW doesn't forward broadcast packets
Product: ns-3 Reporter: Dani Mazón <danim1987>
Component: uanAssignee: Andrea Sacco <andrea.sacco85>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P5    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: trivial patch to solve it

Description Dani Mazón 2011-05-11 17:00:27 UTC
Hi,

I'm developing a routing protocol for UAN, and I found a bug: the CW
MAC protocol doesn't forward broadcast packets. I attach a patch to
fix it. I looked at how packets are forwarded up in other MACs, and I modified CW to do the same, the solution is trivial.

Dani
Comment 1 Dani Mazón 2011-05-11 17:01:21 UTC
Created attachment 1109 [details]
trivial patch to solve it