Commit 2f8bb1d4 authored by YannGarcia's avatar YannGarcia
Browse files

Bug fixed in bcf.tplan2

parent 02d3ac81
Loading
Loading
Loading
Loading
+40 −6
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ Package NG112_BCF {
        entities:
            - IUT
            - CLIENT
            - PSAP
            ;
        events:
            - acceptingIncomingCalls //BCF ready to receive incoming calls
@@ -63,18 +64,18 @@ Package NG112_BCF {
        Test objective 
            "IUT forwards well-formated INVITE to PSAP" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.5",
            "ETSI TS 103 698, clause ",
            "EENA Next Generation 112 LTD [2], Clause 4.10"
            "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"
        Config Id CFG_BCF_01
        PICS Selection S_SIP_UDP1
        PICS Selection S_SIP_TCP1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
        Expected behaviour
            ensure that {
                when {
                    the IUT entity receives a UDP SIP_INVITE containing
                    the IUT entity receives a TCP SIP_INVITE containing
                        Request_URI indicating value "urn:service:sos.police",
                        Content_Type indicating value "application/sdp"
                    ;
@@ -83,6 +84,39 @@ Package NG112_BCF {
                    the IUT entity establishesIncomingCall
                }
            }
        } // End of TP_LIS_HTTP_GET_BV_02
        } // End of TP_BCF_FORWARD_INVITE_BV_01
        
    Test Purpose {
        TP Id TP_BCF_FORWARD_INVITE_BV_02
        Test objective 
            "IUT forwards well-formated INVITE to PSAP" 
        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"
        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 "IncidentTrackingID",
                        Call_Id indicating value "SIP call id"
                    ;
                    to the PSAP entity
                }
            }
        } // End of TP_BCF_FORWARD_INVITE_BV_02
        
} // End of package NG112_BCF