From 89c671f1878fb56f638a1c60e62730e921d27919 Mon Sep 17 00:00:00 2001 From: Bhavna Sharma Date: Tue, 6 May 2014 11:14:24 -0700 Subject: [PATCH] Logging correction when printing IPV6 bearer type Entry for AGPS_APN_BEARER_IPV6 was missing from NAME_VAL. CRs-Fixed: 660143 Change-Id: If439dbc6b47c0483cf9b5d9ea37307c69953bfed --- core/loc_core_log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/loc_core_log.cpp b/core/loc_core_log.cpp index af2cced7..d2eda661 100644 --- a/core/loc_core_log.cpp +++ b/core/loc_core_log.cpp @@ -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);