OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| car_IMS_InstallKey_REQ | |
| car_IMS_PortsAndSecurityConfig_REQ | |
| cas_IMS_InstallKey_CNF | |
| cas_IMS_PortsAndSecurityConfig_CNF | |
| cs_PortsAndSecurityConfigCnf | |
| cs_IPsec_SA | |
| Functions Summary | |
|---|---|
| f_SPIs_SetNetworkValues | |
| f_IPsec_SA_List | |
template IMS_CONFIG_REQ car_IMS_InstallKey_REQ := {InstallKey := ?};
template IMS_CONFIG_REQ car_IMS_PortsAndSecurityConfig_REQ := {PortsAndSecurityConfig := ?};
template (value) IMS_CONFIG_CNF cas_IMS_InstallKey_CNF := {InstallKey := true};
template (value) IMS_CONFIG_CNF cas_IMS_PortsAndSecurityConfig_CNF(template (value) IMS_PortsAndSecurityConfigCnf_Type p_PortsAndSecurityConfig) :=
{
PortsAndSecurityConfig := p_PortsAndSecurityConfig
};
template (value) IMS_PortsAndSecurityConfigCnf_Type cs_PortsAndSecurityConfigCnf(template (omit) IMS_ProtectedPorts_Type p_ProtectedPorts := omit,
template (omit) IMS_SPIs_Type p_SPIs := omit) :=
{
ProtectedPorts := p_ProtectedPorts,
SPIs := p_SPIs
};
template (value) IPsec_SecurityAssociation_Type cs_IPsec_SA(IPsec_SPI_Type p_SPI,
charstring p_SrcAddress,
charstring p_DestAddress,
UInt16_Type p_SrcPort,
UInt16_Type p_DestPort,
template (omit) IPsec_IntegrityAlgorithm_Type p_IntegrityAlgorithm := omit,
template (omit) IPsec_CipheringAlgorithm_Type p_CipheringAlgorithm := omit) :=
{
SPI := p_SPI,
SrcAddress := p_SrcAddress,
DestAddress := p_DestAddress,
SrcPort := p_SrcPort,
DestPort := p_DestPort,
IntegrityAlgorithm := p_IntegrityAlgorithm,
CipheringAlgorithm := p_CipheringAlgorithm
};
function f_SPIs_SetNetworkValues(IMS_SPIs_Type p_SPIs) return IMS_SPIs_Type
function f_IPsec_SA_List(IP_AddrInfo_Type p_NW_Address,
IP_AddrInfo_Type p_UE_Address,
IMS_SecurityInfo_Type p_SecurityInfo,
template (omit) IPsec_IntegrityAlgorithm_Type p_IntegrityAlgorithm := omit,
template (omit) IPsec_CipheringAlgorithm_Type p_CipheringAlgorithm := omit)
return template (value) IPsec_SecurityAssociationList_Type