} // end Group 8.2 PDU Session Management Procedures
Group "UE Context Management Procedures"
Group "8.3 UE Context Management Procedures"
{
Group "Initial Context Setup"
@@ -325,6 +325,49 @@ Package TP_AMF {
}
Group "UE Context Release (AMF initiated)"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_CMP_08
Test objective "Verify that the IUT can send a UE CONTEXT RELEASE COMMAND that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.3"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO:check Initial conditions
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a UE context release command
}
then {
the IUT entity sends a UE_CONTEXT_RELEASE_COMMAND containing
CHOICE_UE_NGAP_IDs containing // TODO: check this list
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
AMF_UE_NGAP_ID
;
;
to the GNB entity
}
}
} // end TP_NGAP_AMF_CMP_08
} // End Group "UE Context Release (AMF initiated)"
Group "UE Context Modification"
{
@@ -367,6 +410,87 @@ Package TP_AMF {
} // End Group UE Context Modification
Group "Connection Establishment Indication"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_CMP_09
Test objective "Verify that the IUT can send a Connection Establishment Indication that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.6.2"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO: check initial conditions
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a PDU UE context modification procedure
}
then {
the IUT entity sends a CONNECTION_ESTABLISHMENT_INDICATION containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
;
to the GNB entity
}
}
} // End TP TP_NGAP_AMF_CMP_09
} // End Group "Connection Establishment Indication"
Group "Connection Establishment Indication"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_CMP_10
Test objective "Verify that the IUT can send a AMF CP Relocation Indication that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.7.2"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO: check initial conditions
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a AMF CP relocation indication procedure
}
then {
the IUT entity sends a AMF_CP_RELOCATION_INDICATION containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
;
to the GNB entity
}
}
} // End TP TP_NGAP_AMF_CMP_10
} // End Group "Connection Establishment Indication"
Group "UE Context Suspend"
{
import all from Ngap_Common;
@@ -465,7 +589,7 @@ Package TP_AMF {
Test objective "Verify that the AMF node successfully processes a UE CONTEXT RESUME REQUEST contains mandatory IEs and answers with UE CONTEXT RESUME RESPONSE with successfully resume UE context."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.11.3"
"ETSI TS 138 413 [1], Clauses 8.3.12.3"
Config Id CFG_AMF_01
@@ -505,7 +629,7 @@ Package TP_AMF {
} // end Group "UE Context Resume"
} // End Group UE Context Management Procedures
} // End Group 8.3 UE Context Management Procedures
Test objective "Verify that the NG-RAN node successfully processes a UE CONTEXT RELEASE COMMAND that contains mandatory IEs and answers with UE CONTEXT RELEASE COMPLETE with successfully release UE context."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.3"
Config Id CFG_GNB_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO
}
Expected behaviour
ensure that {
when {
the IUT entity receives a UE_CONTEXT_RELEASE_COMMAND containing
CHOICE_UE_NGAP_IDs containing // TODO: check this list
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
AMF_UE_NGAP_ID
;
;
from the AMF entity
}
then {
the IUT entity sends a UE_CONTEXT_RELEASE_COMPLETE containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
PDU_Session_Resource_List containing
PDU_SessionId,
PDU_Session_Resource_Release_Response_Transfer;
;
to the AMF entity
}
}
} // end TP_NGAP_GNB_CMP_07
} // End Group "UE Context Release (AMF initiated)"
Group "UE Context Modification"
{
@@ -720,6 +767,90 @@ Package TP_GNB {
} // end Group UE Context Modification
Group "RRC Inactive Transition Report"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_GNB_CMP_07
Test objective "Verify that the IUT can send a RRC INACTIVE TRANSITION REPORT that contains mandatory IEs"
Reference
"ETSI TS 138 413 [1], Clauses 8.3.5"
Config Id CFG_GNB_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO: check initial conditions
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a RRC inactive transition report
}
then {
the IUT entity sends a RRC_INACTIVE_TRANSITION_REPORT containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
RRC_State,
User_Location_Information
;
to the AMF entity
}
}
} // end TP TP_NGAP_GNB_CMP_07
} // End Group "RRC Inactive Transition Report"
Group "RAN CP Relocation Indication"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_GNB_CMP_08
Test objective "Verify that the IUT can send a RAN CP Relocation Indication that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.8.2"
Config Id CFG_GNB_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO: check initial conditions
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a RAN CP relocation indication procedure
}
then {
the IUT entity sends a RAN_CP_RELOCATION_INDICATION containing
RAN_UE_NGAP_ID,
5G_S_TMSI,
E_ULTRA_CGI,
TAI,
UL_CP_Security_Information
;
to the AMF entity
}
}
} // End TP TP_NGAP_GNB_CMP_08
} // End Group "RAN CP Relocation Indication"
Group "UE Context Suspend"
{
@@ -739,7 +870,7 @@ Package TP_GNB {
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO; check initial conditions
the UE entity isRegisteredTo the AMF // TODO: check initial conditions
}
Expected behaviour
@@ -775,14 +906,14 @@ Package TP_GNB {
Test objective "Verify that the IUT can send a UE CONTEXT RESUME REQUEST contains mandatory IEs"
Reference
"ETSI TS 138 413 [1], Clauses 8.3.11.2"
"ETSI TS 138 413 [1], Clauses 8.3.12.2"
Config Id CFG_GNB_01
PICS Selection PICS_A3/5_1 //TODO: Not sure here. PIC means item 5.1 in table A3 but couldn't find either.
Initial conditions with {
the UE entity isRegisteredTo the AMF // TODO; check initial conditions
the UE entity isRegisteredTo the AMF // TODO: check initial conditions