Bug 1139 - UAN MAC CW doesn't forward broadcast packets
UAN MAC CW doesn't forward broadcast packets
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: uan
pre-release
All All
: P5 normal
Assigned To: Andrea Sacco
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-11 17:00 UTC by Dani Mazón
Modified: 2011-05-17 04:30 UTC (History)
1 user (show)

See Also:


Attachments
trivial patch to solve it (486 bytes, patch)
2011-05-11 17:01 UTC, Dani Mazón
Details | Diff

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