Loading ttcn/LibDiameter_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -2036,7 +2036,7 @@ module LibDiameter_Templates { aCA_Body := m_ACA_Body_dummy } template (value) ACA_Body_AVP m_ACA_Body_dummy := template (omit) ACA_Body_AVP m_ACA_Body_dummy := { result_Code := m_resultCode_dummy, origin_Host := m_originHost_dummy, Loading Loading @@ -2087,7 +2087,7 @@ module LibDiameter_Templates { cCA_Body := m_CCA_Body_dummy } template (value) CCA_Body_AVP m_CCA_Body_dummy := template (omit) CCA_Body_AVP m_CCA_Body_dummy := { result_Code := m_resultCode_dummy, origin_Host := m_originHost_dummy, Loading Loading @@ -3386,7 +3386,7 @@ module LibDiameter_Templates { v_protocol := p_diameterURI.protocol; v_tailString := ";protocol=" & v_protocol; } v_utf8String := v_scheme & "://" & v_diameterId_FQDN & v_tailString; v_utf8String := valueof(v_scheme) & "://" & valueof(v_diameterId_FQDN) & valueof(v_tailString); return v_utf8String; Loading ttcn/LibDiameter_TypesAndValues.ttcn +2860 −2860 File changed.Contains only whitespace changes. Show changes Loading
ttcn/LibDiameter_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -2036,7 +2036,7 @@ module LibDiameter_Templates { aCA_Body := m_ACA_Body_dummy } template (value) ACA_Body_AVP m_ACA_Body_dummy := template (omit) ACA_Body_AVP m_ACA_Body_dummy := { result_Code := m_resultCode_dummy, origin_Host := m_originHost_dummy, Loading Loading @@ -2087,7 +2087,7 @@ module LibDiameter_Templates { cCA_Body := m_CCA_Body_dummy } template (value) CCA_Body_AVP m_CCA_Body_dummy := template (omit) CCA_Body_AVP m_CCA_Body_dummy := { result_Code := m_resultCode_dummy, origin_Host := m_originHost_dummy, Loading Loading @@ -3386,7 +3386,7 @@ module LibDiameter_Templates { v_protocol := p_diameterURI.protocol; v_tailString := ";protocol=" & v_protocol; } v_utf8String := v_scheme & "://" & v_diameterId_FQDN & v_tailString; v_utf8String := valueof(v_scheme) & "://" & valueof(v_diameterId_FQDN) & valueof(v_tailString); return v_utf8String; Loading
ttcn/LibDiameter_TypesAndValues.ttcn +2860 −2860 File changed.Contains only whitespace changes. Show changes