Commit c5d965a0 authored by garciay's avatar garciay
Browse files
parents 01b45961 551cdebb
Loading
Loading
Loading
Loading
+61 −49
Original line number Diff line number Diff line
@@ -21,12 +21,24 @@
Package NG112_ECRF {
        Domain {
            pics:
                - PICS_HTTP_POST_REQUEST
                - PICS_SERVICE_LOST
                - L_FIS_GEO1 //findService LOST - point
                - L_FIS_GEO2 //findService LOST - circle
//                - L_FIS_GEO3 //findService LOST - polygon
//                - L_GET_GEO1 //getServiceBoundary
//                - L_FIS_CIV1 //findService LOST - civic
//                - L_GET_CIV1 //getServiceBoundary
                  - L_FIS_SBV1 //findService LOST - service boundary by value
                  - L_LST_GEO1 //listServicesByLocation LOST - point
//                - L_LST_GEO2 //listServicesByLocation - circle
//                - L_LST_GEO3 //listServicesByLocation LOST - polygon
//                - L_LST_CIV1 //listServicesByLocation LOST - civic
                - L_LST_ALL1 //listServices
                - L_FIS_ERR1 //findService LOST - serviceNotImplemented
                - L_FIS_ERR2 //findService LOST - locationProfileUnrecognized
                ;
            entities:
                - IUT
                - MTC
                - CLIENT
                ;
            events:
                - receives //for packets coming from the network to the IUT
@@ -166,9 +178,9 @@ Package NG112_ECRF {
            Component Type NG112Comp with gate g of type defaultGT;
            Test Configuration CFG_ECRF_01 
                containing 
                    Tester component ECRF of type NG112Comp
                    Tester component CLIENT of type NG112Comp
                    SUT component IUT of type NG112Comp
                    connection between ECRF.g and IUT.g;
                    connection between CLIENT.g and IUT.g;
        }

Test Purpose {
@@ -176,11 +188,11 @@ TP Id TP_ECRF_HTTP_POST_BV_01
Test objective 
    "IUT successfully responds with a service URI for a Point in the service boundary" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -251,11 +263,11 @@ TP Id TP_ECRF_HTTP_POST_BV_02
Test objective 
    "IUT successfully responds with a service URI for a Circle in the service boundary" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO2
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -330,11 +342,11 @@ TP Id TP_ECRF_HTTP_POST_BV_03
Test objective 
    "IUT successfully responds with an error response for an unknown Service URN in the service boundary" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_ERR1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -393,11 +405,11 @@ TP Id TP_ECRF_HTTP_POST_BV_04
Test objective 
    "IUT successfully responds with an error response for an unrecognized location profile" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_ERR2
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -456,11 +468,11 @@ TP Id TP_ECRF_HTTP_POST_BV_05
Test objective 
    "IUT successfully responds with service boundary by value if requested" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO1 and L_FIS_SBV1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -576,11 +588,11 @@ TP Id TP_ECRF_HTTP_POST_BV_06
Test objective 
    "IUT successfully responds with a service URI for a Circle that intersects service boundary" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO2
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -655,11 +667,11 @@ TP Id TP_ECRF_HTTP_POST_BV_07
Test objective 
    "IUT successfully responds with a service URI for a Circle that intersects multiple service boundaries" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO2
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the V_FIRE_SERVICE_BOUNDARY containing
        serviceMappingFor V_FIRE_SERVICE_URN containing
@@ -734,11 +746,11 @@ TP Id TP_ECRF_HTTP_POST_BV_08
Test objective 
    "IUT successfully responds with a service URI for a Circle in the service boundary with multiple services" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO2
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the V_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor V_POLICE_SERVICE_URN containing
@@ -813,11 +825,11 @@ TP Id TP_ECRF_HTTP_POST_BV_09
Test objective 
    "IUT successfully responds with multiple service URIs for a Point in multiple service boundaries" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_FIS_GEO1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the V_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor V_POLICE_SERVICE_URN containing
@@ -900,11 +912,11 @@ TP Id TP_ECRF_HTTP_POST_BV_10
Test objective 
    "IUT successfully responds with configured service types for a ListServices request" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_LST_ALL1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
@@ -959,11 +971,11 @@ TP Id TP_ECRF_HTTP_POST_BV_11
Test objective 
    "IUT successfully responds with configured service types for a ListServicesByLocation request" 
Reference 
    "ETSI TS 103 479 Vm.t.e (yyyy-mm) Clause XXX EMERGENCY CALL ROUTING FUNCTION (ECRF)",
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.4",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.4",
    "RFC5222 [5]"
Config Id CFG_ECRF_01
PICS Selection PICS_HTTP_POST_REQUEST and PICS_SERVICE_LOST
PICS Selection L_LST_GEO1
Initial conditions with {
    the IUT entity havingServiceBoundaryFor the E_POLICE_SERVICE_BOUNDARY containing
        serviceMappingFor E_POLICE_SERVICE_URN containing
+55 −28
Original line number Diff line number Diff line
@@ -21,9 +21,22 @@
Package NG112_ESRP {
        Domain {
            pics:
                - PICS_SERVICE_ESRP
//                - A_SIP_BSC1 //admin call
                - E_SIP_URN1 //em call with geolocation (value)
                - E_SIP_URN2 //em call with geolocation (token)
                - E_SIP_URN3 //em call without geolocation (id)
                - M_SIP_URN1 //SIP message with geolocation (value)
                - H_QRY_GEO1 //query LIS (id) - return point
                - H_DER_TOK1 //query LIS (token) - return geolocation
//                - H_DER_TOK2 //query LIS (id) - return civic
                - E_SIP_HDR1 //em call - add callinfo and incident header
                - S_SIP_OPT1 //receive SIP OPTIONS - respond OK
                - S_SIP_BUS1 //respond busy when downstream not reachable
                - L_FIS_GEO1 //findService LOST - point
                - L_FIS_CIV1 //findService LOST - civic
                ;
            entities:
                - CALLER
                - IUT
                - ECRF
                - LIS
@@ -63,9 +76,16 @@ Package NG112_ESRP {
	        Component Type NG112Comp with gate g of type defaultGT;
	        Test Configuration CFG_ESRP_01 
	        	containing 
	        		Tester component ESRPF of type NG112Comp
	        		Tester component CALLER of type NG112Comp
	        		Tester component ECRF of type NG112Comp
	        		Tester component LIS of type NG112Comp
	        		Tester component PSAP of type NG112Comp
	        		
	        		SUT component IUT of type NG112Comp
	        		connection between ESRP.g and IUT.g;
	        		connection between CALLER.g and IUT.g
	        		connection between IUT.g and ESRP.g
	        		connection between IUT.g and LIS.g
	        		connection between IUT.g and PSAP.g
	    }

Test Purpose {
@@ -73,10 +93,11 @@ TP Id TP_ESRP_SIP_INVITE_BV_01
Test objective 
    "IUT successfully forwards an incoming SIP INVITE to the correct downstream element, based on the ECRF response" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
		"ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection E_SIP_URN1 and L_FIS_GEO1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the PSAP entity isReachableWith the SIP_URI_1
@@ -148,10 +169,11 @@ TP Id TP_ESRP_SIP_INVITE_BV_02
Test objective 
    "IUT adds Incident-ID and Call-ID INFO headers" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection E_SIP_URN1 and L_FIS_GEO1 and E_SIP_HDR1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the PSAP entity isReachableWith the SIP_URI_1
@@ -188,10 +210,12 @@ TP Id TP_ESRP_SIP_INVITE_BV_03
Test objective 
    "IUT uses HELD request to query location when INVITE does not contain the location" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC5985 [3]"
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection E_SIP_URN3 and H_QRY_GEO1 and L_FIS_GEO1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the IUT entity isConfiguredWith the LIS
@@ -231,11 +255,12 @@ TP Id TP_ESRP_SIP_INVITE_BV_04
Test objective 
    "IUT uses HELD request to query location when INVITE contains location by reference" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
    "https://tools.ietf.org/html/rfc6442"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC6753 [4]"
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection E_SIP_URN2 and H_DER_TOK1 and L_FIS_GEO1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the IUT entity isConfiguredWith the LIS
@@ -275,9 +300,9 @@ TP Id TP_ESRP_SIP_INVITE_BV_05
Test objective 
    "IUT responds to OPTIONS requests" 
Reference 
    "https://tools.ietf.org/html/rfc3261"
    "RFC3261 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection S_SIP_OPT1
Expected behaviour
    ensure that {
        when {
@@ -295,10 +320,11 @@ TP Id TP_ESRP_SIP_INVITE_BV_06
Test objective 
    "IUT successfully forwards an incoming SIP MESSAGE to the correct downstream element, based on the ECRF response" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection M_SIP_URN1 and L_FIS_GEO1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the PSAP entity isReachableWith the SIP_URI_1
@@ -369,12 +395,14 @@ Expected behaviour
Test Purpose {
TP Id TP_ESRP_SIP_INVITE_BV_07
Test objective 
    "IUT responds BUSY for an incoming SIP MESSAGE when downstream element is not reachable" 
    "IUT responds BUSY for an incoming SIP INVITE when downstream element is not reachable" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.3",
    "https://tools.ietf.org/html/rfc5222"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
		"RFC5222 [5]",
    "RFC3261 [6]",
Config Id CFG_ESRP_01
PICS Selection PICS_SERVICE_ESRP
PICS Selection E_SIP_URN1 and S_SIP_BUS1
Initial conditions with {
    the IUT entity isConfiguredWith the ECRF
    and the PSAP entity isNotReachable
@@ -383,7 +411,7 @@ Initial conditions with {
Expected behaviour
    ensure that {
        when {
            the IUT entity receives a TCP SIP_MESSAGE containing
            the IUT entity receives a TCP SIP_INVITE containing
            	Request_URI indicating value SERVICE_URN_1,
                Content_Type indicating value "application/pidf+xml",
                body containing
@@ -434,5 +462,4 @@ Expected behaviour
        }
    }
}  //End of TP_ESRP_SIP_INVITE_BV_07

}
+54 −46

File changed.

Preview size limit exceeded, changes collapsed.

+52 −30
Original line number Diff line number Diff line
@@ -21,14 +21,21 @@
Package NG112_PSAP {
        Domain {
            pics:
                - PICS_SERVICE_PSAP
                - PICS_SERVICE_PSAP_UDP
                - PICS_SERVICE_PSAP_TCP
                - PICS_SERVICE_PSAP_MESSAGE
                - A_SIP_BSC1 //admin call
                - E_SIP_URN1 //em call with geolocation (value)
                - E_SIP_URN2 //em call with geolocation (token)
                - E_SIP_URN3 //em call without geolocation (id)
                - B_SDP_ULA1 //SDP with uLaw
                - B_SDP_ALA1 //SDP with uLaw
                - S_SIP_UDP1 //call via UDP
                - S_SIP_TCP1 //call via TCP
                - S_SIP_BYE1 //BYE handled
                - M_SIP_URN1 //SIP message with geolocation (value)
                - S_SIP_OPT1 //receive SIP OPTIONS - respond OK
                ;
            entities:
                - IUT
                - MTC
                - CALLER
                ;
            events:
                - acceptingIncomingCalls //PSAP ready to receive incoming calls
@@ -54,9 +61,9 @@ Package NG112_PSAP {
	        Component Type NG112Comp with gate g of type defaultGT;
	        Test Configuration CFG_PSAP_01 
	        	containing 
	        		Tester component PSAP of type NG112Comp
	        		Tester component CALLER of type NG112Comp
	        		SUT component IUT of type NG112Comp
	        		connection between PSAP.g and IUT.g;
	        		connection between CALLER.g and IUT.g;
	    }

Test Purpose {
@@ -64,10 +71,12 @@ TP Id TP_PSAP_SIP_INVITE_BV_01
Test objective 
    "IUT successfully handles SIP INVITE with service urn and ULAW via UDP" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_UDP
PICS Selection S_SIP_UDP1 and E_SIP_URN3 and B_SDP_ULA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -93,10 +102,12 @@ TP Id TP_PSAP_SIP_INVITE_BV_02
Test objective 
    "IUT successfully handles SIP INVITE with service urn and ALAW via UDP" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_UDP
PICS Selection S_SIP_UDP1 and E_SIP_URN3 and B_SDP_ALA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -122,10 +133,12 @@ TP Id TP_PSAP_SIP_INVITE_BV_03
Test objective 
    "IUT successfully handles SIP INVITE with service urn via TCP" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_TCP
PICS Selection S_SIP_TCP1 and E_SIP_URN3 and B_SDP_ULA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -151,10 +164,12 @@ TP Id TP_PSAP_SIP_INVITE_BV_04
Test objective 
    "IUT successfully handles SIP INVITE with SDP and PIDF-LO content" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_TCP
PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -180,10 +195,11 @@ TP Id TP_PSAP_SIP_INVITE_BV_05
Test objective 
    "IUT successfully handles SIP INVITE without service URN" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_UDP
PICS Selection S_SIP_UDP1 and A_SIP_BSC1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -209,10 +225,12 @@ TP Id TP_PSAP_SIP_INVITE_BV_06
Test objective 
    "IUT successfully handles an incoming SIP BYE" 
Reference 
    "Next Generation 112 Long Term Definition http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf Clause 4.7",
    "https://tools.ietf.org/html/rfc5031"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]",
    "RFC5301 [7]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_TCP
PICS Selection S_SIP_TCP1 and E_SIP_URN1 and B_SDP_ULA1
Initial conditions with {
    the IUT entity inAnActiveIncomingCall
}
@@ -232,9 +250,11 @@ TP Id TP_PSAP_SIP_INVITE_BV_07
Test objective 
    "IUT successfully handles an incoming SIP MESSAGE" 
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"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP and PICS_SERVICE_PSAP_MESSAGE
PICS Selection M_SIP_URN1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
@@ -254,9 +274,11 @@ 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"
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.7",
    "RFC3261 [6]"
Config Id CFG_PSAP_01
PICS Selection PICS_SERVICE_PSAP
PICS Selection S_SIP_OPT1
Initial conditions with {
    the IUT entity acceptingIncomingCalls
}
+7 −0
Original line number Diff line number Diff line
ETSI TS 103 479 [1], [LINK]
Next Generation 112 LTD [2], http://www.eena.org/uploads/gallery/files/pdf/2013-03-15-eena_ng_longtermdefinitionupdated.pdf
RFC5985 [3], HTTP-Enabled Location Delivery (HELD),  https://tools.ietf.org/html/rfc5985
RFC6753 [4], A Location Dereference Protocol Using HTTP-Enabled Location Delivery (HELD), https://tools.ietf.org/html/rfc6753
RFC5222 [5], LoST: A Location-to-Service Translation Protocol, https://tools.ietf.org/html/rfc5222"
RFC3261 [6], SIP: Session Initiation Protocol, https://tools.ietf.org/html/rfc3261
RFC5301 [7], A Uniform Resource Name (URN) for Emergency and Other Well-Known Services, https://tools.ietf.org/html/rfc5031 
 No newline at end of file