Logging correction when printing IPV6 bearer type
Entry for AGPS_APN_BEARER_IPV6 was missing from NAME_VAL. CRs-Fixed: 660143 Change-Id: If439dbc6b47c0483cf9b5d9ea37307c69953bfed
This commit is contained in:
parent
3c8b3ff4fd
commit
89c671f187
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ static loc_name_val_s_type loc_eng_agps_bears[] =
|
|||
{
|
||||
NAME_VAL( AGPS_APN_BEARER_INVALID ),
|
||||
NAME_VAL( AGPS_APN_BEARER_IPV4 ),
|
||||
NAME_VAL( AGPS_APN_BEARER_IPV4 ),
|
||||
NAME_VAL( AGPS_APN_BEARER_IPV6 ),
|
||||
NAME_VAL( AGPS_APN_BEARER_IPV4V6 )
|
||||
};
|
||||
static int loc_eng_agps_bears_num = sizeof(loc_eng_agps_bears) / sizeof(loc_name_val_s_type);
|
||||
|
|
Loading…
Reference in a new issue