Hi,
Normally, PPP is used to set up GPRS connection on mobile. But on G1
the "ro.radio.use-ppp" seems to be not set.
Is ppp used to set up GPRS connection on G1?
And I was confused about these code in android:
//reference-ril.c
static void requestSetupDefaultPDP(void *data, size_t datalen,
RIL_Token t)
{
...
qmistatus = system("netcfg rmnet0 dhcp");
...
}
As I know, IP address of GPRS should be assigned from PDP context. Why
DHCP is used here?
Could anybody help me clarify this?
Thanks
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---