Commit c625842d authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Merged document Sip_Common

parents 9ccfa88b a61fe56a
Loading
Loading
Loading
Loading
+132 −160
Original line number Original line Diff line number Diff line
/*
/*
Copyright (c) ETSI 2019.
Copyright (c) ETSI 2019-2020.


This software is subject to copyrights owned by ETSI. Non-exclusive permission
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
is hereby granted, free of charge, to copy, reproduce and amend this file
@@ -13,248 +13,219 @@ copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
file and shall not imply any sub-license right.
*/
*/



Package TP_GM {
Package TP_GM {
    
    
    import all from Sip_Common;
    import all from Sip_Common;
    
    
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_REGISTER_01
        TP Id TP_GM_PCSCF_MESSAGE_01
        Test objective  "Verify that the SUT successfully processes a first registration (UE_A initiated)."
        // TP_IMST2_GM_GEN_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective "All IMS CN components shall support SIP messages which are greater than 1 300 bytes in length"
               
               
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
          "TS 124 229 (V15.6.0) [1], clause 4.2A"  
            "TP_IMST2_GM_REG_01"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
                  
                  
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isAttachedTo the EPC_B and
            the NW_UE_B entity isAttachedTo the IMS_A
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        }
        
        
        Expected behaviour
        Expected behaviour
            ensure that {
            ensure that {
                when {
                when {
                    the UE_A entity isTriggeredToStart
                    the IMS_P_CSCF_A entity receives a MESSAGE
                       containing ContentLength indicating value greater than 1300 bytes
                       ;
                    to the IMS_A entity
                }
                }
                then {
                then {
                    the UE_A entity sends a REGISTER containing
                    the IMS_P_CSCF_A entity forwards the MESSAGE to the IMS_I_CSCF_A entity
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Authorization_HDR containing
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Username indicating value PX_UE_A_USERNAME,
                            Realm indicating value PX_UE_A_REALM,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value ""
                        ;;
                    and the UE_A entity receives an Unauthorized containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Warning_HDR,
                        P_Access_Network_Info_HDR
                        WWW_Authenticate_HDR containing
                            Digest_Realm,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                        ;;
                }
                }
            }  
            }  
    } // End of TP_GM_PCSCF_REGISTER_01
    }  // End of TP_GM_PCSCF_MESSAGE_01
    
    
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_REGISTER_02
        TP Id TP_GM_PCSCF_REGISTER_01
        Test objective  "Verify that the SUT successfully processes a full registration (UE_A initiated)."
        // TP_IMST2_GM_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a first registration (UE_A initiated)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
            "TP_IMST2_GM_REG_08"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
        
        
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isNotRegisteredTo the IMS_A
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        }
        
        
        Expected behaviour
        Expected behaviour
            ensure that {
            ensure that {
                when {
                when {
                    the UE_A entity isTriggeredToStart and
                    the UE_A entity isTriggeredToStart
                    the UE_A entity hasAchieveFirstRegistration
                }
                }
                then {
                then {
                    the UE_A entity sends a REGISTER containing
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Via indicating value PX_UE_A_VIA,
                        Authorization_HDR containing
                        Authorization containing
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Username indicating value PX_UE_A_USERNAME,
                            Username indicating value PX_UE_A_USERNAME,
                            Realm indicating value PX_UE_A_REALM,
                            Realm indicating value PX_UE_A_REALM,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value ""
                        ;;
                    and the IMS_P_CSCF_A entity sends an 401_Unauthorized containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        Warning,
                        PAccessNetworkInfo,
                        WwwAuthenticate containing
                            Digest,
                            Realm indicating value PX_UE_A_REALM,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value "not empty",
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                            qop indicating value "auth"
                        ;;
                        ;;
                    and the UE_A entity receives an Ok containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Authentication_Info_HDR,
                        P_Access_Network_Info_HDR,
                        P_Associated_URI_HDR indicating value PX_UE_A_SIP_URI,
                        P_Charging_Function_Addresses_HDR,
                        Path_HDR,
                        Service_Route_HDR
                        ;
                }
                }
            }
            }
    } // End of TP_GM_PCSCF_REGISTER_02
    } // End of TP_GM_PCSCF_REGISTER_01
    
    
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_UE_INVITE_01
        TP Id TP_GM_PCSCF_REGISTER_02
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_A initiated)."
        // TP_IMST2_GM_REG_08 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a full registration (UE_A initiated)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
        
        
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isNotRegisteredTo the IMS_A
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        }
        
        
        Expected behaviour
        Expected behaviour
            ensure that {
            ensure that {
                when {
                when {
                    the UE_A entity isTriggeredToStart
                    the UE_A entity isTriggeredToStart and
                    the UE_A entity hasAchieveFirstRegistration
                }
                }
                then {
                then {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Via indicating value PX_UE_A_VIA,
                        Authorization_HDR
                        Authorization containing
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Username indicating value PX_UE_A_USERNAME,
                            Username indicating value PX_UE_A_USERNAME,
                            Realm indicating value PX_UE_A_REALM,
                            Realm indicating value PX_UE_A_REALM,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value ""
                        ;
                    and the IMS_P_CSCF_A entity sends an Unauthorized containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Warning_HDR,
                        P_Access_Network_Info_HDR,
                        WWW_Authenticate_HDR containing
                            Digest_Realm,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value "not empty",
                            Nonce indicating value "not empty",
                            qop indicating value "auth"
                            qop indicating value "auth"
                        ;;
                        ;;
                    and the IMS_P_CSCF_A entity sends an 200_Ok containing
                        From indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CallId indicating value PX_UE_A_CALLID,
                        Via indicating value PX_UE_A_VIA,
                        AuthenticationInfo,
                        PAccessNetworkInfo,
                        PAssociatedURI indicating value PX_UE_A_SIP_URI,
                        P_Charging_Function_Addresses_HDR,
                        Path,
                        ServiceRoute
                        ;
                }
                }
            }
            }
    } // End of TP_GM_PCSCF_REGISTER_01
    } // End of TP_GM_PCSCF_REGISTER_02
    
    
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_REGISTER_02
        TP Id TP_GM_PCSCF_REGISTER_03
        Test objective  "Verify that the SUT successfully processes a full registration (UE_A initiated)."
        // TP_IMST2_GM_REG_01 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes a invalid first registration (UE_A initiated)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
        
        
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isNotRegisteredTo the IMS_A
            the UE_A entity isNotRegisteredTo the IMS_A
        }
        }
        
        
        Expected behaviour
        Expected behaviour
            ensure that {
            ensure that {
                when {
                when {
                    the UE_A entity isTriggeredToStart and
                    the UE_A entity isTriggeredToStart
                    the UE_A entity hasAchieveFirstREGISTER
                }
                }
                then {
                then {
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                    the IMS_P_CSCF_A entity receives a REGISTER containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Via indicating value PX_UE_A_VIA,
                        Authorization_HDR containing
                        Authorization containing
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_Schema indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Authentication_URI indicating value PX_TO_BE_DEFINED,
                            Username indicating value PX_UE_A_USERNAME,
                            Username indicating value PX_UE_A_INVALID_USERNAME,
                            Realm indicating value PX_UE_A_REALM,
                            Realm indicating value PX_UE_A_REALM,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Algorithm indicating value PX_UE_A_AUTH_ALG,
                            Nonce indicating value "not empty",
                            Nonce indicating value ""
                            qop indicating value "auth"
                        ;;
                        ;;
                    and the IMS_P_CSCF_A entity sends an Ok containing
                    and the IMS_P_CSCF_A entity sends an 404_NotFound containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_A_SIP_URI,
                        To indicating value PX_UE_A_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID
                        Via_HDR indicating value PX_UE_A_VIA,
                        Authentication_Info_HDR,
                        P_Access_Network_Info_HDR,
                        P_Associated_URI_HDR indicating value PX_UE_A_SIP_URI,
                        P_Charging_Function_Addresses_HDR,
                        Path_HDR,
                        Service_Route_HDR indicating value PX_UE_A_SERVICE_ROUTE
                        ;
                        ;
                }
                }
            }
            }
    } // End of TP_GM_PCSCF_REGISTER_02
    } // End of TP_GM_PCSCF_REGISTER_03
    
    
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_SUBSCRIBE_01
        TP Id TP_GM_PCSCF_SUBSCRIBE_01
        // TP_IMS_5044_01 from ETSI TS 186 011-2 V5.1.1 (2013-10)
        
        Test objective  "Verify that the SUT successfully processes a SUBSCRIBE (UE_A initiated)."
        Test objective  "Verify that the SUT successfully processes a SUBSCRIBE (UE_A initiated)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
        
        
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
        Initial conditions with {
        Initial conditions with {
            the UE_A entity isAttachedTo the EPC_A and
            the UE_A entity isAttachedTo the EPC_A and
            the UE_B entity isAttachedTo the EPC_B and
            the UE_A entity isRegisteredTo the IMS_A
            the UE_A entity isRegisteredTo the IMS_A and
            the UE_B entity isRegisteredTo the IMS_B
        }
        }
        
        
        Expected behaviour
        Expected behaviour
@@ -264,18 +235,18 @@ Package TP_GM {
                }
                }
                then {
                then {
                    the IMS_P_CSCF_A entity receives an SUBSCRIBE containing
                    the IMS_P_CSCF_A entity receives an SUBSCRIBE containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Via indicating value PX_UE_A_VIA,
                        Route_HDR indicating value PX_UE_A_SERVICE_ROUTE
                        Route indicating value PX_UE_A_SERVICE_ROUTE
                        // TODO To be continued
                        // TODO To be continued
                        ;
                        ;
                     and the IMS_P_CSCF_A entity sends a Ok containing
                     and the IMS_P_CSCF_A entity sends a 200_Ok containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA
                        Via indicating value PX_UE_A_VIA
                        // TODO To be continued
                        // TODO To be continued
                        ;
                        ;
                 }
                 }
@@ -285,13 +256,14 @@ Package TP_GM {
    Test Purpose {
    Test Purpose {
        
        
        TP Id TP_GM_PCSCF_INVITE_01
        TP Id TP_GM_PCSCF_INVITE_01
        // TP_IMST2_GM_INI_05 from ETSI TS 102 790-2 V3.1.1 (2014-07)
        
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_A initiated)."
        Test objective  "Verify that the SUT successfully processes an initial INVITE (UE_A initiated)."
        
        
        Reference 
        Reference 
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2",
            "ETSI TS 124 229 (V15.3.0) [5], clauses 5.1.3, 6.1.1 and 6.1.2"
            "TP_IMST2_GM_INI_01, TP_IMST2_GM_INI_03, TP_IMST2_GM_INI_04"
        
        
        Config Id CFG_GM_01
        Config Id CFG_INT_GM_01
        
        
        PICS Selection PICS_1
        PICS Selection PICS_1
        
        
@@ -309,41 +281,41 @@ Package TP_GM {
                }
                }
                then {
                then {
                    the IMS_P_CSCF_A entity receives an INVITE containing
                    the IMS_P_CSCF_A entity receives an INVITE containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA,
                        Via indicating value PX_UE_A_VIA,
                        Route_HDR indicating value PX_UE_A_SERVICE_ROUTE,
                        Route indicating value PX_UE_A_SERVICE_ROUTE,
                        P_Access_Network_Info_HDR,
                        PAccessNetworkInfo,
                        MessageBody containing
                        MessageBody containing
                            SDP_HDR containing
                            SDP containing
                                SDP_Version indicating value "0" 
                                Version indicating value "0" 
                                // TODO To be continued
                                // TODO To be continued
                            ;
                            ;
                        ;;
                        ;;
                     and the IMS_P_CSCF_A entity sends a Trying containing
                     and the IMS_P_CSCF_A entity sends a 100_Trying containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA
                        Via indicating value PX_UE_A_VIA
                        ;
                        ;
                     or the IMS_P_CSCF_A entity sends a Ringing containing
                     or the IMS_P_CSCF_A entity sends a 180_Ringing containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA
                        Via indicating value PX_UE_A_VIA
                        ;
                        ;
                     and the IMS_P_CSCF_A entity sends a Ok containing
                     and the IMS_P_CSCF_A entity sends a 200_Ok containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA
                        Via indicating value PX_UE_A_VIA
                        ;
                        ;
                     and the IMS_P_CSCF_A entity receives a ACK containing
                     and the IMS_P_CSCF_A entity receives a ACK containing
                        FROM_HDR indicating value PX_UE_A_SIP_URI,
                        From indicating value PX_UE_A_SIP_URI,
                        TO_HDR indicating value PX_UE_B_SIP_URI,
                        To indicating value PX_UE_B_SIP_URI,
                        CALLID_HDR indicating value PX_UE_A_CALLID,
                        CallId indicating value PX_UE_A_CALLID,
                        Via_HDR indicating value PX_UE_A_VIA
                        Via indicating value PX_UE_A_VIA
                        ;
                        ;
                 }
                 }
            }
            }
+648 −4

File changed.

Preview size limit exceeded, changes collapsed.

+240 −67

File changed.

Preview size limit exceeded, changes collapsed.

+75 −13

File changed.

Preview size limit exceeded, changes collapsed.