Skip to content
Snippets Groups Projects
Commit ef0c5baa authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Registration TP for gm updated

parent 156cfcbb
No related branches found
No related tags found
1 merge request!1Ttf010
......@@ -27,7 +27,7 @@ Package TP_GM {
Test objective "Verify that the P-CSCF successfully processes initial emergency registration (Successful)."
Reference
"ETSI TS 124 229 [1], Clauses 5.1.6.2"
"ETSI TS 124 229 [1], Clauses 5.1.6.2 and 5.2.10.1"
Config Id CF_VxLTE_INT
......@@ -41,23 +41,23 @@ Package TP_GM {
Expected behaviour
ensure that {
when {
the UE_A entity isTriggeredToStartEmergencyCall
}
then {
the UE_A entity sends a REGISTER containing
the IMS_P_CSCF_A entity receives a REGISTER containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Contact indicating value "sos"
;
to the IMS_P_CSCF_A entity
and the UE_A entity receives an 200_Ok containing
to the UE_A entity
}
then {
the IMS_P_CSCF_A entity sends a 200_Ok containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA;
from the IMS_P_CSCF_A entity
Via indicating value PX_UE_A_VIA,
P_Associated_URI indicating value ListOfImplicitelyRegisteredPublicUserIdentities;
from the UE_A entity
}
}
......@@ -84,23 +84,22 @@ Package TP_GM {
Expected behaviour
ensure that {
when {
the UE_A entity isTriggeredToStartEmergencyCall
}
then {
the UE_A entity sends a REGISTER containing
the IMS_P_CSCF_A entity receives a REGISTER containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Contact indicating value "sos"
;
to the IMS_P_CSCF_A entity
and the UE_A entity receives an 420_BadExtension containing
to the UE_A entity
}
then {
the IMS_P_CSCF_A entity sends a 420_BadExtension containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_UE_A_SIP_URI,
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA;
from the IMS_P_CSCF_A entity
from the UE_A entity
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment