Commit 1df62c8d authored by Iztok Juvancic's avatar Iztok Juvancic
Browse files

TP_SCCAS_Chapter_10_3.tplan2

parents 60956e4c d0babb24
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ Package Sip_Common {
        entities:
            - SCCAS
            - IMS_S_CSCF
            - IMS_I_CSCF
            - UE
            - UE_TERM
            - IUT
@@ -38,8 +39,8 @@ Package Sip_Common {
            - receives
            - sends
            - forwards
            - isRequestedToPlaceACall
            // Initial conditions
            - isTriggeredToStart
            - isNotRegisteredTo
            - hasAchievedFirstRegistration
            - isRegisteredTo
@@ -73,6 +74,8 @@ Package Sip_Common {
            - hasAchievedInitialINVITE
            - hasAchievedINVITE
            - timerOperatorSpecificTimeout //NOTE: 8 seconds is an appropriate value for the operator policy.
            - isAttachingToNetwork
            - hasDoneSubscription
        ;
    } // End of Domain section

@@ -103,6 +106,14 @@ Package Sip_Common {
//        PX_S_CSCF_A_SIP_URI,
//        PX_P_CSCF_A_SIP_URI,
//        PX_IBCF_B_SIP_URI,

//        PX_MSC_ORIG_ICID, // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 11)
//        PX_MSC_ORIG_IOI, // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 11)
//        PX_MSC_VISITED_NTW // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 12)
//        PX_MSC_PANI_ACCESSTYPE // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 13)
//        PX_MSC_PANI_ACCESSCLASS // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 13)
//        PX_MSC_FORWARD_URI // ETSI TS 124 292 V16.0.0 Clause 6.3.2 Initial registration 14)

//        PX_TO_BE_DEFINED
//        ;
//    } // End of Const section
@@ -196,6 +207,13 @@ Package Sip_Common {
                    SUT component IUT of type SipComponent
                    connection between SCCAS.g and IUT.g
                    connection between UE.g and IUT.g;
            Test Configuration CFG_MSC_01 
                containing 
                    Tester component IMS_I_CSCF of type SipComponent
                    Tester component MSC of type SipComponent
                    SUT component IUT of type SipComponent
                    connection between IMS_I_CSCF.g and IUT.g;
                    
        }
    
    //Type MSG (optional TCP of type CONTENT);
+4 −4
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2019-2020.
Copyright (c) ETSI 2019-2022.

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
@@ -60,7 +60,7 @@ Package TP_SCSCF {
                    to the IMS_S_CSCF entity
                }
            }
    } // End of TP_MW_PCSCF_REGISTER_01
    } // End of TP_SCCAS_REGISTER_01
    
    Test Purpose {
        
@@ -111,7 +111,7 @@ Package TP_SCSCF {
                }
            }
            
    } // End of TP_MW_PCSCF_INVITE_01
    } // End of TP_SCCAS_INVITE_01
    
} // End of Package TP_MW_PS
} // End of Package TP_SCSCF
+1 −1
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2019-2020.
Copyright (c) ETSI 2019-2022.

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
+5 −5
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Package TP_SCCAS {
		
        TP Id TP_ISC_SCCAS_PPT_RIN_01 
        
        Test objective "Verify that the SCC AS successfully processes an INVITE on a previously esthablished dialog if the SIP INVITE request contains a Replaces header field."
        Test objective "Verify that the SCC AS successfully processes an INVITE on a previously established dialog if the SIP INVITE request contains a Replaces header field."
        
        Reference 
            "ETSI TS 124 237 [1], Clauses 10.3.2" 
@@ -110,7 +110,7 @@ Package TP_SCCAS {
		
        TP Id TP_ISC_SCCAS_PPT_RIN_03 
        
        Test objective "Verify that the SCC AS processes an INVITE if it is unable to associate the SIP INVITE request with a confirmed dialog or on a previously esthablished dialog."
        Test objective "Verify that the SCC AS processes an INVITE if it is unable to associate the SIP INVITE request with a confirmed dialog or on a previously established dialog."
        
        Reference 
            "ETSI TS 124 237 [1], Clauses 10.3.2" 
@@ -199,7 +199,7 @@ Package TP_SCCAS {
		
        TP Id TP_ISC_SCCAS_PPT_BYE_01 
        
        Test objective "Verify that the SCC AS successfully processes an BYE on a previously esthablished dialog, if does not receive within this time interval an initial SIP INVITE request."
        Test objective "Verify that the SCC AS successfully processes an BYE on a previously established dialog, if does not receive within this time interval an initial SIP INVITE request."
        
        Reference 
            "ETSI TS 124 237 [1], Clauses 10.3.4" 
@@ -262,7 +262,7 @@ Package TP_SCCAS {
		
        TP Id TP_ISC_SCCAS_PPT_BYE_02 
        
        Test objective "Verify that the SCC AS successfully processes an CANDEL on a early dialog."
        Test objective "Verify that the SCC AS successfully processes an CANCEL on a early dialog."
        
        Reference 
            "ETSI TS 124 237 [1], Clauses 10.3.6" 
@@ -309,7 +309,7 @@ Package TP_SCCAS {
		
        TP Id TP_ISC_SCCAS_PPT_CAN_01 
        
        Test objective "Verify that the SCC AS successfully processes an CANDEL on a early dialog."
        Test objective "Verify that the SCC AS successfully processes an CANCEL on a early dialog."
        
        Reference 
            "ETSI TS 124 237 [1], Clauses 10.3.6" 
+1 −1
Original line number Diff line number Diff line
/*
Copyright (c) ETSI 2019-2020.
Copyright (c) ETSI 2019-2022.

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
Loading