Commit b0bf6a2f authored by garciay's avatar garciay
Browse files

Add Server_Name_AVP into MAA typing

Rename SIP_Auth_Schm_Type.GIGA_E into SIP_Auth_Schm_Type.GIBA_E
parent 85b745d9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -644,7 +644,7 @@ module LibDiameter_Templates {
            
            template SIP_Authentication_Scheme_AVP m_sIPAuthenticationScheme_giga := {
                aVP_Header := m_aVP_HeaderVid_Mbit1(c_sIP_Authentication_Scheme_AVP_Code, 4, c_vendId3gpp),
                aVP_Data := GIGA_E
                aVP_Data := GIBA_E
            }
            
        } //end group DummyAVPHeaders
@@ -2195,6 +2195,7 @@ module LibDiameter_Templates {
                failed := omit,                        //only TS129 229
                proxy_Info := omit,
                route_Record := omit,
                server_Name := omit,                        //only TS129 229
                aVP_Type := omit
            }

@@ -2705,6 +2706,7 @@ module LibDiameter_Templates {
                failed := *,                        //only TS129 229
                proxy_Info := *,
                route_Record := *,
                server_Name := *,                        //only TS129 229
                aVP_Type := *
            }

+1 −0
Original line number Diff line number Diff line
@@ -1480,6 +1480,7 @@ group BasicTypesAndConstants{
                    set of Failed_AVP                      failed optional,                        //only TS129 229
                    set of Proxy_Info_AVP                  proxy_Info optional,                    //RFC4740 & TS129 229
                    set of Route_Record_AVP                route_Record optional,                  //RFC4740 & TS129 229
                    Server_Name_AVP                        server_Name optional,                  //only TS129 229
                    set of AVP_Type                        aVP_Type optional                       //RFC4740 & TS129 229
                }
                with {
+9 −9
Original line number Diff line number Diff line
@@ -367,7 +367,7 @@ module LibDiameter_Types_Base_AVPs {
                DIGEST_E (0),
                DIGEST_AKAv1_MD5_E (1),
                NASS_BUNDLE_E (2),
                GIGA_E (3),
                GIBA_E (3),
                UNKNOWN_E
            }
            with {