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

  • 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 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.
  • **
  • CellCore
    Describes the set of services that enable you to create wireless-connection oriented services on your device.

See Also

Concepts

Radio Interface Layer