RIL OS Design Development (Windows Embedded CE 6.0)
1/6/2010
The Radio Interface Layer provides an interface that handles the communication between the CellCore system software and the radio hardware. Because OEMs must develop a customized RIL driver to work with their specific hardware, the OS design must also be customized. This section describes the provided sample driver code to get OEMs started with driver development, and the process for customizing the radio stack used by RIL.
In This Section
- Supported Radio Modules
Lists the supported radio modules and driver locations
- Developing a RIL Driver
Describes the sample RIL driver.
- RIL Miniport Driver
Describes the RIL miniport driver, also known as the WWAN miniport, and its interactions with the TCP/IP stack and RIL.
- Adding Support for Simultaneous Data Connections to the RIL Driver
Describes the functionality that OEMs must implement before the RIL driver will support simultaneous data connections.
- Adding Push-to-talk Support
Describes the functionality that OEMs must implement before the RIL driver will handle Push-to-talk (PTT) calls differently than other calls.
- RIL Proxy Log
Provides information on adding and using the RIL Proxy Log.
- **
Related Sections
- CellCore
Describes the set of services that enable you to create wireless-connection oriented services on your device.
- RIL Application Development
Provides conceptual information about the RIL and RIL application development scenarios.