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
4250efdb
Commit
4250efdb
authored
1 year ago
by
Iztok Juvancic
Browse files
Options
Downloads
Patches
Plain Diff
added emergency config parameters/intefcaes
parent
eef9304b
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
+26
-16
26 additions, 16 deletions
ttcn/LibIot/LibIot_VxLTE_PIXITS.ttcn
with
26 additions
and
16 deletions
ttcn/LibIot/LibIot_VxLTE_PIXITS.ttcn
+
26
−
16
View file @
4250efdb
/*
* @author STF574, TTF006
* @version $Id: LibIot_VxLTE_PIXITS.ttcn
1
2020-05-29 15:06:42Z pintar
$
* @version $Id: LibIot_VxLTE_PIXITS.ttcn
1
2020-05-29 15:06:42Z pintar
$
* @desc This module provides PIXIT parameters which need to be
* changeable within validation
*/
module
LibIot_VxLTE_PIXITS
{
module
LibIot_VxLTE_PIXITS
{
import
from
LibIot_TypesAndValues
import
from
LibIot_TypesAndValues
{
type
IOTExecMode
,
IotVerdictType
,
CaptureMode
,
RecordMode
,
FileList
,
TimeOffset
,
EutInterfaceInfoList
,
ProtocolFilter
,
IpAddress
,
PortNumber
,
ProductList
,
InterfaceAvailableList
,
MonitorInterfaceInfo
;
type
IOTExecMode
,
IotVerdictType
,
CaptureMode
,
RecordMode
,
FileList
,
TimeOffset
,
EutInterfaceInfoList
,
ProtocolFilter
,
IpAddress
,
PortNumber
,
ProductList
,
InterfaceAvailableList
,
MonitorInterfaceInfo
;
}
group
VxLTEMonitorInterfaces_PIXITS
{
...
...
@@ -49,48 +49,58 @@ module LibIot_VxLTE_PIXITS {
modulepar
boolean
PX_SIP_IC_MONITORENABLED
:=
true
;
}
//end group Ic
//A.8.4
PIXIT items for the Mw Interface
//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_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
modulepar
charstring
PX_SIP_MW_IS_INTERFACENAME
:=
"Mw SI"
;
//Mw interface between S-CSCF and I-CSCF
modulepar
charstring
PX_SIP_MW_PB_INTERFACENAME
:=
"Mw PB"
;
//Mw interface between P-CSCF and IBCF
modulepar
charstring
PX_SIP_MW_IB_INTERFACENAME
:=
"Mw IB"
;
//Mw interface between I-CSCF and IBCF
modulepar
charstring
PX_SIP_MW_IE_INTERFACENAME
:=
"Mw IE"
;
//Mw interface between I/S-CSCF and E-CSCF
modulepar
charstring
PX_SIP_MW_PSAP_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of PSAP
modulepar
integer
PX_SIP_MW_PSAP_PORT
:=
5060
;
//Mw Port number of PSAP
modulepar
charstring
PX_SIP_MW_P_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of P-CSCF
modulepar
integer
PX_SIP_MW_P_CSCF_PORT
:=
5060
;
//Mw Port number of P-CSCF
modulepar
charstring
PX_SIP_MW_I_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of I-CSCF
modulepar
integer
PX_SIP_MW_I_CSCF_PORT
:=
5080
;
//Mw Port number of I-CSCF
modulepar
charstring
PX_SIP_MW_S_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of S-CSCF
modulepar
integer
PX_SIP_MW_S_CSCF_PORT
:=
5090
;
//Mw Port number of S-CSCF
modulepar
charstring
PX_SIP_MW_E_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Mw IP address of E-CSCF
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_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
modulepar
boolean
PX_SIP_MW_IS_MONITORENABLED
:=
true
;
//true - Monitor enabled for IS connection only
modulepar
boolean
PX_SIP_MW_PB_MONITORENABLED
:=
true
;
//true - Monitor enabled for PB connection only
modulepar
boolean
PX_SIP_MW_IB_MONITORENABLED
:=
true
;
//true - Monitor enabled for IB connection only
modulepar
boolean
PX_SIP_MW_IE_MONITORENABLED
:=
true
;
//true - Monitor enabled for IE connection only
}
//end group Mw
//A.8.*
PIXIT items for the Isc Interface
//A.8.*
PIXIT items for the Isc Interface
//The Isc interface connects an S-CSCF with AS using the SIP and SDP protocols as defined in ETSI TS 124 229 [1].
group
Isc
{
modulepar
charstring
PX_SIP_ISC_INTERFACENAME
:=
"Isc"
;
//Isc interface between S-CSCF and AS
modulepar
charstring
PX_SIP_ISC_S_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//
Isc IP address of S-CSCF
modulepar
integer
PX_SIP_ISC_S_CSCF_PORT
:=
5090
;
//
Isc Port number of S-CSCF
modulepar
charstring
PX_SIP_ISC_AS_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//
Isc IP address of AS
modulepar
integer
PX_SIP_ISC_AS_PORT
:=
5100
;
//
Isc Port number of AS
modulepar
boolean
PX_SIP_ISC_MONITORENABLED
:=
true
;
modulepar
charstring
PX_SIP_ISC_INTERFACENAME
:=
"Isc"
;
//Isc interface between S-CSCF and AS
modulepar
charstring
PX_SIP_ISC_S_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//
Isc IP address of S-CSCF
modulepar
integer
PX_SIP_ISC_S_CSCF_PORT
:=
5090
;
//
Isc Port number of S-CSCF
modulepar
charstring
PX_SIP_ISC_AS_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//
Isc IP address of AS
modulepar
integer
PX_SIP_ISC_AS_PORT
:=
5100
;
//
Isc Port number of AS
modulepar
boolean
PX_SIP_ISC_MONITORENABLED
:=
true
;
}
//end group Isc
}
//end group SIp
group
Diameter
{
//A.8.5
PIXIT items for the Cx Interface
//A.8.5
PIXIT items for the Cx Interface
//The Cx interface connects an I- or S-CSCF with an HSS using the Diameter protocol as defined ETSI TS 129 228 [3] and ETSI TS 129 229 [4].
group
Cx
{
modulepar
charstring
PX_DIAMETER_CX_IH_INTERFACENAME
:=
"Cx IH"
;
//Cx interface between I-CSCF and HSS
modulepar
charstring
PX_DIAMETER_CX_SH_INTERFACENAME
:=
"Cx SH"
;
//Cx interface between S-CSCF and HSS
modulepar
charstring
PX_DIAMETER_CX_I_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Charstring
Cx IP address of I-CSCF
modulepar
charstring
PX_DIAMETER_CX_I_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Charstring
Cx IP address of I-CSCF
modulepar
integer
PX_DIAMETER_CX_I_CSCF_PORT
:=
3868
;
//Cx Port number of I-CSCF
modulepar
charstring
PX_DIAMETER_CX_S_CSCF_IPADDR
:=
"fe80::21a:a0ff:fe07:98"
;
//Cx IP address of S-CSCF
modulepar
integer
PX_DIAMETER_CX_S_CSCF_PORT
:=
3868
;
//Cx Port number of S-CSCF
...
...
@@ -101,7 +111,7 @@ module LibIot_VxLTE_PIXITS {
modulepar
boolean
PX_DIAMETER_CX_IH_MONITORENABLED
:=
true
;
//true - Monitor enabled for IH connection only
}
//end group Cx
//A.8.6
PIXIT items for the Gx Interface
//A.8.6
PIXIT items for the Gx Interface
//The Gx interface connects a PCRF with a PGW using the Diameter protocol as defined in ETSI TS 129 212 [8].
group
Gx
{
modulepar
charstring
PX_DIAMETER_GX_INTERFACENAME
:=
"Gx"
;
//Gx interface between PCRF and PGW
...
...
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