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
0556e26f
Commit
0556e26f
authored
1 year ago
by
Yann Garcia
Browse files
Options
Downloads
Patches
Plain Diff
Review sequence for TD_VoLTE_ECO_INT_INI_03
parent
3d70e04e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Update master branch for closing TTF T010
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttcn/AtsImsIot/AtsImsIot_Emergency.ttcn
+22
-41
22 additions, 41 deletions
ttcn/AtsImsIot/AtsImsIot_Emergency.ttcn
with
22 additions
and
41 deletions
ttcn/AtsImsIot/AtsImsIot_Emergency.ttcn
+
22
−
41
View file @
0556e26f
...
...
@@ -528,8 +528,7 @@ module AtsImsIot_Emergency {
PX_DIAMETER_GX_INTERFACENAME
,
PX_DIAMETER_RX_INTERFACENAME
,
PX_SIP_MW_PE_INTERFACENAME
,
PX_SIP_EB_INTERFACENAME
,
// E-CSCF -> IBCF
PX_SIP_MM_PSAP_INTERFACENAME
// IBCF -> PSAP
PX_SIP_MM_PSAP_INTERFACENAME
// E-CSCF -> PSAP
}))
{
var
SipMessage
v_sip
;
...
...
@@ -561,59 +560,41 @@ module AtsImsIot_Emergency {
f_mtc_check_TP_RX_PCSCF_RAA_01
(
vc_vxlte_monitor_components
.
rx
);
// Events 7,8
f_mtc_check_TP_GX_PCRF_CCA_01
(
vc_vxlte_monitor_components
.
gx
);
// Events 6,9
f_mtc_check_TP_MW_PCSCF_ECO_INVITE_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 10
f_mtc_check_TP_MW_PCSCF_ECO_INVITE_02
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 10
f_mtc_check_TP_MW_PCSCF_ECO_100Trying_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
f_mtc_check_TP_MW_IBCF_INVITE_01
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
// Event 11
f_mtc_check_TP_MW_IBCF_100Trying_01
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
f_mtc_check_TP_MM_ECSCF_ECO_INVITE_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
true
);
// Event 1
2
f_mtc_check_TP_MM_ECSCF_ECO_INVITE_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
true
);
// Event 1
1
f_mtc_check_TP_MM_ECSCF_ECO_100Trying_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
-
,
v_sip
);
// 183 Session Progress
f_mtc_check_TP_MM_ECSCF_ECO_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
-
,
v_sip
);
// Event 13
f_mtc_check_TP_MW_IBCF_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
// Event 14
f_mtc_check_TP_MW_PCSCF_ECO_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 15
f_mtc_check_TP_GM_PCSCF_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 20
// PRACK after 183 Session Progress: require field is present
// FIXME Add check of requires SIP message header to check PRACK
//f_mtc_check_TP_MW_PCSCF_ECO_PRACK_01(vc_vxlte_monitor_components.mwPE, -, v_sip); // Event 15
//f_mtc_check_TP_GM_PCSCF_PRACK_01(vc_vxlte_monitor_components.gmA, -, v_sip); // Event 20
f_mtc_check_TP_MM_ECSCF_ECO_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
-
,
v_sip
);
// 183 In Progress Event 12
f_mtc_check_TP_MW_PCSCF_ECO_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 13
f_mtc_check_TP_GM_PCSCF_183SESSION_PROGRESS_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 18
//Rx/Gx exchange after 183(SDP) was received at P-CSCF
f_mtc_check_TP_RX_PCSCF_AAR_04
(
vc_vxlte_monitor_components
.
rx
);
// Event 1
6
f_mtc_check_TP_GX_PCRF_RAR_01
(
vc_vxlte_monitor_components
.
gx
,
true
);
// Event 1
7
f_mtc_check_TP_GX_PGW_RAA_02
(
vc_vxlte_monitor_components
.
gx
);
// Event 1
8
f_mtc_check_TP_RX_PCRF_AAA_02
(
vc_vxlte_monitor_components
.
rx
);
// Event 1
9
f_mtc_check_TP_RX_PCSCF_AAR_04
(
vc_vxlte_monitor_components
.
rx
);
// Event 1
4
f_mtc_check_TP_GX_PCRF_RAR_01
(
vc_vxlte_monitor_components
.
gx
,
true
);
// Event 1
5
f_mtc_check_TP_GX_PGW_RAA_02
(
vc_vxlte_monitor_components
.
gx
);
// Event 1
6
f_mtc_check_TP_RX_PCRF_AAA_02
(
vc_vxlte_monitor_components
.
rx
);
// Event 1
7
f_mtc_check_TP_MM_ECSCF_ECO_180RINGING_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
);
// 180 Ringing – Event 22
f_mtc_check_TP_MW_IBCF_180RINGING_01
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
// Event 23
f_mtc_check_TP_MM_ECSCF_ECO_180RINGING_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
);
// 180 Ringing – Event 22
f_mtc_check_TP_MW_PCSCF_ECO_180RINGING_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 24
f_mtc_check_TP_GM_PCSCF_180RINGING_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 25
// PRACK after 180 Session Progress: require field is present
// FIXME Add check of requires SIP message header to check PRACK
// f_mtc_check_TP_MW_PCSCF_ECO_PRACK_01(vc_vxlte_monitor_components.mwPE, -, v_sip); // Event 15
// f_mtc_check_TP_GM_PCSCF_PRACK_01(vc_vxlte_monitor_components.gmA, -, v_sip); // Event 20
f_mtc_userCheckRinging
(
v_psap
);
f_mtc_userCheckPeerIsRinging
(
v_ueA
);
f_mtc_userAnswerCall
(
v_psap
);
f_mtc_userCheckRinging
(
v_psap
);
// Event 19
f_mtc_userCheckPeerIsRinging
(
v_ueA
);
// Event 19
f_mtc_userAnswerCall
(
v_psap
);
// Event 26
f_mtc_check_TP_MM_ECSCF_ECO_200OK_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
-
,
v_sip
);
// 200 OK Event 26
f_mtc_check_TP_MW_IBCF_200OK
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
// Event 27
f_mtc_check_TP_MW_PCSCF_ECO_200OK_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 28
f_mtc_check_TP_GM_PCSCF_200OK_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 29
f_mtc_check_TP_MM_ECSCF_ECO_200OK_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
,
-
,
v_sip
);
// 200 OK Event 23
f_mtc_check_TP_MW_PCSCF_ECO_200OK_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 24
f_mtc_check_TP_GM_PCSCF_200OK_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 25
f_mtc_check_TP_GM_PCSCF_ACK_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 30
f_mtc_check_TP_MW_PCSCF_ECO_ACK_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 31
f_mtc_check_TP_MW_IBCF_ACK_01
(
vc_vxlte_monitor_components
.
mwBE
,
-
,
v_sip
);
// Event 32
f_mtc_check_TP_MM_ECSCF_ECO_ACK_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
);
// ACK – Event 33
f_mtc_check_TP_GM_PCSCF_ACK_01
(
vc_vxlte_monitor_components
.
gmA
,
-
,
v_sip
);
// Event 26
f_mtc_check_TP_MW_PCSCF_ECO_ACK_01
(
vc_vxlte_monitor_components
.
mwPE
,
-
,
v_sip
);
// Event 27
f_mtc_check_TP_MM_ECSCF_ECO_ACK_01
(
vc_vxlte_monitor_components
.
mwB_PSAP
);
// ACK – Event 28
f_mtc_userCheckCallEstablished
(
v_ueA
);
// Event
34
f_mtc_userCheckCallEstablished
(
v_psap
);
// Event
34
f_mtc_userCheckCallEstablished
(
v_ueA
);
// Event
29
f_mtc_userCheckCallEstablished
(
v_psap
);
// Event
29
// Postamble
f_mtc_EndCall
(
v_ueA
);
...
...
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