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
6fd1f542
Commit
6fd1f542
authored
1 year ago
by
Iztok Juvancic
Browse files
Options
Downloads
Patches
Plain Diff
added emergency config parameters/intefcaes
parent
deda1f1d
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/LibIot/LibIot_VxLTE_PIXITS.ttcn
+6
-2
6 additions, 2 deletions
ttcn/LibIot/LibIot_VxLTE_PIXITS.ttcn
with
6 additions
and
2 deletions
ttcn/LibIot/LibIot_VxLTE_PIXITS.ttcn
+
6
−
2
View file @
6fd1f542
...
...
@@ -52,7 +52,9 @@ module LibIot_VxLTE_PIXITS {
//A.8.4 PIXIT items for the Mw Interface
//The Mw interface connects an x-CSCF with another x-CSCF or an IBCF using the SIP and SDP protocols as defined in ETSI TS 124 229 [1].
group
Mw
{
modulepar
charstring
PX_SIP_MW_PSAP_INTERFACENAME
:=
"Mw PSAP"
;
//MwMmMx interface between E,S-CSCF and PSAP
modulepar
charstring
PX_SIP_MM_B_PSAP_INTERFACENAME
:=
"Mm IBCF PSAP"
;
//Mm interface between IBCF and PSAP
modulepar
charstring
PX_SIP_MW_EB_INTERFACENAME
:=
"Mw ECSCF IBCF"
;
//Mw interface between ECSCF and IBCF
modulepar
charstring
PX_SIP_MW_S_PSAP_INTERFACENAME
:=
"Mw SCSCF PSAP"
;
//Mw interface between S-CSCF and PSAP
modulepar
charstring
PX_SIP_MW_PI_INTERFACENAME
:=
"Mw PI"
;
//Mw interface between P-CSCF and I-CSCF
modulepar
charstring
PX_SIP_MW_PS_INTERFACENAME
:=
"Mw PS"
;
//Mw interface between P-CSCF and S-CSCF
modulepar
charstring
PX_SIP_MW_PE_INTERFACENAME
:=
"Mw PE"
;
//Mw interface between P-CSCF and E-CSCF
...
...
@@ -72,7 +74,9 @@ module LibIot_VxLTE_PIXITS {
modulepar
integer
PX_SIP_MW_E_CSCF_PORT
:=
5095
;
//Mw Port number of E-CSCF
modulepar
charstring
PX_SIP_MW_IBCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of IBCF
modulepar
integer
PX_SIP_MW_IBCF_PORT
:=
5050
;
//Mw Port number of IBCF
modulepar
boolean
PX_SIP_MW_PSAP_MONITORENABLED
:=
true
;
//true - Monitor enabled for PSAP connection only
modulepar
boolean
PX_SIP_MM_B_PSAP_MONITORENABLED
:=
true
;
//true - Monitor enabled for PSAP connection only
modulepar
boolean
PX_SIP_MW_EB_MONITORENABLED
:=
true
;
//true - Monitor enabled for PE connection only
modulepar
boolean
PX_SIP_MW_S_PSAP_MONITORENABLED
:=
true
;
//true - Monitor enabled for PSAP connection only
modulepar
boolean
PX_SIP_MW_PI_MONITORENABLED
:=
true
;
//true - Monitor enabled for PI connection only
modulepar
boolean
PX_SIP_MW_PS_MONITORENABLED
:=
true
;
//true - Monitor enabled for PS connection only
modulepar
boolean
PX_SIP_MW_PE_MONITORENABLED
:=
true
;
//true - Monitor enabled for PE connection only
...
...
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