Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
Source project has a limited visibility.
  • Cédric Roux's avatar
    46b2ee95
    integration fix: attempt to clarify ODD_PARITY · 46b2ee95
    Cédric Roux authored
    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...
    46b2ee95
    History
    integration fix: attempt to clarify ODD_PARITY
    Cédric Roux authored
    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...