OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Types Summary | |
|---|---|
| PositioningProtocol | |
| LPP_Version_Enum | |
| RRLP_Version_Enum | |
| HMACHash | |
| CipherSuites | |
| Sims | |
| MTTransport | |
| CertificateVersions | |
| GPSAutomationType | |
type enumerated PositioningProtocol {
TIA,
RRLP,
LPP
}
with {
variant "noCodec"
}
type enumerated LPP_Version_Enum {
e_LPP_V10(10)
};
type enumerated RRLP_Version_Enum {
e_RRLP_V5(5),
e_RRLP_V10(10)
};
type enumerated HMACHash {
SHA1,
SHA256
} with {
encode "HashCodec"
}
type enumerated CipherSuites {
TLS_RSA_WITH_NULL_SHA,
TLS_RSA_WITH_3DES_EDE_CBC_SHA,
TLS_RSA_WITH_AES_128_CBC_SHA,
TLS_PSK_WITH_3DES_EDE_CBC_SHA,
TLS_PSK_WITH_AES_128_CBC_SHA
}
with {
variant "noCodec"
}
type enumerated Sims {
GSIM,
USIM,
ISIM
}
with {
variant "noCodec"
}
type enumerated MTTransport {
MT_SMS,
WAP_Push_Connectionless,
SIP_Push,
CDMA_SMS,
UDP
}
with {
variant "noCodec"
}
type enumerated CertificateVersions {
X509v1,
X509v3
}
with {
variant "noCodec"
}
type enumerated GPSAutomationType {
OFF,
AutomationManager
}
with {
variant "noCodec"
}