Loading ttcn/LibDiameter_Templates.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -834,6 +834,7 @@ module LibDiameter_Templates { maximum_Bandwidth := omit, logical_Access_ID := omit, physical_Access_ID := omit, session_Linking_Indicator := omit, qoS_Rule_Report := omit, subsesion_Enforcement_Info := omit, threeGPP2_BSID := omit, Loading Loading @@ -1316,6 +1317,7 @@ module LibDiameter_Templates { maximum_Bandwidth := *, logical_Access_ID := *, physical_Access_ID := *, session_Linking_Indicator := *, qoS_Rule_Report := *, subsesion_Enforcement_Info := *, threeGPP2_BSID := *, Loading ttcn/LibDiameter_TypesAndValues.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ group BasicTypesAndConstants{ group DiameterConstants{ const charstring c_sync1 := "sync1"; const charstring c_sync2 := "sync2"; const charstring c_sync3 := "sync3"; const UInt8 c_versionId := 1; Loading Loading @@ -1877,6 +1879,7 @@ group BasicTypesAndConstants{ Maximum_Bandwidth_AVP maximum_Bandwidth optional, //TS129 212 only Logical_Access_ID_AVP logical_Access_ID optional, //TS129 212 only Physical_Access_ID_AVP physical_Access_ID optional, //TS129 212 only Session_Linking_Indicator_AVP session_Linking_Indicator optional,//Gxx TS129 212 only set of QoS_Rule_Report_AVP qoS_Rule_Report optional, //S9 (TS129 215) & Gxx (TS129 212) set of Subses_Enforcement_Info_AVP subsesion_Enforcement_Info optional, //S9 (TS129 215) only ThreeGPP2_BSID_AVP threeGPP2_BSID optional, //S9 (TS129 215) & Gxx (TS129 212) Loading Loading
ttcn/LibDiameter_Templates.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -834,6 +834,7 @@ module LibDiameter_Templates { maximum_Bandwidth := omit, logical_Access_ID := omit, physical_Access_ID := omit, session_Linking_Indicator := omit, qoS_Rule_Report := omit, subsesion_Enforcement_Info := omit, threeGPP2_BSID := omit, Loading Loading @@ -1316,6 +1317,7 @@ module LibDiameter_Templates { maximum_Bandwidth := *, logical_Access_ID := *, physical_Access_ID := *, session_Linking_Indicator := *, qoS_Rule_Report := *, subsesion_Enforcement_Info := *, threeGPP2_BSID := *, Loading
ttcn/LibDiameter_TypesAndValues.ttcn +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,8 @@ group BasicTypesAndConstants{ group DiameterConstants{ const charstring c_sync1 := "sync1"; const charstring c_sync2 := "sync2"; const charstring c_sync3 := "sync3"; const UInt8 c_versionId := 1; Loading Loading @@ -1877,6 +1879,7 @@ group BasicTypesAndConstants{ Maximum_Bandwidth_AVP maximum_Bandwidth optional, //TS129 212 only Logical_Access_ID_AVP logical_Access_ID optional, //TS129 212 only Physical_Access_ID_AVP physical_Access_ID optional, //TS129 212 only Session_Linking_Indicator_AVP session_Linking_Indicator optional,//Gxx TS129 212 only set of QoS_Rule_Report_AVP qoS_Rule_Report optional, //S9 (TS129 215) & Gxx (TS129 212) set of Subses_Enforcement_Info_AVP subsesion_Enforcement_Info optional, //S9 (TS129 215) only ThreeGPP2_BSID_AVP threeGPP2_BSID optional, //S9 (TS129 215) & Gxx (TS129 212) Loading