WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2009-Sep-10 03:10:25

caye
Member
Registered: 2009-May-05
Posts: 3

NO MAC and Half MAC

Hello,

I just tried to trace the NO MAC code, but i can't understand why the main function doesn't need to call the warpmac_pollPhy function in the while loop? In this situation, How could the phyRx_goodHeader_handler function has been called without calling the warpmac_pollPhy?

Thank you.

Best Regards,
Caye.

Offline

 

#2 2009-Sep-10 09:08:10

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: NO MAC and Half MAC

hi Caye- thanks for pointing this out. The noMac.c code dates back to our last workshop, when the OFDM reference design still used interrupts to handle PHY Rx events. The user callbacks for good/bad packets were called by the interrupt handler, not by polling the PHY. I'll update the noMac code to work with the latest reference design (v13, coming soon).

Offline

 

Board footer