Commits (2)
...@@ -586,6 +586,192 @@ Package TP_GNB { ...@@ -586,6 +586,192 @@ Package TP_GNB {
} }
} // end TP_NGAP_GNB_CMP_01 } // end TP_NGAP_GNB_CMP_01
Test Purpose {
TP Id TP_NGAP_GNB_CMP_12
Test objective "Verify that the NG-RAN node successfully processes a INITIAL CONTEXT SETUP REQUEST with optional field Trace Activation and answers with INITIAL CONTEXT SETUP RESPONSE with successfully established UE context."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.1.2, 9.2.2.1 and 9.2.2.2"
Config Id CFG_GNB_01
PICS Selection PICS_A2/1 and PICS_A3/2_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity receives a INITIAL_CONTEXT_SETUP_REQUEST containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
GUAMI,
PDU_Session_Resource_Setup_Request_List containing
PDU_Session_Resource_Setup_Request_Item containing
PDU_SessionId indicating value PX_PDU_ID,
S_NSSAI,
PDU_Session_Resource_Setup_Request_Transfer
;
;,
Allowed_NSSAI,
UE_Security_Capabilities,
Security_Key,
Trace_Activation containing
NG_RAN_Trace_ID,
Interfaces_to_Trace,
Trace_Depth,
Trace_Collection_Entity_IP_Address
;
;
from the AMF entity
}
then {
the IUT entity sends a INITIAL_CONTEXT_SETUP_RESPONSE containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
PDU_Session_Resource_Setup_Response_List containing
PDU_SessionId,
PDU_Session_Resource_Setup_Response_Transfer;
;
to the AMF entity
}
}
} // end TP_NGAP_GNB_CMP_12
Test Purpose {
TP Id TP_NGAP_GNB_CMP_13
Test objective "Verify that the NG-RAN node successfully processes a INITIAL CONTEXT SETUP REQUEST with optional field Mobility Restriction List and answers with INITIAL CONTEXT SETUP RESPONSE with successfully established UE context."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.1.2, 9.2.2.1 and 9.2.2.2"
Config Id CFG_GNB_01
PICS Selection PICS_A2/1 and PICS_A3/2_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity receives a INITIAL_CONTEXT_SETUP_REQUEST containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
GUAMI,
PDU_Session_Resource_Setup_Request_List containing
PDU_Session_Resource_Setup_Request_Item containing
PDU_SessionId indicating value PX_PDU_ID,
S_NSSAI,
PDU_Session_Resource_Setup_Request_Transfer
;
;,
Allowed_NSSAI,
UE_Security_Capabilities,
Security_Key,
Mobility_Restriction_List containing
Serving_PLMN
;
;
from the AMF entity
}
then {
the IUT entity sends a INITIAL_CONTEXT_SETUP_RESPONSE containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
PDU_Session_Resource_Setup_Response_List containing
PDU_SessionId,
PDU_Session_Resource_Setup_Response_Transfer;
;
to the AMF entity
}
}
} // end TP_NGAP_GNB_CMP_13
Test Purpose {
TP Id TP_NGAP_GNB_CMP_14
Test objective "Verify that the NG-RAN node successfully processes a INITIAL CONTEXT SETUP REQUEST with different optional fields and answers with INITIAL CONTEXT SETUP RESPONSE with successfully established UE context."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.1.2, 9.2.2.1 and 9.2.2.2"
Config Id CFG_GNB_01
PICS Selection PICS_A2/1 and PICS_A3/2_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity receives a INITIAL_CONTEXT_SETUP_REQUEST containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
GUAMI,
PDU_Session_Resource_Setup_Request_List containing
PDU_Session_Resource_Setup_Request_Item containing
PDU_SessionId indicating value PX_PDU_ID,
S_NSSAI,
PDU_Session_Resource_Setup_Request_Transfer
;
;,
Allowed_NSSAI,
UE_Security_Capabilities,
Security_Key,
UE_Radio_Capability,
Index_to_RAT_FrequencySelection_Priority,
Masked_IMEISV,
NAS_PDU,
Emergency_Fallback_Indicator,
RRC_Inactive_Transition_Report_Request,
Redirection_for_Voice_EPS_Fallback,
Location_Reporting_Request_Type containing
Event_Type,
Report_Area
;
,
SRVCC_Operation_Possible,
IAB_Authorized,
Enhanced_Coverage_Restriction,
Extended_Connected_Time,
UE Differentiation Information containing
Periodic_Communication_Indicator,
Periodic_Time;
,
NR_UE_Sidelink_Aggregate_Maximum_Bit_Rate,
LTE_UE_Sidelink_Aggregate_Maximum_Bit_Rate,
UE_Radio_Capability_ID
;
from the AMF entity
}
then {
the IUT entity sends a INITIAL_CONTEXT_SETUP_RESPONSE containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
PDU_Session_Resource_Setup_Response_List containing
PDU_SessionId,
PDU_Session_Resource_Setup_Response_Transfer;
;
to the AMF entity
}
}
} // end TP_NGAP_GNB_CMP_14
Test Purpose { Test Purpose {
......