Commits (2)
......@@ -1234,7 +1234,7 @@ Package TP_AMF {
TP Id TP_NGAP_AMF_IMP_01
Test objective "Verify that the AMF node successfully processes a NG RESET REQEST message that contains mandatory IEs and answers with NG SETUP ACKNOWLEDGE to acknowledge the setup."
Test objective "Verify that the AMF node successfully processes a NG SETUP REQEST message that contains mandatory IEs and answers with NG SETUP RESPONSE to acknowledge the setup."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.1.2"
......@@ -1501,6 +1501,50 @@ Package TP_AMF {
} // End Group "AMF Configuration Update"
Group "NG Reset"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_IMP_06
Test objective "Verify that the AMF node successfully processes a NG RESET message that contains mandatory IEs and answers with NG RESET ACKNOWLEDGE to acknowledge the reset."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.4.2.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 receives a NG_RESET containing
Cause,
CHOICE_Reset_Type containing
NG_interface containing
Reset_All
;
;
;
from the GNB entity
}
then {
the IUT entity sends a NG_RESET_ACKNOWLEDGE
to the GNB entity
}
}
} // end TP TP_NGAP_AMF_IMP_06
} // End Group "NG Reset"
} // End Group "8.7 Interface Management Procedures"
Group "8.8 Configuration Transfer Procedure"
......