Commit a0413388 authored by Michael Proestler's avatar Michael Proestler
Browse files

Merge branch 'ttf_t009' of forge.etsi.org:emtel/NG112 into ttf_t009

parents 784cae74 12a9609a
Loading
Loading
Loading
Loading
+260 −8
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ Package NG112_BCF {
            "IUT forwards well-formated INVITE to PSAP" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1",
            "ETSI TS 103 698, clause 5.1.1",
            "ETSI TS 103 698 [11], clause 5.1.1",
            "EENA Next Generation 112 LTD [2], Clause 4.2"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
@@ -81,7 +81,10 @@ Package NG112_BCF {
                    ;
                }
                then {
                    the IUT entity establishesIncomingCall
                    the IUT entity sends a TCP SIP INVITE containing
                        Request_URI indicating value PX_BCF_REQUEST_URI,
                        Content_Type indicating value "application/sdp"
                    ;
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_01
@@ -89,11 +92,9 @@ Package NG112_BCF {
    Test Purpose {
        TP Id TP_BCF_FORWARD_INVITE_BV_02
        Test objective 
            "IUT forwards well-formated INVITE to PSAP" 
            "IUT adds EES-source to the INVITE message" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1",
            "ETSI TS 103 698, clause 5.1.1",
            "EENA Next Generation 112 LTD [2], Clause 4.2"
            "EENA Next Generation 112 LTD [2], Clause 4.2 and 4.2.2"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
@@ -111,12 +112,263 @@ Package NG112_BCF {
                    the IUT entity sends a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value "IncidentTrackingID",
                        Call_Id indicating value "SIP call id"
                        Via indicating value PX_BCF_ESS_SOURCE	//e.g. a7123gc42@sbc22.example.net
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_02
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_INVITE_BV_03
        Test objective 
            "IUT adds Incident Tracking ID within Call-Info header to the INVITE message." 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1.1, 6.1.2.7",
            "ETSI TS 103 698 [11], clause 5.1.1"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_INCIDENT_TRACKING_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_03
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_INVITE_BV_04
        Test objective 
            "IUT adds Call ID within Call-Info header to the INVITE message." 
        Reference 
            "ETSI TS 103 479 [1], clauses 5.1.1 and 6.1.2.7",
            "ETSI TS 103 698 [11], clauses 5.1.1 and 6.1.2.7"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_CALL_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_04
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_INVITE_BV_05
        Test objective 
            "IUT adds Source ID within Call-Info header to the INVITE message." 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1.1, 6.1.2.7",
            "ETSI TS 103 698 [11], clause 5.1.1"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_SOURCE_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_05
    
    Test Purpose {
        TP Id TP_BCF_FORWARD_MESSAGE_BV_01
        Test objective 
            "IUT forwards well-formated MESSAGE to PSAP" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1",
            "ETSI TS 103 698 [11], clause 5.1.1",
            "EENA Next Generation 112 LTD [2], Clause 4.2"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP MESSAGE containing
                        Request_URI indicating value PX_BCF_REQUEST_URI,
                        Content_Type indicating value "application/sdp"
                    ;
                }
            }
        } // End of TP_BCF_FORWARD_MESSAGE_BV_01
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_MESSAGE_BV_02
        Test objective 
            "IUT adds EES-source to the MESSAGE message" 
        Reference 
            "EENA Next Generation 112 LTD [2], Clause 4.2 and 4.2.2"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Via indicating value PX_BCF_ESS_SOURCE	//e.g. a7123gc42@sbc22.example.net
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_MESSAGE_BV_02
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_MESSAGE_BV_03
        Test objective 
            "IUT adds Incident Tracking ID within Call-Info header to the MESSAGE message." 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1.1, 6.1.2.7",
            "ETSI TS 103 698 [11], clause 5.1.1"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_INCIDENT_TRACKING_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_MESSAGE_BV_03
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_MESSAGE_BV_04
        Test objective 
            "IUT adds Call ID within Call-Info header to the MESSAGE message." 
        Reference 
            "ETSI TS 103 479 [1], clauses 5.1.1 and 6.1.2.7",
            "ETSI TS 103 698 [11], clauses 5.1.1 and 6.1.2.7"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_CALL_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_MESSAGE_BV_04
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_MESSAGE_BV_05
        Test objective 
            "IUT adds Source ID within Call-Info header to the MESSAGE message." 
        Reference 
            "ETSI TS 103 479 [1], clause 5.1.1, 6.1.2.7",
            "ETSI TS 103 698 [11], clause 5.1.1"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
                }
                then {
                    the IUT entity sends a TCP SIP_MESSAGE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp",
                        Call_Info indicating value PX_CALL_INFO_SOURCE_ID,
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_MESSAGE_BV_05
        
} // End of package NG112_BCF
+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@ RFC5301 [7], A Uniform Resource Name (URN) for Emergency and Other Well-Known Se
RFC5491 [8], GEOPRIV Presence Information Data Format Location Object (PIDF-LO) Usage Clarification
RFC5808 [9], Requirements for a Location-by-Reference Mechanism
RFC6442 [10], Location Conveyance in SIP
ETSI TS 103 498 [11], Lightweight Messaging Protocol for Emergency Service Accessibility (LMPE)
 No newline at end of file
ETSI TS 103 698 [11], Lightweight Messaging Protocol for Emergency Service Accessibility (LMPE)
 No newline at end of file