Cellular Radio (CellCore) Catalog Items and Sysgen Variables (Compact 2013)

3/26/2014

In Windows Embedded Compact, you can implement CellCore functionality to support cellular radio features such as using a Subscriber Identity Module (SIM) card, sending and receiving Short Message Service (SMS) messages, and wireless Internet. CellCore includes support for the 3G (third generation) mobile communications standard, which offers simultaneous voice and data communications as well as faster data transfer rates.

For more information, see Cellular Radio (CellCore).

For more information about how to add or remove catalog items, see Create Your First OS.

Hardware and Software Requirements

  • Requires a cellular radio on the hardware board. The hardware board manufacturer should be able to provide programming information and sample device driver source code for the cellular radio device.

Catalog Items and Sysgen Variables

The following table describes the catalog items and associated SYSGEN variables you can use to add CellCore functionality to your OS.

Catalog Item

SYSGEN Variable

Description

Dependencies

All Modules

SYSGEN_CELLCORE

Adds all features for cellular radio: Telephony API (TAPI) Service Provider (TSP), Radio Interface Layer (RIL), SIM, SMS, Wireless Application Protocol (WAP), and Wireless WAN (WWAN).

None.

Cellular TAPI Service Provider

SYSGEN_CELLCORE_CELLTSP

Adds the TAPI service provider for supporting custom TSPs.

Requires TAPI 2.0 (SYSGEN_TAPI). For more information, see TAPI Catalog Items and Sysgen Variables.

RIL Proxy

SYSGEN_CELLCORE_RIL

Provides a DLL that communicates with the RIL driver.

Requires a RIL application.

RIL Proxy Log

SYSGEN_CELLCORE_RILLOG

Supports logging output for the RIL proxy.

Requires RIL Proxy (SYSGEN_CELLCORE_RIL).

SIM Manager

SYSGEN_CELLCORE_SIM

Provides the SIM Manager API, which you use to access information stored on a SIM card.

Requires RIL Proxy (SYSGEN_CELLCORE_RIL). For more information, see SIM Manager Catalog Items and Sysgen Variables.

SMS

SYSGEN_CELLCORE_SMS

Provides support for sending and receiving short messages over a cellular network.

Requires RIL Proxy (SYSGEN_CELLCORE_RIL) and SIM Manager (SYSGEN_CELLCORE_SIM). For more information, see SIM Manager Catalog Items and Sysgen Variables.

WAP

SYSGEN_CELLCORE_WAP

Provides the WAP stack and API to support wireless Internet connections.

Requires RIL Proxy (SYSGEN_CELLCORE_RIL), SIM Manager (SYSGEN_CELLCORE_SIM), and SMS (SYSGEN_CELLCORE_SMS). For more information, see SIM Manager Catalog Items and Sysgen Variables and Short Message Service (SMS) Catalog Items and Sysgen Variables

Wireless WAN

SYSGEN_CELLCORE_WWAN

Provides support for Wireless WAN, a Global System for Mobile Communications/General Packet Radio Service (GSM/GPRS) interface that is based on Network Driver Interface Specification (NDIS).

Requires RIL Proxy (SYSGEN_CELLCORE_RIL).

See Also

Other Resources

Cellular Radio (CellCore)