View Single Post
Old 10th January 2019, 02:52   #269  |  Link
MartyMcNuts
Registered User
 
Join Date: Aug 2018
Posts: 16
@maetel99,

I have a question regarding your code. The first section where you check the u mask value from record (spec 3.2.3)

if ((mu & 0xC0) != 0) {
// end of the list, device at this record location is revoked
return -2;
}


according to your code, mu is currently unassigned.

uint32_t m, n, mu, mv, uv, mvIter;


Can you please advise what the value of mu is and how you obtain it.

Thanks
MartyMcNuts is offline   Reply With Quote