Commit b394e28b authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF_T059' into 'TTF_T059_Rel17'

Merge TPs

See merge request !19
parents 55992165 8d0a7c8d
Loading
Loading
Loading
Loading
+4 −3
Changes for test_purposes/NGNAS_Common.tdltx: 4 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -15,7 +15,8 @@ Package NGNAS_Common {
	Event indicateUEdeactivation  		//The UE is administratively deactivated in the 5GC.
	Event indicateUEderegistration		//The UE is administratively de-registered in the 5GC.

	Event hasSubscribedSNSSAIAllowedByAMF       // The UE has a subscribed S-NSSAI configured for the test which is allowed by the AMF in the current registration area.
	Event hasNoValidNasSecurityContext                            // Indicates that the UE has no valid 5G NAS security context available for protecting the initial NAS message.
    Event hasValidNasSecurityContext                              // Indicates that the UE has valid 5G NAS security context available for protecting the initial NAS message.
    
        
	// This template may be used as default AUTHENTICATION REQUEST message within a DOWNLINK NAS TRANSPORT message. */
@@ -26,7 +27,7 @@ Package NGNAS_Common {
                    security_header_type set to NOT_SECURITY_PROTECTED,
                    message_type set to AUTHENTICATION_REQUEST,
                    ngKSI containing {
                        nas_key_set_identifier set to "111"},
                        nas_key_set_identifier set to RV_NGKSI},
                    ABBA containing {
                        ABBA_contents set to " '0000'H "},
                    Authentication_parameter_RAND set to RV_Authentication_parameter_RAND,
@@ -47,7 +48,7 @@ Package NGNAS_Common {
                        type_of_ciphering_algorithm set to PX_SELECTED_NAS_CIPHERING_ALGORITHM,
                        type_of_integrity_algorithm set to PX_SELECTED_NAS_INTEGRITY_ALGORITHM },
                    ngKSI containing {
                        nas_key_set_identifier set to "111" },
                        nas_key_set_identifier set to RV_NGKSI },
                    replayed_UE_security_capabilities set to PX_UE_SECURITY_CAPABILITIES}} // UE security capability 9.11.3.54
            to the GNB entity
    }
+256 −23

File changed.

Preview size limit exceeded, changes collapsed.