Commit 8520f6c7 authored by Andreas Liebig's avatar Andreas Liebig
Browse files

add PSAP OPTIONS test purpose

parent fdbcafea
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -249,4 +249,26 @@ Expected behaviour
    }
}  //End of TP_PSAP_SIP_INVITE_BV_07

Test Purpose {
TP Id TP_PSAP_SIP_INVITE_BV_08
Test objective 
    "IUT successfully handles an incoming SIP OPTIONS" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 5.1.9"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
Expected behaviour
    ensure that {
        when {
            the IUT entity receives a SIP_OPTIONS 
        }
        then {
            the IUT entity sends a SIP_OK
        }
    }
}  //End of TP_PSAP_SIP_INVITE_BV_08

}
 No newline at end of file