Commit d67b5c33 authored by schmitting's avatar schmitting
Browse files

Validation until Feb 18

parent 55428bc1
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -1082,7 +1082,7 @@ module DiameterS6a_Templates {
                */
                template (value) Service_Selection_AVP md_service_Selection_AVP( in charstring p_aVP_Data )
                modifies m_service_Selection_AVP_dummy := {
                    aVP_Header  := m_aVP_HeaderVid_Mbit1 ( c_service_Selection_AVP_Code, f_getCharStringLength(p_aVP_Data), c_vendId3gpp ),
                    aVP_Header  := m_aVP_Header_Mbit1 ( c_service_Selection_AVP_Code, f_getCharStringLength(p_aVP_Data)),
                    aVP_Data := p_aVP_Data
                } // End of template m_service_Selection_AVP
                
@@ -1093,7 +1093,7 @@ module DiameterS6a_Templates {
                */
                template (value) MIP_Home_Agent_Address_AVP md_mip_Home_Agent_Address_AVP( in Address p_Address )
                modifies m_mip_Home_Agent_Address_AVP_dummy := {
                    aVP_Header  := m_aVP_HeaderVid_Mbit1 ( c_mIP_Home_Agent_Address_AVP_Code, f_IPAdressLengthUInt24(), c_vendId3gpp ),
                    aVP_Header  := m_aVP_Header_Mbit1 ( c_mIP_Home_Agent_Address_AVP_Code, f_IPAdressLengthUInt24()),
                    aVP_Data := p_Address
                } // End of template m_mip_Home_Agent_Address_AVP
                template (value) MIP_Home_Agent_Address_AVP md_mipHomeAgentAddress( in Address p_Address ) := md_mip_Home_Agent_Address_AVP(p_Address); //Alias
@@ -1108,10 +1108,9 @@ module DiameterS6a_Templates {
                    in template (value) Destination_Host_AVP p_destinationHost)
                modifies m_mip_Home_Agent_Host_AVP_dummy := {
                    
                    aVP_Header         := m_aVP_HeaderVid_Mbit1 ( c_mIP_Home_Agent_Host_AVP_Code,
                    aVP_Header         := m_aVP_Header_Mbit1 ( c_mIP_Home_Agent_Host_AVP_Code,
                                                               f_getEncvalueLength ( encvalue (p_destinationRealm.aVP_Data))+
                                                                  f_getEncvalueLength ( encvalue (p_destinationHost.aVP_Data)),
                                                                  c_vendId3gpp ),
                                                               f_getEncvalueLength ( encvalue (p_destinationHost.aVP_Data))),
                    destination_Realm   := p_destinationRealm,
                    destination_Host    := p_destinationHost
                } // End of template m_mip_Home_Agent_Host_AVP
@@ -1136,10 +1135,9 @@ module DiameterS6a_Templates {
                    in template (value) MIP_Home_Agent_Address_AVP p_mip_Home_Agent_Address1,
                    in template (value) MIP_Home_Agent_Host_AVP p_mip_Home_Agent_Host
                ) modifies m_mip6_Agent_Info_AVP_dummy := {
                    aVP_Header                  := m_aVP_HeaderVid_Mbit1 ( c_mIP6_Agent_Info_AVP_Code, 
                    aVP_Header                  := m_aVP_Header_Mbit1 ( c_mIP6_Agent_Info_AVP_Code, 
                                                                        f_getEncvalueLength ( encvalue (p_mip_Home_Agent_Address1 ))+
                                                                           f_getEncvalueLength ( encvalue (p_mip_Home_Agent_Host )),
                                                                           c_vendId3gpp ),
                                                                        f_getEncvalueLength ( encvalue (p_mip_Home_Agent_Host ))),
                    mip_Home_Agent_Address1 := p_mip_Home_Agent_Address1,
                    mip_Home_Agent_Host     := p_mip_Home_Agent_Host
                } // End of template m_mip6_Agent_Info_AVP
@@ -3459,7 +3457,6 @@ module DiameterS6a_Templates {
                    origin_Host         := valueof(m_originHost(PX_ORIGIN_HOST)),
                    origin_Realm        := valueof(m_originRealm(PX_ORIGIN_REALM)),
                    destination_Realm   := valueof(m_destinationRealm(PX_DESTINATION_REALM)),
                    destination_Host    := valueof(m_destinationHost(PX_DESTINATION_HOST)),
                    user_Name           := p_user_Name
                } // End of template md_ulrBodyAvps_user_Name