I implemented two MAC protocols that support LPL, I will write a facade that maps their interface to the LPL interface. But how should the user choose the MAC protocol? I currently do this with compile flags, since both are in the same sub directory. Should I just add a default flag for the LPL tests? Thanks, Andreas