Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains radio link protocol settings. Radio link protocol is a link layer correction protocol that increases the perceived reliability of the air link.

Syntax

typedef struct cellradiolinkinfo_tag {
	DWORD 
dwVersion;
	DWORD 
dwIws;
	DWORD 
dwMws;
	DWORD 
dwAckTimer;
	DWORD 
dwRetransmitAttempts;
	DWORD 
dwResequenceTimer;
} CELLRADIOLINKINFO, *LPCELLRADIOLINKINFO;

Members

dwVersion

Version number. The recommended range is 0 - 2; 2 is the default setting.

dwIws

Inter-working function (IWF) to the device window size. The recommended range for versions 0 and 1 is 0 - 61; 61 is the default setting. The range for version 2 is 0 - 480; 240 is the default setting. For more information about the related CELLXXX structures, see GSM specification 07.07 "Digital cellular telecommunications system (Phase 2+); AT command set for GSM Mobile Equipment (ME)." For more information about IWF, see Remarks.

dwMws

MS to IWF window size. The recommended range for versions 0 and 1 is 0 - 61; 61 is the default setting. The range for version 2 is 0 - 480; 240 is the default setting.

dwAckTimer

Acknowledgement timer [T1] in milliseconds. The recommended range is 380+; 500 is the default setting.

dwRetransmitAttempts

Retransmit attempts [N2]. The recommended range is >0; 6 is the default setting.

dwResequenceTimer

Resequence timer [T4] in milliseconds. The recommended range is >25; if dwVersionis 1 then is 30 is the default setting for 14.5 kilobit full rate, if dwVersionis 2 then 50 is the default setting for 14.5 kilobit full rate.

Remarks

Inter-working function (IWF) is a component in a system that connects two different types of networks (such as frame relay and ATM) and enables endpoints attached to one network to communicate with endpoints attached to the other network. The TSP does not set defaults; however, recommended values are given. An application may use lineGetDevConfigto determine the current settings.

Requirements

Header tsp.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also