Commit c376d394 authored by ulrichst's avatar ulrichst
Browse files

added User_Name_AVP in SNR_Body_AVP and modified the sending and receiving templates

parent 29721153
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1471,7 +1471,8 @@ module LibDiameter_Templates {
                dSAI_Tag := omit,
                proxy_Info := omit,
                route_Record := omit,
                aVP_Type := omit
                aVP_Type := omit,
                user_Name := omit
            }

            template (value) STR_MSG m_STR_dummy :=
@@ -2053,7 +2054,8 @@ module LibDiameter_Templates {
                dSAI_Tag := *,
                proxy_Info := *,
                route_Record := *,
                aVP_Type := *
                aVP_Type := *,
                user_Name := *
            }

            template STR_MSG mw_STR_dummy :=
+2 −1
Original line number Diff line number Diff line
@@ -2005,7 +2005,8 @@ group BasicTypesAndConstants{
                    set of DSAI_Tag_AVP                    dSAI_Tag optional,
                    set of Proxy_Info_AVP                  proxy_Info 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 {
                    variant (supported_Features) "fieldPresent=bytes(4, 628)"