Test objective "Verify that the IUT can send a UE CONTEXT RELEASE COMMAND that contains mandatory IEs."
Test objective "Verify that the IUT can send a UE CONTEXT RELEASE COMMAND that contains both the AMF UE NGAP ID IE and the RAN UE NGAP ID IE."
Reference
"ETSI TS 138 413 [1], Clauses 8.3.3"
@@ -355,10 +355,11 @@ Package TP_AMF {
}
then {
the IUT entity sends a UE_CONTEXT_RELEASE_COMMAND containing
CHOICE_UE_NGAP_IDs containing // TODO: check this list
CHOICE_UE_NGAP_IDs containing
UE_NGAP_ID_pair containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
AMF_UE_NGAP_ID
;
;
;
to the GNB entity
@@ -368,6 +369,43 @@ Package TP_AMF {
} // end TP_NGAP_AMF_CMP_08
Test Purpose {
TP Id TP_NGAP_AMF_CMP_11
Test objective "Verify that the IUT can send a UE CONTEXT RELEASE COMMAND where both the AMF UE NGAP ID IE and the RAN UE NGAP ID IE are not available."
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
AMF_UE_NGAP_ID containing
AMF_UE_NGAP_ID
;
;
;
to the GNB entity
}
}
} // end TP_NGAP_AMF_CMP_11
} // End Group "UE Context Release (AMF initiated)"