org-arl / unet-contrib

Unet user contributions
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

SlottedFama uses outdated RxClockNtf class #3

Closed mchitre closed 6 years ago

mchitre commented 6 years ago

@Lucifish21 wrote:

When I run the FAMA protocol, I will have the following error: "SlottedFama.groovy: 998: unable to resolve class RxClockNtf" I looked up UNET 1.3 API, and I didn't find "RxClockNtf" Can you help me to solve this problem

mchitre commented 6 years ago

RxClockNtf is an outdated API class from a pre-release version that Pritish Nahar used. Subsequently the API was updated to provide a RxFrameStartNtf message for this purpose. Substituting this for RxClockNtf should solve the problem, but I haven't tested this yet. I will make the change and test it in the next few days, but in the mean time feel free to try that @Lucifish21 and see if the simulation works.