Loading ttcn/LibDiameter_TypesAndValues.ttcn +48 −47 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ group BasicTypesAndConstants{ const integer c_vendIdService_Indication_AVP := 704; //Ref: 3GPP TS 29.329 6.3.5 Service-Indication AVP const integer c_vendIdSubs_Req_Type_AVP := 705; //Ref: 3GPP TS 29.329 6.3.6 Subs-Req-Type AVP const integer c_vendIdSupported_Features_AVP := 628; //Ref: 3GPP TS 29.329 6.3.11 Supported-Features AVP const integer c_vendIdUser_Data_AVP := 702; //Ref: 3GPP TS 29.229 6.3.7 User-Data AVP const integer c_vendIdUser_Data_AVP := 606; //Ref: 3GPP TS 29.229 6.3.7 User-Data AVP const integer c_vendIdUser_Identity_AVP := 700; //Ref: 3GPP TS 29.329 6.3.1 User-Identity AVP const integer c_vendIdWildcarded_IMPU_AVP := 636; //Ref: 3GPP TS 29.329 6.3.20 Wildcarded-IMPU AVP , 3GPP TS 29.229 const integer c_vendIdWildcarded_PSI_AVP := 634; //Ref: 3GPP TS 29.329 6.3.19 Wildcarded-PSI AVP , 3GPP TS 29.229 Loading Loading @@ -1339,8 +1339,8 @@ group BasicTypesAndConstants{ //Ref: RFC3588 6.11. Vendor-Specific-Application-Id AVP AVP_Header aVP_Header,//<Vendor-Specific-Application-Id> ::= < AVP Header: 260 > set of Vendor_Id_AVP vendor_Id optional, set of Auth_Application_Id_AVP auth_Application_Id, set of Acct_Application_Id_AVP acct_Application_Id set of Auth_Application_Id_AVP auth_Application_Id optional, set of Acct_Application_Id_AVP acct_Application_Id optional }; type record Firmware_Revision_AVP{ Loading Loading @@ -1946,6 +1946,7 @@ group BasicTypesAndConstants{ type record User_Data_AVP{ // Ref: 3GPP TS 29.229 6.3.7 User-Data AVP // Ref: AVP_Header aVP_Header,//<AVP header: 606 ....> octetstring aVP_Data }; } Loading Loading @@ -3535,7 +3536,7 @@ group BasicTypesAndConstants{ Product_Name_AVP product_Name,//required Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Supported_Vendor_Id_AVP supported_Vendor_Id optional, set of Auth_Application_Id_AVP auth_Application_Id optional, set of Inband_Security_Id_AVP inband_Security_Id optional, Loading Loading @@ -3606,7 +3607,7 @@ group BasicTypesAndConstants{ set of Charging_Rule_Report_AVP charging_Rule_Report optional, //TS 129 212 Error_Message_AVP error_Message optional, //RFC3588 & TS 129 214 & TS 129 212 Error_Reporting_Host_AVP error_Reporting_Host optional, //RFC3588 & TS 129 214 & TS 129 212 set of Failed_AVP failed_AVP optional, //RFC3588 & TS 129 214 & TS 129 212 set of Failed_AVP failed optional, //RFC3588 & TS 129 214 & TS 129 212 set of Redirect_Host_AVP redirect_Host optional, //RFC3588 & TS 129 214 Redirect_Host_Usage_AVP redirect_Host_Usage optional, //RFC3588 & TS 129 214 Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, //RFC3588 & TS 129 214 Loading Loading @@ -3691,7 +3692,7 @@ group BasicTypesAndConstants{ Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Redirect_Host_AVP redirect_Host optional, Redirect_Host_Usage_AVP redirect_Host_Usage optional, Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, Loading Loading @@ -3728,7 +3729,7 @@ group BasicTypesAndConstants{ set of Class_AVP class optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, Sponsored_Connectivity_Data_AVP sponsored_Connectivity_Data optional,//present in ETSI TS 129 214 p.5.6.6 Origin_State_Id_AVP origin_State_Id optional, set of Redirect_Host_AVP redirect_Host optional, Loading @@ -3754,7 +3755,7 @@ group BasicTypesAndConstants{ Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, Origin_State_Id_AVP origin_State_Id optional } Loading @@ -3763,7 +3764,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<DPR> ::= < Diameter Header: 282, REQ > Origin_Host_AVP origin_Host,//required Origin_Realm_AVP origin_Realm, Disconnect_Cause_AVP disconnect_Cause_AVP//requ. Disconnect_Cause_AVP disconnect_Cause//requ. } type record DPA_MSG{ Loading @@ -3773,7 +3774,7 @@ group BasicTypesAndConstants{ Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional set of Failed_AVP failed optional } }//end of group RFC3588 Loading @@ -3785,7 +3786,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<UAR> ::= < Diameter Header: 283, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host,//required Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -3804,7 +3805,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<UAA> ::= < Diameter Header: 283, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Result_Code_AVP result_Code, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Loading @@ -3825,7 +3826,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<SAR> ::= < Diameter Header: 284, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -3834,8 +3835,8 @@ group BasicTypesAndConstants{ Destination_Host_AVP destination_Host optional, User_Name_AVP user_Name optional, SIP_Server_URI_AVP sIP_Server_URI optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type_AVP optional, set of SIP_AOR_AVP sIP_AOR_AVP optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type optional, set of SIP_AOR_AVP sIP_AOR optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -3847,12 +3848,12 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, set of SIP_User_Data_AVP sIP_User_Data, SIP_Accounting_Information_AVP sIP_Accounting_Information, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type_AVP optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type optional, User_Name_AVP user_Name optional, Auth_Grace_Period_AVP auth_Grace_Period optional, Authorization_Lifetime_AVP authorization_Lifetime optional, Loading @@ -3869,11 +3870,11 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<LIA> ::= < Diameter Header: 285, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, SIP_AOR_AVP sIP_AOR_AVP, //requ. SIP_AOR_AVP sIP_AOR, //requ. Destination_Host_AVP destination_Host optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, Loading @@ -3886,7 +3887,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required SIP_Server_URI_AVP sIP_Server_URI optional, Loading @@ -3906,11 +3907,11 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<MAR> ::= < Diameter Header: 286, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, SIP_AOR_AVP sIP_AOR_AVP, SIP_AOR_AVP sIP_AOR, SIP_Method_AVP sIP_Method,//requ. Destination_Host_AVP destination_Host optional, User_Name_AVP user_Name optional, Loading @@ -3928,11 +3929,11 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. User_Name_AVP user_Name optional, SIP_AOR_AVP sIP_AOR_AVP optional, SIP_AOR_AVP sIP_AOR optional, SIP_Number_Auth_Items_AVP sIP_Number_Auth_Items optional, set of SIP_Auth_Data_Item_AVP sIP_Auth_Data_Item optional, Auth_Grace_Period_AVP auth_Grace_Period optional, Loading @@ -3950,14 +3951,14 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<RTR> ::= < Diameter Header: 287, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Host_AVP destination_Host, SIP_Deregistration_Reason_AVP sIP_Deregistration_Reason,//requi. Destination_Realm_AVP destination_Realm, User_Name_AVP user_Name optional, set of SIP_AOR_AVP sIP_AOR_AVP optional, set of SIP_AOR_AVP sIP_AOR optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -3969,7 +3970,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. Authorization_Lifetime_AVP authorization_Lifetime optional, Loading @@ -3987,7 +3988,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<PPR> ::= < Diameter Header: 288, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -4008,7 +4009,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. Redirect_Host_AVP redirect_Host optional, Loading @@ -4028,7 +4029,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< User-Data-Request> ::= < Diameter Header: 306, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4041,8 +4042,8 @@ group BasicTypesAndConstants{ set of Service_Indication_AVP service_Indication optional, set of Data_Reference_AVP data_Reference,//requi. set of Identity_Set_AVP identity_Set optional, Requested_Domain_AVP requested_Domain optional,//requi. Current_Location_AVP current_Location optional,//requi. Requested_Domain_AVP requested_Domain optional, Current_Location_AVP current_Location optional, set of DSAI_Tag_AVP dSAI_Tag optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, Loading @@ -4056,7 +4057,7 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. set of Supported_Features_AVP supported_Features optional, Loading @@ -4064,7 +4065,7 @@ group BasicTypesAndConstants{ Wildcarded_IMPU_AVP wildcarded_IMPU optional, User_Data_AVP user_Data optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4074,7 +4075,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 307, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4097,14 +4098,14 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Wildcarded_PSI_AVP wildcarded_PSI optional, Wildcarded_IMPU_AVP wildcarded_IMPU optional, set of Supported_Features_AVP supported_Features optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4114,7 +4115,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 308, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4141,7 +4142,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 308, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Origin_Host_AVP origin_Host,//requi. Loading @@ -4151,7 +4152,7 @@ group BasicTypesAndConstants{ set of Supported_Features_AVP supported_Features optional, User_Data_AVP user_Data optional, Expiry_Time_AVP expiry_Time optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -4162,7 +4163,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 309, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4184,12 +4185,12 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. set of Supported_Features_AVP supported_Features optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4209,7 +4210,7 @@ group BasicTypesAndConstants{ Origin_Realm_AVP origin_Realm,//requi. //RFC4006 & TS129 212 Destination_Realm_AVP destination_Realm,//requi. //RFC4006 & TS129 212 Auth_Application_Id_AVP auth_Application_Id, //RFC4006 & TS129 212 Service_Context_Id_AVP service_Context_Id, //RFC4006 Service_Context_Id_AVP service_Context_Id optional, //RFC4006 CC_Request_Type_AVP cC_Request_Type, //RFC4006 & TS129 212 CC_Request_Number_AVP cC_Request_Number, //RFC4006 & TS129 212 Destination_Host_AVP destination_Host optional, //RFC4006 & TS129 212 Loading Loading @@ -4322,7 +4323,7 @@ group BasicTypesAndConstants{ Error_Reporting_Host_AVP error_Reporting_Host optional, //TS129 212 only set of Proxy_Info_AVP proxy_Info optional, //RFC4006 & TS129 212 set of Route_Record_AVP route_Record optional, //RFC4006 & TS129 212 set of Failed_AVP failed_AVP optional, //RFC4006 & TS129 212 set of Failed_AVP failed optional, //RFC4006 & TS129 212 set of AVP_Type aVP_Type optional //RFC4006 & TS129 212 } Loading Loading @@ -4372,7 +4373,7 @@ group BasicTypesAndConstants{ Experimental_Result_AVP experimental_result optional, set of Access_Network_Charging_Identifier_AVP access_network_charging_Identifier optional, Access_Network_Charging_Address_AVP access_network_chrging_address optional, Acceptable_Service_Info_AVP acceptable_service_info_AVP optional, Acceptable_Service_Info_AVP acceptable_service_info optional, IP_CAN_Type_AVP ip_Can_Type optional, RAT_Type_AVP rat_Type optional, set of Supported_Features_AVP supported_Features optional, Loading @@ -4381,7 +4382,7 @@ group BasicTypesAndConstants{ Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Redirect_Host_AVP redirect_Host optional, Redirect_Host_Usage_AVP redirect_Host_Usage optional, Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, Loading Loading
ttcn/LibDiameter_TypesAndValues.ttcn +48 −47 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ group BasicTypesAndConstants{ const integer c_vendIdService_Indication_AVP := 704; //Ref: 3GPP TS 29.329 6.3.5 Service-Indication AVP const integer c_vendIdSubs_Req_Type_AVP := 705; //Ref: 3GPP TS 29.329 6.3.6 Subs-Req-Type AVP const integer c_vendIdSupported_Features_AVP := 628; //Ref: 3GPP TS 29.329 6.3.11 Supported-Features AVP const integer c_vendIdUser_Data_AVP := 702; //Ref: 3GPP TS 29.229 6.3.7 User-Data AVP const integer c_vendIdUser_Data_AVP := 606; //Ref: 3GPP TS 29.229 6.3.7 User-Data AVP const integer c_vendIdUser_Identity_AVP := 700; //Ref: 3GPP TS 29.329 6.3.1 User-Identity AVP const integer c_vendIdWildcarded_IMPU_AVP := 636; //Ref: 3GPP TS 29.329 6.3.20 Wildcarded-IMPU AVP , 3GPP TS 29.229 const integer c_vendIdWildcarded_PSI_AVP := 634; //Ref: 3GPP TS 29.329 6.3.19 Wildcarded-PSI AVP , 3GPP TS 29.229 Loading Loading @@ -1339,8 +1339,8 @@ group BasicTypesAndConstants{ //Ref: RFC3588 6.11. Vendor-Specific-Application-Id AVP AVP_Header aVP_Header,//<Vendor-Specific-Application-Id> ::= < AVP Header: 260 > set of Vendor_Id_AVP vendor_Id optional, set of Auth_Application_Id_AVP auth_Application_Id, set of Acct_Application_Id_AVP acct_Application_Id set of Auth_Application_Id_AVP auth_Application_Id optional, set of Acct_Application_Id_AVP acct_Application_Id optional }; type record Firmware_Revision_AVP{ Loading Loading @@ -1946,6 +1946,7 @@ group BasicTypesAndConstants{ type record User_Data_AVP{ // Ref: 3GPP TS 29.229 6.3.7 User-Data AVP // Ref: AVP_Header aVP_Header,//<AVP header: 606 ....> octetstring aVP_Data }; } Loading Loading @@ -3535,7 +3536,7 @@ group BasicTypesAndConstants{ Product_Name_AVP product_Name,//required Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Supported_Vendor_Id_AVP supported_Vendor_Id optional, set of Auth_Application_Id_AVP auth_Application_Id optional, set of Inband_Security_Id_AVP inband_Security_Id optional, Loading Loading @@ -3606,7 +3607,7 @@ group BasicTypesAndConstants{ set of Charging_Rule_Report_AVP charging_Rule_Report optional, //TS 129 212 Error_Message_AVP error_Message optional, //RFC3588 & TS 129 214 & TS 129 212 Error_Reporting_Host_AVP error_Reporting_Host optional, //RFC3588 & TS 129 214 & TS 129 212 set of Failed_AVP failed_AVP optional, //RFC3588 & TS 129 214 & TS 129 212 set of Failed_AVP failed optional, //RFC3588 & TS 129 214 & TS 129 212 set of Redirect_Host_AVP redirect_Host optional, //RFC3588 & TS 129 214 Redirect_Host_Usage_AVP redirect_Host_Usage optional, //RFC3588 & TS 129 214 Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, //RFC3588 & TS 129 214 Loading Loading @@ -3691,7 +3692,7 @@ group BasicTypesAndConstants{ Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Redirect_Host_AVP redirect_Host optional, Redirect_Host_Usage_AVP redirect_Host_Usage optional, Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, Loading Loading @@ -3728,7 +3729,7 @@ group BasicTypesAndConstants{ set of Class_AVP class optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, Sponsored_Connectivity_Data_AVP sponsored_Connectivity_Data optional,//present in ETSI TS 129 214 p.5.6.6 Origin_State_Id_AVP origin_State_Id optional, set of Redirect_Host_AVP redirect_Host optional, Loading @@ -3754,7 +3755,7 @@ group BasicTypesAndConstants{ Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, Origin_State_Id_AVP origin_State_Id optional } Loading @@ -3763,7 +3764,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<DPR> ::= < Diameter Header: 282, REQ > Origin_Host_AVP origin_Host,//required Origin_Realm_AVP origin_Realm, Disconnect_Cause_AVP disconnect_Cause_AVP//requ. Disconnect_Cause_AVP disconnect_Cause//requ. } type record DPA_MSG{ Loading @@ -3773,7 +3774,7 @@ group BasicTypesAndConstants{ Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Error_Message_AVP error_Message optional, set of Failed_AVP failed_AVP optional set of Failed_AVP failed optional } }//end of group RFC3588 Loading @@ -3785,7 +3786,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<UAR> ::= < Diameter Header: 283, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host,//required Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -3804,7 +3805,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<UAA> ::= < Diameter Header: 283, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Result_Code_AVP result_Code, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required Loading @@ -3825,7 +3826,7 @@ group BasicTypesAndConstants{ DiameterHeader header,//<SAR> ::= < Diameter Header: 284, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -3834,8 +3835,8 @@ group BasicTypesAndConstants{ Destination_Host_AVP destination_Host optional, User_Name_AVP user_Name optional, SIP_Server_URI_AVP sIP_Server_URI optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type_AVP optional, set of SIP_AOR_AVP sIP_AOR_AVP optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type optional, set of SIP_AOR_AVP sIP_AOR optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -3847,12 +3848,12 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, set of SIP_User_Data_AVP sIP_User_Data, SIP_Accounting_Information_AVP sIP_Accounting_Information, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type_AVP optional, set of SIP_Supported_User_Data_Type_AVP sIP_Supported_User_Data_Type optional, User_Name_AVP user_Name optional, Auth_Grace_Period_AVP auth_Grace_Period optional, Authorization_Lifetime_AVP authorization_Lifetime optional, Loading @@ -3869,11 +3870,11 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<LIA> ::= < Diameter Header: 285, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, SIP_AOR_AVP sIP_AOR_AVP, //requ. SIP_AOR_AVP sIP_AOR, //requ. Destination_Host_AVP destination_Host optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, Loading @@ -3886,7 +3887,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//required SIP_Server_URI_AVP sIP_Server_URI optional, Loading @@ -3906,11 +3907,11 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<MAR> ::= < Diameter Header: 286, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, SIP_AOR_AVP sIP_AOR_AVP, SIP_AOR_AVP sIP_AOR, SIP_Method_AVP sIP_Method,//requ. Destination_Host_AVP destination_Host optional, User_Name_AVP user_Name optional, Loading @@ -3928,11 +3929,11 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. User_Name_AVP user_Name optional, SIP_AOR_AVP sIP_AOR_AVP optional, SIP_AOR_AVP sIP_AOR optional, SIP_Number_Auth_Items_AVP sIP_Number_Auth_Items optional, set of SIP_Auth_Data_Item_AVP sIP_Auth_Data_Item optional, Auth_Grace_Period_AVP auth_Grace_Period optional, Loading @@ -3950,14 +3951,14 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<RTR> ::= < Diameter Header: 287, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Host_AVP destination_Host, SIP_Deregistration_Reason_AVP sIP_Deregistration_Reason,//requi. Destination_Realm_AVP destination_Realm, User_Name_AVP user_Name optional, set of SIP_AOR_AVP sIP_AOR_AVP optional, set of SIP_AOR_AVP sIP_AOR optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -3969,7 +3970,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. Authorization_Lifetime_AVP authorization_Lifetime optional, Loading @@ -3987,7 +3988,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//<PPR> ::= < Diameter Header: 288, REQ, PXY > Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm, Destination_Realm_AVP destination_Realm, Loading @@ -4008,7 +4009,7 @@ group BasicTypesAndConstants{ Session_Id_AVP session_Id,//fixed pos. Auth_Application_Id_AVP auth_Application_Id,//required Result_Code_AVP result_Code, Auth_Session_State_AVP auth_Session_State_AVP, Auth_Session_State_AVP auth_Session_State, Origin_Host_AVP origin_Host, Origin_Realm_AVP origin_Realm,//requi. Redirect_Host_AVP redirect_Host optional, Loading @@ -4028,7 +4029,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< User-Data-Request> ::= < Diameter Header: 306, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4041,8 +4042,8 @@ group BasicTypesAndConstants{ set of Service_Indication_AVP service_Indication optional, set of Data_Reference_AVP data_Reference,//requi. set of Identity_Set_AVP identity_Set optional, Requested_Domain_AVP requested_Domain optional,//requi. Current_Location_AVP current_Location optional,//requi. Requested_Domain_AVP requested_Domain optional, Current_Location_AVP current_Location optional, set of DSAI_Tag_AVP dSAI_Tag optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, Loading @@ -4056,7 +4057,7 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. set of Supported_Features_AVP supported_Features optional, Loading @@ -4064,7 +4065,7 @@ group BasicTypesAndConstants{ Wildcarded_IMPU_AVP wildcarded_IMPU optional, User_Data_AVP user_Data optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4074,7 +4075,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 307, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4097,14 +4098,14 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Wildcarded_PSI_AVP wildcarded_PSI optional, Wildcarded_IMPU_AVP wildcarded_IMPU optional, set of Supported_Features_AVP supported_Features optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4114,7 +4115,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 308, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4141,7 +4142,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 308, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Origin_Host_AVP origin_Host,//requi. Loading @@ -4151,7 +4152,7 @@ group BasicTypesAndConstants{ set of Supported_Features_AVP supported_Features optional, User_Data_AVP user_Data optional, Expiry_Time_AVP expiry_Time optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional, set of AVP_Type aVP_Type optional Loading @@ -4162,7 +4163,7 @@ group BasicTypesAndConstants{ DiameterHeader header ,//< Diameter Header: 309, REQ, PXY, 16777217 > Session_Id_AVP session_Id,//fixed pos. Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. Destination_Host_AVP destination_Host optional, Loading @@ -4184,12 +4185,12 @@ group BasicTypesAndConstants{ Vendor_Specific_Appl_Id_AVP vendor_Specific_Application_Id, Result_Code_AVP result_Code optional, Experimental_Result_AVP experimental_Result optional, Auth_Session_State_AVP auth_Session_State_AVP,//requi. Auth_Session_State_AVP auth_Session_State,//requi. Origin_Host_AVP origin_Host,//requi. Origin_Realm_AVP origin_Realm,//requi. set of Supported_Features_AVP supported_Features optional, set of AVP_Type aVP_Type optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Proxy_Info_AVP proxy_Info optional, set of Route_Record_AVP route_Record optional } Loading @@ -4209,7 +4210,7 @@ group BasicTypesAndConstants{ Origin_Realm_AVP origin_Realm,//requi. //RFC4006 & TS129 212 Destination_Realm_AVP destination_Realm,//requi. //RFC4006 & TS129 212 Auth_Application_Id_AVP auth_Application_Id, //RFC4006 & TS129 212 Service_Context_Id_AVP service_Context_Id, //RFC4006 Service_Context_Id_AVP service_Context_Id optional, //RFC4006 CC_Request_Type_AVP cC_Request_Type, //RFC4006 & TS129 212 CC_Request_Number_AVP cC_Request_Number, //RFC4006 & TS129 212 Destination_Host_AVP destination_Host optional, //RFC4006 & TS129 212 Loading Loading @@ -4322,7 +4323,7 @@ group BasicTypesAndConstants{ Error_Reporting_Host_AVP error_Reporting_Host optional, //TS129 212 only set of Proxy_Info_AVP proxy_Info optional, //RFC4006 & TS129 212 set of Route_Record_AVP route_Record optional, //RFC4006 & TS129 212 set of Failed_AVP failed_AVP optional, //RFC4006 & TS129 212 set of Failed_AVP failed optional, //RFC4006 & TS129 212 set of AVP_Type aVP_Type optional //RFC4006 & TS129 212 } Loading Loading @@ -4372,7 +4373,7 @@ group BasicTypesAndConstants{ Experimental_Result_AVP experimental_result optional, set of Access_Network_Charging_Identifier_AVP access_network_charging_Identifier optional, Access_Network_Charging_Address_AVP access_network_chrging_address optional, Acceptable_Service_Info_AVP acceptable_service_info_AVP optional, Acceptable_Service_Info_AVP acceptable_service_info optional, IP_CAN_Type_AVP ip_Can_Type optional, RAT_Type_AVP rat_Type optional, set of Supported_Features_AVP supported_Features optional, Loading @@ -4381,7 +4382,7 @@ group BasicTypesAndConstants{ Origin_State_Id_AVP origin_State_Id optional, Error_Message_AVP error_Message optional, Error_Reporting_Host_AVP error_Reporting_Host optional, set of Failed_AVP failed_AVP optional, set of Failed_AVP failed optional, set of Redirect_Host_AVP redirect_Host optional, Redirect_Host_Usage_AVP redirect_Host_Usage optional, Redirect_Host_Cache_Time_AVP redirect_Host_Cache_Time optional, Loading