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

PSAP TPs added

parent ed03a2d4
Loading
Loading
Loading
Loading
+87 −13
Original line number Diff line number Diff line
@@ -105,9 +105,9 @@ Package NG112_PSAP {
    Test Purpose {
        TP Id TP_PSAP_SIP_INVITE_BV_01_01
        Test objective 
            "IUT successfully handles SIP INVITE with service urn and ULAW via UDP, with no SIP registration" 
            "IUT successfully handles SIP INVITE with different service urn and ULAW via UDP, with no SIP registration" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -137,9 +137,9 @@ Package NG112_PSAP {
    Test Purpose {
        TP Id TP_PSAP_SIP_INVITE_BV_01_02
        Test objective 
            "IUT successfully handles SIP INVITE with service urn and ULAW via UDP, with SIP registration" 
            "IUT successfully handles SIP INVITE with different service urn and ULAW via UDP, with SIP registration" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -170,9 +170,9 @@ Package NG112_PSAP {
    Test Purpose {
        TP Id TP_PSAP_SIP_INVITE_BV_02_01
        Test objective 
            "IUT successfully handles SIP INVITE with service urn and ALAW via UDP, with no SIP registration" 
            "IUT successfully handles SIP INVITE with different service urn and ALAW via UDP, with no SIP registration" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -202,9 +202,9 @@ Package NG112_PSAP {
    Test Purpose {
        TP Id TP_PSAP_SIP_INVITE_BV_02_02
        Test objective 
            "IUT successfully handles SIP INVITE with service urn and ALAW via UDP, with SIP registration" 
            "IUT successfully handles SIP INVITE with different service urn and ALAW via UDP, with SIP registration" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -235,9 +235,9 @@ Package NG112_PSAP {
    Test Purpose {
        TP Id TP_PSAP_SIP_INVITE_BV_03
        Test objective 
            "IUT successfully handles SIP INVITE with service urn via TCP" 
            "IUT successfully handles SIP INVITE with different service urn via TCP" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -269,7 +269,7 @@ Package NG112_PSAP {
        Test objective 
            "IUT successfully handles SIP INVITE with SDP and PIDF-LO content" 
        Reference 
            "ETSI TS 103 479 [1], clause 5.4 and clause 6.1.1",
            "ETSI TS 103 479 [1], clause 5.4, 6.1.1 and 6.1.2.2",
            "ETSI TS 103 698",
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]",
@@ -338,7 +338,7 @@ Package NG112_PSAP {
            "RFC3261 [6]",
            "RFC5301 [7]"
        Config Id CFG_PSAP_01
        PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1 and S_SIP_NO_REGISTRATION
        PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1
        Initial conditions with {
            the IUT entity inAnActiveIncomingCall
        }
@@ -353,6 +353,31 @@ Package NG112_PSAP {
            }
    } // End of TP_PSAP_SIP_BYE_BV_01

Test Purpose {
TP Id TP_PSAP_SIP_BYE_BV_02
Test objective 
    "IUT successfully trigger SIP BYE and accepts 200 OK response" 
Reference 
    "ETSI TS 103 479 [1], clause 5.4",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity inAnActiveIncomingCall
}
Expected behaviour
    ensure that {
        when {
            the IUT entity sends a SIP_BYE 
        }
        then {
            the IUT entity receives a SIP_OK
        }
    }
}  //End of TP_PSAP_SIP_BYE_BV_02

    Test Purpose {
        TP Id TP_PSAP_SIP_MESSAGE_BV_01
        Test objective 
@@ -363,7 +388,7 @@ Package NG112_PSAP {
            "Next Generation 112 LTD [2], clause 4.7",
            "RFC3261 [6]"
        Config Id CFG_PSAP_01
        PICS Selection M_SIP_URN1 and S_SIP_NO_REGISTRATION
        PICS Selection M_SIP_URN1
        Initial conditions with {
            the IUT entity acceptingIncomingCalls
        }
@@ -402,6 +427,55 @@ Package NG112_PSAP {
                }
            }
    } // End of TP_PSAP_SIP_OPTION_BV_01
Test Purpose {
TP Id TP_PSAP_SIP_CANCEL_BV_01
Test objective 
    "Check that IUT successfully handles an incoming SIP CANCEL, release the call with 200 OK CANCEL and 487" 
Reference 
    "ETSI TS 103 479 [1], clause 5.4 XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]"
Config Id CFG_PSAP_01
PICS Selection S_SIP_UDP1 and A_SIP_BSC1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
Expected behaviour
    ensure that {
        when {
            the IUT entity receives a SIP_CANCEL 
        }
        then {
            the IUT entity sends a SIP_OK and
            the IUT entity sends a SIP_487
        }
    }
}  //End of TP_PSAP_SIP_CANCEL_BV_01

Test Purpose {
TP Id TP_PSAP_SIP_INFO_BV_01
Test objective 
    "IUT successfully handles an incoming SIP INFO" 
Reference 
    "ETSI TS 103 479 [1], clause 5.4 TODO",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity inAnActiveIncomingCall
}
Expected behaviour
    ensure that {
        when {
            the IUT entity receives a SIP_INFO 
        }
        then {
            the IUT entity sends a SIP_OK
        }
    }
}  //End of TP_PSAP_SIP_INFO_BV_01

    Test Purpose {
        TP Id TP_PSAP_HTTP_DEQUEUE_BV_01