Merge "Default apn ip type to ipv4" into location.lnx.1.0-dev.1.0
This commit is contained in:
commit
1fb9826d91
1 changed files with 1 additions and 1 deletions
|
@ -731,7 +731,7 @@ static int loc_agps_open_with_apniptype(const char* apn, ApnIpType apnIpType)
|
|||
bearerType = AGPS_APN_BEARER_IPV4V6;
|
||||
break;
|
||||
default:
|
||||
bearerType = AGPS_APN_BEARER_INVALID;
|
||||
bearerType = AGPS_APN_BEARER_IPV4;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue