Loading ttcn/LibDiameter_Templates.ttcn +8 −4 Original line number Original line Diff line number Diff line Loading @@ -1347,7 +1347,8 @@ module LibDiameter_Templates { user_Data := m_user_Data_dummy, user_Data := m_user_Data_dummy, proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, aVP_Type := omit aVP_Type := omit, user_Name := omit } } template (value) RAR_MSG m_RAR_dummy := { template (value) RAR_MSG m_RAR_dummy := { Loading Loading @@ -1572,7 +1573,8 @@ module LibDiameter_Templates { dSAI_Tag := omit, dSAI_Tag := omit, proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, aVP_Type := omit aVP_Type := omit, user_Name := omit } } }//end group dummy_request_templates_send }//end group dummy_request_templates_send Loading Loading @@ -1930,7 +1932,8 @@ module LibDiameter_Templates { user_Data := ?, user_Data := ?, proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, aVP_Type := * aVP_Type := *, user_Name := * } } template RAR_MSG mw_RAR_dummy := { template RAR_MSG mw_RAR_dummy := { Loading Loading @@ -2154,7 +2157,8 @@ module LibDiameter_Templates { dSAI_Tag := *, dSAI_Tag := *, proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, aVP_Type := * aVP_Type := *, user_Name := * } } }//end group dummy_request_templates_receive }//end group dummy_request_templates_receive Loading ttcn/LibDiameter_TypesAndValues.ttcn +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1854,7 +1854,8 @@ group BasicTypesAndConstants{ set of DSAI_Tag_AVP dSAI_Tag optional, set of DSAI_Tag_AVP dSAI_Tag optional, set of Proxy_Info_AVP proxy_Info optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional set of AVP_Type aVP_Type optional, User_Name_AVP user_Name optional //RFC4740 & required in TS129 229 } } with { with { variant (supported_Features) "fieldPresent=bytes(4, 628)" variant (supported_Features) "fieldPresent=bytes(4, 628)" Loading Loading @@ -1929,7 +1930,8 @@ group BasicTypesAndConstants{ User_Data_AVP user_Data,//Requi. User_Data_AVP user_Data,//Requi. set of Proxy_Info_AVP proxy_Info optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional set of AVP_Type aVP_Type optional, User_Name_AVP user_Name optional //RFC4740 & required in TS129 229 } } with { with { variant (supported_Features) "fieldPresent=bytes(4, 628)" variant (supported_Features) "fieldPresent=bytes(4, 628)" Loading Loading
ttcn/LibDiameter_Templates.ttcn +8 −4 Original line number Original line Diff line number Diff line Loading @@ -1347,7 +1347,8 @@ module LibDiameter_Templates { user_Data := m_user_Data_dummy, user_Data := m_user_Data_dummy, proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, aVP_Type := omit aVP_Type := omit, user_Name := omit } } template (value) RAR_MSG m_RAR_dummy := { template (value) RAR_MSG m_RAR_dummy := { Loading Loading @@ -1572,7 +1573,8 @@ module LibDiameter_Templates { dSAI_Tag := omit, dSAI_Tag := omit, proxy_Info := omit, proxy_Info := omit, route_Record := omit, route_Record := omit, aVP_Type := omit aVP_Type := omit, user_Name := omit } } }//end group dummy_request_templates_send }//end group dummy_request_templates_send Loading Loading @@ -1930,7 +1932,8 @@ module LibDiameter_Templates { user_Data := ?, user_Data := ?, proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, aVP_Type := * aVP_Type := *, user_Name := * } } template RAR_MSG mw_RAR_dummy := { template RAR_MSG mw_RAR_dummy := { Loading Loading @@ -2154,7 +2157,8 @@ module LibDiameter_Templates { dSAI_Tag := *, dSAI_Tag := *, proxy_Info := *, proxy_Info := *, route_Record := *, route_Record := *, aVP_Type := * aVP_Type := *, user_Name := * } } }//end group dummy_request_templates_receive }//end group dummy_request_templates_receive Loading
ttcn/LibDiameter_TypesAndValues.ttcn +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1854,7 +1854,8 @@ group BasicTypesAndConstants{ set of DSAI_Tag_AVP dSAI_Tag optional, set of DSAI_Tag_AVP dSAI_Tag optional, set of Proxy_Info_AVP proxy_Info optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional set of AVP_Type aVP_Type optional, User_Name_AVP user_Name optional //RFC4740 & required in TS129 229 } } with { with { variant (supported_Features) "fieldPresent=bytes(4, 628)" variant (supported_Features) "fieldPresent=bytes(4, 628)" Loading Loading @@ -1929,7 +1930,8 @@ group BasicTypesAndConstants{ User_Data_AVP user_Data,//Requi. User_Data_AVP user_Data,//Requi. set of Proxy_Info_AVP proxy_Info optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional set of AVP_Type aVP_Type optional, User_Name_AVP user_Name optional //RFC4740 & required in TS129 229 } } with { with { variant (supported_Features) "fieldPresent=bytes(4, 628)" variant (supported_Features) "fieldPresent=bytes(4, 628)" Loading