Hi Mike,
After looking into the code what I understood is , to interface the
modem with the Android framework we need to develop an adaptation
layer. That would be the implementation of the function present in
ril.h. This adaptation layer will talk to modem and pass the
information to the upper layer of the android framework.
So In the case of E911, I think when user will dail 911, the android
framework will pass this information to the RIL adaptation layer, and
this RIL adaptation layer should communicate to the GPS adaptation
layer ( where you have implemented the gps.h) and gps adaptation layer
will talk to the GPS base band to get the position information and
gives back to the RIL adaptation layer. RIL adaptation layer will give
this info to modem and modem will pass it to network and vice versa.
But this would be the case for E911 in SET initiation mode, how about
the network initiation mode ?
Regards,
Saghar
> Google android team- Hide quoted text -
>
> - Show quoted text -