Loading ttcn/LibDiameter_Templates.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,7 @@ module LibDiameter_Templates { qoS_Rule_Remove := omit, subsession_Decision_Info := omit, aN_GW_Address := omit, multiple_BBERF_Action := omit, proxy_Info := omit, route_Record := omit, aVP_Type := omit Loading Loading @@ -1483,6 +1484,7 @@ module LibDiameter_Templates { qoS_Rule_Remove := *, subsession_Decision_Info := *, aN_GW_Address := *, multiple_BBERF_Action := *, proxy_Info := *, route_Record := *, aVP_Type := * Loading ttcn/LibDiameter_TypesAndValues.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ group BasicTypesAndConstants{ set of QoS_Rule_Remove_AVP qoS_Rule_Remove optional, //S9 (TS129 215) only set of Subses_Decision_Info_AVP subsession_Decision_Info optional, //S9 (TS129 215) only set length (0..2) of AN_GW_Addr_AVP aN_GW_Address optional, //S9 (TS129 215) only Multiple_BBERF_Action_AVP multiple_BBERF_Action optional, //S9 (TS129 215) only set of Proxy_Info_AVP proxy_Info optional, //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 set of Route_Record_AVP route_Record optional, //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 set of AVP_Type aVP_Type optional //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 Loading Loading
ttcn/LibDiameter_Templates.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -1002,6 +1002,7 @@ module LibDiameter_Templates { qoS_Rule_Remove := omit, subsession_Decision_Info := omit, aN_GW_Address := omit, multiple_BBERF_Action := omit, proxy_Info := omit, route_Record := omit, aVP_Type := omit Loading Loading @@ -1483,6 +1484,7 @@ module LibDiameter_Templates { qoS_Rule_Remove := *, subsession_Decision_Info := *, aN_GW_Address := *, multiple_BBERF_Action := *, proxy_Info := *, route_Record := *, aVP_Type := * Loading
ttcn/LibDiameter_TypesAndValues.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -749,6 +749,7 @@ group BasicTypesAndConstants{ set of QoS_Rule_Remove_AVP qoS_Rule_Remove optional, //S9 (TS129 215) only set of Subses_Decision_Info_AVP subsession_Decision_Info optional, //S9 (TS129 215) only set length (0..2) of AN_GW_Addr_AVP aN_GW_Address optional, //S9 (TS129 215) only Multiple_BBERF_Action_AVP multiple_BBERF_Action optional, //S9 (TS129 215) only set of Proxy_Info_AVP proxy_Info optional, //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 set of Route_Record_AVP route_Record optional, //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 set of AVP_Type aVP_Type optional //RFC3588 & TS 129 214 & TS 129 212 & TS129 215 Loading