#include <SwiStructsGsm.h>
Public Attributes | |
U32 | sizeStruct |
U8 | nProfileId |
U32 | nFilterId |
bool | bValid |
U32 | nEpi |
U32 | nLengthIp |
BYTE | bySrcIp [LENGTH_IPAddress] |
BYTE | bySrcIpMask [LENGTH_IPAddress] |
U32 | nProtoNum |
U32 | nDestPortFrom |
U32 | nDestPortTo |
U32 | nSrcPortFrom |
U32 | nSrcPortTo |
U32 | nSecurParamInd |
U32 | nTypeServ |
U32 | nTypeServMask |
U32 | nFlowLabel |
True indicates the TFT information is valid, false otherwise.
BYTE SWI_STRUCT_GsmProfileTft::bySrcIp[LENGTH_IPAddress] |
A binary value representing the source address. Ex. 0xFFFFFF00 is 255.255.255.0.
BYTE SWI_STRUCT_GsmProfileTft::bySrcIpMask[LENGTH_IPAddress] |
A binary value representing the source address mask. Ex. 0xFFFFFF00 is 255.255.255.0.
Destination port range "from". Valid values range from 0-65535).
Destination port range "to". Valid values range from 0-65535).
Evaluation precedence index. Valid range is 0-255.
TFT filter ID. Only 2 filters are currently supported (1-2).
Flow label (IPV6). Valid values range from 0x00000 - 0xFFFFF.
IP length, where 4 indicates IPV4 while 16 indicates IPV6.
Profile ID. Valid range is 1-16.
Protocol number (IPV4) / next header (IPV6).
Security parameter index. Valid values range from 0x00000000-0xFFFFFFFF.
Source port range "from". Valid values range from 0-65535).
Source port range "to". Valid values range from 0-65535).
Type of service (IPV4) / traffic class (IPV6).
Type of service mask (IPV4) / traffic class mask (IPV6).
The size, in bytes, of this structure.