Commit c0604679 authored by ulrichst's avatar ulrichst
Browse files

rename Enums; added the forgotten E at the end.

parent 15649e8c
Loading
Loading
Loading
Loading

LibDiameter @ 8ae64e39

Original line number Diff line number Diff line
Subproject commit f6a0410faaf67d52748e5c694c8944cc5d00641c
Subproject commit 8ae64e39ccce0fefa8258e6a69bb33909f5fef47
+5 −5
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ module DiameterShDh_TCFunctions {
                                      mdw_uDA( 
                                              vc_sessionId,                       // containing a Session-ID AVP
                                                   mdw_udaBodyExperimentalAvps(
                                                               mw_experimentalResult(DIAMETER_ERROR_USER_DATA_CANNOT_BE_READ),
                                                               mw_experimentalResult(DIAMETER_ERROR_USER_DATA_CANNOT_BE_READ_E),
                                                               vc_originHost_IUT,              // containing an Origin-Host AVP
                                                               vc_originRealm_IUT
                           ))
@@ -279,7 +279,7 @@ module DiameterShDh_TCFunctions {
                                   mdw_uDA( 
                                           vc_sessionId,                       // containing a Session-ID AVP
                                                    mdw_udaBodyExperimentalAvps(
                                                            mw_experimentalResult(DIAMETER_ERROR_OPERATION_NOT_ALLOWED),
                                                            mw_experimentalResult(DIAMETER_ERROR_OPERATION_NOT_ALLOWED_E),
                                                            vc_originHost_IUT,              // containing an Origin-Host AVP
                                                            vc_originRealm_IUT
                        ))
@@ -320,7 +320,7 @@ module DiameterShDh_TCFunctions {
                                   mdw_uDA( 
                                           vc_sessionId,                       // containing a Session-ID AVP
                                                    mdw_udaBodyExperimentalAvps(
                                                            mw_experimentalResult(DIAMETER_ERROR_OPERATION_NOT_ALLOWED),
                                                            mw_experimentalResult(DIAMETER_ERROR_OPERATION_NOT_ALLOWED_E),
                                                            vc_originHost_IUT,              // containing an Origin-Host AVP
                                                            vc_originRealm_IUT
                        ))
@@ -360,7 +360,7 @@ module DiameterShDh_TCFunctions {
                                   mdw_uDA( 
                                           vc_sessionId,                       // containing a Session-ID AVP
                                                    mdw_udaBodyExperimentalAvps(
                                                            mw_experimentalResult(DIAMETER_USER_DATA_NOT_AVAILABLE),
                                                            mw_experimentalResult(DIAMETER_USER_DATA_NOT_AVAILABLE_E),
                                                            vc_originHost_IUT,              // containing an Origin-Host AVP
                                                            vc_originRealm_IUT
                        ))
@@ -758,7 +758,7 @@ module DiameterShDh_TCFunctions {
                                           vc_sessionId,                       // containing a Session-ID AVP
                                           mdw_puaBodyAvps(
                                                           *,
                                                           mw_experimentalResultCode(DIAMETER_ERROR_USER_DATA_CANNOT_BE_MODIFIED),
                                                           mw_experimentalResult(DIAMETER_ERROR_USER_DATA_CANNOT_BE_MODIFIED_E),
                                                           vc_originHost_IUT,              // containing an Origin-Host AVP
                                                           vc_originRealm_IUT
                        ))
+1 −1
Original line number Diff line number Diff line
@@ -670,7 +670,7 @@ module DiameterShDh_Templates {
    
                template (present) PUA_Body_AVP mdw_puaBodyAvps(
                                                                template (present) Result_Code_AVP              p_resultCode,
                                                                template (present) Experimental_Result_Code_AVP p_exp_rescode,
                                                                template (present) Experimental_Result_AVP p_exp_rescode,
                                                                template (present) Origin_Host_AVP              p_originHost,
                                                                template (present) Origin_Realm_AVP             p_originRealm
                ) modifies mw_PUA_Body_dummy := {