OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
type integer SPI (0..4294967295);
type enumerated DecompFailureType {
stateCreation,
dummy1,
dummy2,
dummy3
};
type record SA {
SPI spi,
IPAddr srcIPaddr,
IPAddr desIPaddr,
integer srcPort,
integer desPort,
IPsec_IntegrityAlgorithm_Type intAlgo,
IPsec_CipheringAlgorithm_Type ciphAlgo
}
type record SingleAddSADCnf {
Status status
}
type record DoubleAddSADReq {
SA sa1,
SA sa2
}
type record DoubleAddSADCnf {
Status status
}
type record InstallKeyReq {
bitstring MD5_96Key length (128),
bitstring SHA_1_96Key length (160),
bitstring DES_EDE3_CBCKey length (192),
bitstring AES_CBCKey length (128)
}
type record InstallKeyCnf {
Status status
}
type record AssignIPaddrReq {
IPAddr p_cscf_Addr,
IPAddr dhcp_Addr,
IPAddr dns_Addr,
IPAddr ue_Addr,
IPAddr peerUE_Addr
}
type record AssignIPaddrCnf {
Status status
}
type record SignallingCompressionReq {
boolean startCompression
}
type record SignallingCompressionCnf {
Status status
}
type record RcvdCompartmentId {
charstring compartmentId
}
type record GenerateSigCompDecompFailReq {
boolean startError,
DecompFailureType mechanism optional
}
type record GenerateSigCompDecompFailCnf {
Status status
}
type record DelSADReq {
SPI spi1,
SPI spi2 optional,
SPI spi3 optional,
SPI spi4 optional,
SPI spi5 optional,
SPI spi6 optional,
SPI spi7 optional,
SPI spi8 optional,
SPI spi9 optional
}
type record DelSADCnf {
Status status
}
type record ReleaseIPConfigurationReq {}
type record ReleaseIPConfigurationCnf {
Status status
}
type record AddPCSCFaddrReq {
IPAddr p_cscf_Addr
}
type record AddPCSCFaddrCnf {
Status status
}
type record UpdateRemotePCSCFPortNumberReq {
integer uePortNumber
}
type record UpdateRemotePCSCFPortNumberCnf {
Status status
}