CTSY sends the requests to the LTSY, the LTSY responds to the requests with a
The CTSY and the telephony server run in the same thread and it is recommended that a LTSY also runs in this thread. An LTSY should have only one active scheduler and one or more static DLLs
A LTSY communicates with the baseband using proprietary software. A LTSY is an interface between the baseband and the CTSY. The main tasks of a LTSY are to:
translate the baseband specific data to Symbian platform data types
convert the Symbian platform request to the baseband request for the telephony client data
map the baseband specific
process incoming calls, emergency calls and Class 2 Type 0 SMS even in out of memory situations
notify the CTSY of baseband status changes
maintain a state machine, if required
allocate memory for the baseband messages during initialisation of the LTSY
free the allocated memory when the baseband messages are sent back to the CTSY.
CTSY sends the requests to the LTSY, the LTSY responds to the requests with a
The CTSY and the telephony server run in the same thread and it is recommended that a LTSY also runs in this thread. An LTSY should have only one active scheduler and one or more static DLLs
A LTSY communicates with the baseband using proprietary software. A LTSY is an interface between the baseband and the CTSY. The main tasks of a LTSY are to:
translate the baseband specific data to Symbian platform data types
convert the Symbian platform request to the baseband request for the telephony client data
map the baseband specific
process incoming calls, emergency calls and Class 2 Type 0 SMS even in out of memory situations
notify the CTSY of baseband status changes
maintain a state machine, if required
allocate memory for the baseband messages during initialisation of the LTSY
free the allocated memory when the baseband messages are sent back to the CTSY.