Commits (2)
......@@ -918,7 +918,7 @@ Package TP_AMF {
Test Purpose {
TP Id TP_NGAP_AMF_MMP_03
TP Id TP_NGAP_AMF_MMP_04
Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and answers with PATH SWITCH REQUEST ACKNOWLEDGE to acknowledge the path switch."
......@@ -966,13 +966,13 @@ Package TP_AMF {
}
}
} // End TP_NGAP_AMF_MMP_03
} // End TP_NGAP_AMF_MMP_04
Test Purpose {
TP Id TP_NGAP_AMF_MMP_04
TP Id TP_NGAP_AMF_MMP_05
Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and two PDU Sessions with sam ID and answers with PATH SWITCH REQUEST FAILURE."
Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and two PDU Sessions with same ID and answers with PATH SWITCH REQUEST FAILURE."
Reference
"ETSI TS 138 413 [1], Clauses 8.4.4.4"
......@@ -1021,11 +1021,134 @@ Package TP_AMF {
}
}
} // End TP_NGAP_AMF_MMP_04
} // End TP_NGAP_AMF_MMP_05
} // End Group "Path Switch Request"
Group "Handover Cancellation"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_MMP_06
Test objective "Verify that the AMF node successfully processes a PATH SWITCH REQUEST message that contains mandatory IEs and answers with PATH SWITCH REQUEST FAILURE to confirm that the ongoing handover was cancelled."
Reference
"ETSI TS 138 413 [1], Clauses 8.4.5.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 HANDOVER_CANCEL containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
Cause
;
from the GNB entity
}
then {
the IUT entity sends a HANDOVER_CANCEL_ACKNOWLEDGE containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID
;
to the GNB entity
}
}
} // End TP_NGAP_AMF_MMP_05
} // End Group "Handover Cancellation"
Group "Downlink RAN Status Transfer"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_MMP_07
Test objective "Verify that the AMF node successfully sends a UPLINK RAN STATUS TRANSFER message that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.4.5.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 Uplink RAN Status Transfer procedure
}
then {
the IUT entity sends a UPLINK_RAN_STATUS_TRANSFER containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
RAN_Status_Transfer_Transparent_Container
;
to the GNB entity
}
}
} // End TP_NGAP_AMF_MMP_07
} // End Group "Downlink RAN Status Transfer"
Group "Downlink RAN Status Transfer"
{
import all from Ngap_Common;
Test Purpose {
TP Id TP_NGAP_AMF_MMP_08
Test objective "Verify that the AMF node successfully sends a UPLINK RAN EARLY STATUS TRANSFER message that contains mandatory IEs."
Reference
"ETSI TS 138 413 [1], Clauses 8.4.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 Uplink RAN Early Status Transfer procedure
}
then {
the IUT entity sends a UPLINK_RAN_EARLY_STATUS_TRANSFER containing
AMF_UE_NGAP_ID,
RAN_UE_NGAP_ID,
Early_Status_Transfer_Transparent_Container
;
to the GNB entity
}
}
} // End TP_NGAP_AMF_MMP_08
} // End Group "Downlink RAN Status Transfer"
} // End Group "8.4 UE Mobility Management Procedures"
} // End of Package TP_AMF
......