Commit 4250efdb authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

added emergency config parameters/intefcaes

parent eef9304b
Loading
Loading
Loading
Loading
+26 −16
Original line number Original line Diff line number Diff line
@@ -52,24 +52,34 @@ module LibIot_VxLTE_PIXITS {
            //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].
            //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{
            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_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_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_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_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_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 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 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 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 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 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 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 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 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_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_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_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_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_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
            }//end group Mw
            
            
            //A.8.*    PIXIT items for the Isc Interface 
            //A.8.*    PIXIT items for the Isc Interface