Commits (2)
......@@ -1553,7 +1553,7 @@ Package TP_AMF {
TP Id TP_NGAP_AMF_IMP_07
Test objective "Verify that the AMF can send a ERROR INDICATION to established PDU session to the GNB when a error occurs."
Test objective "Verify that the AMF can send a ERROR INDICATION to the GNB when a error occurs."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.5.2"
......@@ -1579,6 +1579,125 @@ Package TP_AMF {
} // end TP_NGAP_AMF_IMP_07
}
Group "AMF Status Indication"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_IMP_08
Test objective "Verify that the AMF can send a AMF STATUS INDICATION to the GNB when a error occurs."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.6.2"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a AMF STATUS INDICATION
}
then {
the IUT entity sends a AMF_STATUS_INDICATION containing
Unavailable_GUAMI_List containing
Unavailable_GUAMI_Item containing
GUAMI
;
;
;
to the GNB entity
}
}
} // end TP_NGAP_AMF_IMP_08
} // End Group "AMF Status Indication"
Group "Overload Start"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_IMP_09
Test objective "Verify that the AMF can send a OVERLOAD START to the GNB."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.7.2"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a OVERLOAD START
}
then {
the IUT entity sends a OVERLOAD_START containing
Overload_Start_NSSAI_List containing
Overload_Start_NSSAI_Item containing
Slice_Overload_List
;
;
;
to the GNB entity
}
}
} // end TP_NGAP_AMF_IMP_09
} // End Group "Overload Start"
Group "Overload Stop "
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_IMP_10
Test objective "Verify that the AMF can send a OVERLOAD STOP to the GNB."
Reference
"ETSI TS 138 413 [1], Clauses 8.7.7.2"
Config Id CFG_AMF_01
PICS Selection PICS_A3/5_1
Initial conditions with {
the UE entity isRegisteredTo the AMF
}
Expected behaviour
ensure that {
when {
the IUT entity indicate a OVERLOAD STOP
}
then {
the IUT entity sends a OVERLOAD_STOP
to the GNB entity
}
}
} // end TP_NGAP_AMF_IMP_10
} // End Group "Overload Stop"
} // End Group "8.7 Interface Management Procedures"
Group "8.8 Configuration Transfer Procedure"
......