Attention is currently required from: laforge.
1 comment:
File include/osmocom/bsc/gsm_data.h:
Patch Set #1, Line 498: // coverity[unsigned_compare:FALSE]
Did you thik about simply casting to int inside the macro?
#define ALG_A5_NR_TO_RSL(A5_N) ((int)(A5_N) >= 0 ? ((A5_N)+1 : 0)
To view, visit change 31118. To unsubscribe, or for help writing mail filters, visit settings.