Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Emergency VoLTE Interoperability Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
INT - Core Network and Interoperability Testing
Voice and Video over LTE
Emergency VoLTE Interoperability Tests
Commits
1d6d8853
Commit
1d6d8853
authored
2 years ago
by
Peter Schmitting
Browse files
Options
Downloads
Patches
Plain Diff
eCall test added to Gm
parent
4b3d2d2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Ttf010
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test_purposes/Gm/TP_GM.tplan2
+42
-1
42 additions, 1 deletion
test_purposes/Gm/TP_GM.tplan2
test_purposes/Sip_Common.tplan2
+2
-0
2 additions, 0 deletions
test_purposes/Sip_Common.tplan2
with
44 additions
and
1 deletion
test_purposes/Gm/TP_GM.tplan2
+
42
−
1
View file @
1d6d8853
...
...
@@ -169,7 +169,7 @@ Package TP_GM {
Via indicating value PX_UE_A_VIA,
Route indicating value PX_UE_A_SERVICE_ROUTE,
PPreferredIdentity, // one or two instances
// TODO Geolocation header
a
mybe added later, check!
// TODO Geolocation header m
a
ybe added later, check!
MessageBody;
from the UE_A entity
}
...
...
@@ -217,5 +217,46 @@ Package TP_GM {
}
} // End of TP_GM_PCSCF_ECO_INVITE_03
Test Purpose {
TP Id TP_GM_PCSCF_ECO_INVITE_04
Test objective "Verify that the P-CSCF successfully receives an initial eCall type INVITE from an emergency registered UE."
Reference
"ETSI TS 124 229 [1], Clauses 5.1.6.11"
Config Id CF_VxLTE_INT
PICS Selection NONE
Initial conditions with {
the UE_A entity isEmergencyAttachedTo the EPC_A and
the UE_A entity isEmergencyRegisteredTo the IMS_A
}
Expected behaviour
ensure that {
when {
the UE_A entity isRequestedToEstablisheCallTypeEmergencyCall
}
then {
the IMS_P_CSCF_A entity receives an INVITE containing
From indicating value PX_UE_A_SIP_URI,
To indicating value PX_SIP_ECALL_EMERGENCY_SERVICE_URN, // "urn:service:sos.ecall.manual" or "urn:service:sos.ecall.automatic"
CallId indicating value PX_UE_A_CALLID,
Via indicating value PX_UE_A_VIA,
Route indicating value PX_UE_A_SERVICE_ROUTE,
Accept indicating value "application/EmergencyCallData.Control+xml",
RecvInfo indicating value "EmergencyCallData.eCall.MSD",
PPreferredIdentity, // one or two instances
// TODO Geolocation header maybe added later, check!
MessageBody containing
MIME containing MSD;;; // MIME may contain additional parts e.g., sdp, xml
from the UE_A entity
}
}
} // End of TP_GM_PCSCF_ECO_INVITE_04
} // End of Package TP_GM
This diff is collapsed.
Click to expand it.
test_purposes/Sip_Common.tplan2
+
2
−
0
View file @
1d6d8853
...
...
@@ -63,6 +63,7 @@ Package Sip_Common {
- isNotRegisteredTo
- hasAchievedFirstRegistration
- isRegisteredTo
- isEmergencyRegisteredTo
- isNotAttachedTo
- isAttachedTo
- isEmergencyAttachedTo
...
...
@@ -83,6 +84,7 @@ Package Sip_Common {
- hasReceivedSubsequentOrTargetRefreshRequestInDialog
- previouslyEstablishedCallWith
- isRequestedToSend
- isRequestedToEstablishEmergencyCall
- isRequestedToDeregisterUser
- isBusy
- isNoLongerAvailable
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment