Comment # 3
on bug 8946
from Selvamegala
(In reply to comment #1)
> Hi Selvamegala,
>
> It is possible to attach your sample ?
Hi Alexis,
Herewith I've attached the sample log and the starting slot is also
highlighted. In 0x1F only the lower nibble represents GTS slot and higher
nibble GTS Length.
And I was able to find the possible fix also .In packet-ieee802154.c,While
parsing the gts slot the following line has to be added.
gts_slot = (gts_slot & IEEE802154_GTS_SLOT_MASK);
Attached the Modified file also.But I was not able set up the build environment
and generate the exe file to verify the fix.Could you please help in fixing
this.?
You are receiving this mail because:
- You are watching all bug changes.