integration fix: attempt to clarify ODD_PARITY
This may need to be refined. The variable ODD_PARITY is defined at various places, with different values, causing compilation warnings. It's wrong to define a variable with different values. A new variable is created, specific to IMEI case: IMEI_ODD_PARITY. Maybe ODD_PARITY should also have 0xf as value, and so maybe only one variable is necessary. To be checked at some point...
Showing
- openair2/COMMON/commonDef.h 1 addition, 1 deletionopenair2/COMMON/commonDef.h
- openair3/NAS/COMMON/IES/MobileIdentity.h 2 additions, 2 deletionsopenair3/NAS/COMMON/IES/MobileIdentity.h
- openair3/NAS/UE/EMM/SAP/emm_send.c 1 addition, 1 deletionopenair3/NAS/UE/EMM/SAP/emm_send.c
- openair3/NAS/UE/EMM/emm_main.c 2 additions, 1 deletionopenair3/NAS/UE/EMM/emm_main.c
Please register or sign in to comment