Commit 833fac33 authored by tepelmann's avatar tepelmann
Browse files

Removed all PIXIT references (e.g. creating parameters instead).

parent c846caab
Loading
Loading
Loading
Loading

ttcn/LibIms_PIXITS.ttcn

deleted100644 → 0
+0 −689

File deleted.

Preview size limit exceeded, changes collapsed.

+121 −633

File changed.

Preview size limit exceeded, changes collapsed.

+26 −13
Original line number Original line Diff line number Diff line
@@ -19,8 +19,6 @@ module LibIms_Templates {
    // LibIms
    // LibIms
    import from LibIms_SIPTypesAndValues all;
    import from LibIms_SIPTypesAndValues all;


    import from LibIms_PIXITS all;

    // LibXMLTypes
    // LibXMLTypes
    import from XSD all;
    import from XSD all;


@@ -94,9 +92,11 @@ module LibIms_Templates {
        }
        }
    }
    }


    template(present) Addr_Union mw_UE1_Addr_display := {
    template(present) Addr_Union mw_UE1_Addr_display(
        template(present) charstring p_displayName
    ) := {
        nameAddr := {
        nameAddr := {
            displayName := PX_IMS_SUT_UE1_DISPLAY,
            displayName := p_displayName,
            addrSpec := ?
            addrSpec := ?
        }
        }
    }
    }
@@ -196,6 +196,8 @@ module LibIms_Templates {
        }
        }


        template(value) Path m_path(
        template(value) Path m_path(
            template(value) charstring p_host,
            template(value) integer p_port,
            template(value) SipUrl p_sipUrl
            template(value) SipUrl p_sipUrl
        ) modifies m_path_TS := {
        ) modifies m_path_TS := {
            pathValues := {
            pathValues := {
@@ -209,7 +211,10 @@ module LibIms_Templates {
            }
            }
        }
        }


        template(value) Path m_path_TS := {
        template(value) Path m_path_TS(
            template(value) charstring p_host,
            template(value) integer p_port
        ) := {
            fieldName := PATH_E,
            fieldName := PATH_E,
            pathValues := {
            pathValues := {
                {
                {
@@ -223,7 +228,7 @@ module LibIms_Templates {
                                        userOrTelephoneSubscriber := "registrar",
                                        userOrTelephoneSubscriber := "registrar",
                                        password := omit
                                        password := omit
                                    },
                                    },
                                    hostPort := {PX_IMS_TS_PCSCF_HOME_DOMAIN, PX_IMS_TS_PCSCF_PORT}
                                    hostPort := {p_host, p_port}
                                }
                                }
                            },
                            },
                            urlParameters := {
                            urlParameters := {
@@ -386,11 +391,12 @@ module LibIms_Templates {
            }
            }
        }
        }


        template(present) PVisitedNetworkID mw_pVisitedNetworkID 
        template(present) PVisitedNetworkID mw_pVisitedNetworkID(
        modifies m_pVisitedNetworkID_TS := {
          template(present) charstring p_vNetworkSpecToken
        ) modifies m_pVisitedNetworkID_TS := {
            vNetWorkSpec := {
            vNetWorkSpec := {
                {
                {
                    vNetworkSpecToken := PX_IMS_SUT_PCSCF_VisitedNetworkID,
                    vNetworkSpecToken := p_vNetworkSpecToken,
                    genericParams := *
                    genericParams := *
                }
                }
            }
            }
@@ -2460,11 +2466,12 @@ module LibIms_Templates {
                    template(value) Via p_via,
                    template(value) Via p_via,
                    template(omit) Require p_require := omit,
                    template(omit) Require p_require := omit,
                    template(omit) Route p_route := omit,
                    template(omit) Route p_route := omit,
                    template(omit) Supported p_supported := omit
                    template(omit) Supported p_supported := omit,
                    template(value) charstring p_homeDomain
                ) modifies m_MESSAGE_Request_NoBody_UE := {
                ) modifies m_MESSAGE_Request_NoBody_UE := {
                    msgHeader := {
                    msgHeader := {
                        pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,
                        pChargingFunctionAddresses := m_pChargingFunctionAddresses_fixedValue,
                        pChargingVector := m_pChargingVector_origIoi_fixedValue(PX_IMS_SUT_UE1_HOME_DOMAIN)
                        pChargingVector := m_pChargingVector_origIoi_fixedValue(p_homeDomain)
                    }
                    }
                }
                }


@@ -2752,7 +2759,9 @@ module LibIms_Templates {
                    template(value) To p_to,
                    template(value) To p_to,
                    template(value) Via p_via,
                    template(value) Via p_via,
                    template(omit) Contact p_contact := omit,
                    template(omit) Contact p_contact := omit,
                    template(omit) Authorization p_authorization := omit
                    template(omit) Authorization p_authorization := omit,
                    template(value) charstring p_host,
                    template(value) integer p_port
                ) modifies m_REGISTER_Request_Base := {
                ) modifies m_REGISTER_Request_Base := {
                    requestLine := {
                    requestLine := {
                        method := REGISTER_E,
                        method := REGISTER_E,
@@ -2764,7 +2773,7 @@ module LibIms_Templates {
                        contact := p_contact,
                        contact := p_contact,
                        cSeq := p_cSeq,
                        cSeq := p_cSeq,
                        fromField := p_from,
                        fromField := p_from,
                        path := m_path_TS,
                        path := m_path_TS(p_host, p_port),
                        pChargingVector := m_pChargingVector_icid_TS,
                        pChargingVector := m_pChargingVector_icid_TS,
                        pVisitedNetworkID := m_pVisitedNetworkID_TS,
                        pVisitedNetworkID := m_pVisitedNetworkID_TS,
                        require := {
                        require := {
@@ -2785,6 +2794,8 @@ module LibIms_Templates {
                    template(value) Via p_via,
                    template(value) Via p_via,
                    template(omit) Contact p_contact := omit,
                    template(omit) Contact p_contact := omit,
                    template(omit) Authorization p_authorization := omit,
                    template(omit) Authorization p_authorization := omit,
                    template(value) charstring p_host,
                    template(value) integer p_port,
                    template(omit) Path p_path := omit
                    template(omit) Path p_path := omit
                ) modifies m_REGISTER_Request_IMS := {
                ) modifies m_REGISTER_Request_IMS := {
                    msgHeader := {path := p_path}
                    msgHeader := {path := p_path}
@@ -2799,6 +2810,8 @@ module LibIms_Templates {
                    template(value) Via p_via,
                    template(value) Via p_via,
                    template(omit) Contact p_contact := omit,
                    template(omit) Contact p_contact := omit,
                    template(omit) Authorization p_authorization := omit,
                    template(omit) Authorization p_authorization := omit,
                    template(value) charstring p_host,
                    template(value) integer p_port,
                    template(value) DeltaSec p_deltaSec
                    template(value) DeltaSec p_deltaSec
                ) modifies m_REGISTER_Request_IMS := {
                ) modifies m_REGISTER_Request_IMS := {
                    msgHeader := {
                    msgHeader := {