Loading DiameterCxDx/ttcn/DiameterCxDx_Templates.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ module DiameterCxDx_Templates { import from LibDiameter_Templates all; import from DiameterCxDx_PIXITS all; import from NoTargetNamespace language "XSD" all import from CxData_Type_Rel10 language "XSD" all with { extension "File:../xsd/CxData_Type_Rel10.xsd"; } Loading Loading @@ -497,7 +497,7 @@ module DiameterCxDx_Templates { template (present) UAR_Body_AVP mw_UAR_basic ( template (present) Origin_Host_AVP p_originHost, template (present) Origin_Realm_AVP p_originRealm, template (present) Destination_Realm_AVP p_destinationRealm) modifies mw_UAR_dummy := { modifies mw_UAR_Body_dummy := { vendor_Specific_Application_Id := ?, //mandatory in CxDx TS 129 229 auth_Application_Id := *, //not present in CxDx TS 129 229 auth_Session_State := ?, Loading Loading @@ -560,9 +560,9 @@ module DiameterCxDx_Templates { template (value) SAR_Body_AVP m_SAR_Dx( template (value) Origin_Host_AVP p_originHost, template (value) Origin_Realm_AVP p_originRealm, template (value) Destination_Realm_AVP p_destinationRealm, template (value) User_Name_AVP p_userName, template (value) Public_Identity_AVP p_public_Identity, template (value) Visited_Network_Id_AVP p_visited_Network_Id) template (value) Server_Name_AVP p_serverName, template (value) Server_Assignment_Type_AVP p_serverAssignmentType, template (value) User_Data_Already_Available_AVP p_userDataAlreadyAvailable) modifies m_SAR_basic := {} } // end group Dx_modified_templates_send Loading Loading
DiameterCxDx/ttcn/DiameterCxDx_Templates.ttcn +10 −10 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ module DiameterCxDx_Templates { import from LibDiameter_Templates all; import from DiameterCxDx_PIXITS all; import from NoTargetNamespace language "XSD" all import from CxData_Type_Rel10 language "XSD" all with { extension "File:../xsd/CxData_Type_Rel10.xsd"; } Loading Loading @@ -497,7 +497,7 @@ module DiameterCxDx_Templates { template (present) UAR_Body_AVP mw_UAR_basic ( template (present) Origin_Host_AVP p_originHost, template (present) Origin_Realm_AVP p_originRealm, template (present) Destination_Realm_AVP p_destinationRealm) modifies mw_UAR_dummy := { modifies mw_UAR_Body_dummy := { vendor_Specific_Application_Id := ?, //mandatory in CxDx TS 129 229 auth_Application_Id := *, //not present in CxDx TS 129 229 auth_Session_State := ?, Loading Loading @@ -560,9 +560,9 @@ module DiameterCxDx_Templates { template (value) SAR_Body_AVP m_SAR_Dx( template (value) Origin_Host_AVP p_originHost, template (value) Origin_Realm_AVP p_originRealm, template (value) Destination_Realm_AVP p_destinationRealm, template (value) User_Name_AVP p_userName, template (value) Public_Identity_AVP p_public_Identity, template (value) Visited_Network_Id_AVP p_visited_Network_Id) template (value) Server_Name_AVP p_serverName, template (value) Server_Assignment_Type_AVP p_serverAssignmentType, template (value) User_Data_Already_Available_AVP p_userDataAlreadyAvailable) modifies m_SAR_basic := {} } // end group Dx_modified_templates_send Loading