Commit 86c22ec5 authored by ulrichst's avatar ulrichst
Browse files

Implementation of TC TP_SH_HSS_SN_03 finalized

parent 026e5faa
Loading
Loading
Loading
Loading
+25 −1
Original line number Diff line number Diff line
@@ -1802,7 +1802,31 @@ module DiameterShDh_TCFunctions {
                    f_selfOrClientSyncAndVerdict(c_prDone, f_getVerdict()); 
                    log("*** " & __SCOPE__ & ": INFO: Preamble done. ***");

                    //TODO TestBody
                    // TestBody
                    f_send_SNR(
                              md_sNR(
                                      vc_sessionId,
                                      md_snrBodyAvps(
                                                     vc_originHost,                 // containing an Origin-Host AVP
                                                     vc_originRealm,                // containing an Origin-Realm AVP
                                                     vc_destinationRealm,           // containing a Destination-Realm AVP
                                                     m_msisdn_user_Identity (
                                                             m_MSISDN_user_identity(char2oct(PX_NotRelatedPrivateIdentity))
                                                     ),
                                                     -,
                                                     -,
                                                     m_userName(PX_Private_Identity)
                               ))
                    );

                    f_awaiting_SNA(
                              mdw_sNA( 
                                      vc_sessionId,                       // containing a Session-ID AVP
                                      mdw_snaBodyAvps_experimental_result(
                                                    mw_experimentalResult(DIAMETER_ERROR_IDENTITIES_DONT_MATCH_E)
                              ))
	 
                    );

                    f_selfOrClientSyncAndVerdict(c_tbDone, f_getVerdict()); 

+4 −2
Original line number Diff line number Diff line
@@ -364,7 +364,8 @@ module DiameterShDh_Templates {
	                                                         template (value) Destination_Realm_AVP p_destination_Realm,
	                                                         template (value) User_Identity_AVP p_user_Identity := m_user_Identity_dummy,
                                                             template (value) Subs_Req_Type_AVP p_subs_Req_Type := m_subs_Req_Type_dummy,
	                                                         template (value) Data_Reference_AVP p_data_Reference := m_data_Reference_dummy
	                                                         template (value) Data_Reference_AVP p_data_Reference := m_data_Reference_dummy,
                                                             template (value) User_Name_AVP p_user_Name := m_user_Name_dummy
	            ) modifies m_SNR_Body_dummy := {
	                vendor_Specific_Application_Id := m_vendor_Specific_Appl_Id_Sh,//required only in TS129 229
                    auth_Session_State := m_auth_Session_State,
@@ -373,7 +374,8 @@ module DiameterShDh_Templates {
                    destination_Realm := p_destination_Realm,
                    user_Identity := p_user_Identity,
                    subs_Req_Type := p_subs_Req_Type,
                    data_Reference := {p_data_Reference}
                    data_Reference := {p_data_Reference},
                    user_Name := p_user_Name
	            } // End of template md_snrBodyAvps
	            
	        } // End of group snr_msg