Commit 2f7d7f9a authored by Sebastian Müller's avatar Sebastian Müller
Browse files

fixed missing commas and semi-colons

parent 8fc44594
Loading
Loading
Loading
Loading
+465 −465
Original line number Diff line number Diff line
@@ -83,9 +83,10 @@ Package NG112_ESRP {
	        		
	        		SUT component IUT of type NG112Comp
	        		connection between CALLER.g and IUT.g
	        		connection between IUT.g and ESRP.g
	        		connection between IUT.g and ECRF.g
	        		connection between IUT.g and LIS.g
	        		connection between IUT.g and PSAP.g
	        ;
	    }

Test Purpose {
@@ -127,7 +128,6 @@ Expected behaviour
                            element "service" indicating value SERVICE_URN_1;
                        ;
                    ;
                ;
             	; to the ECRF entity
             	and the IUT entity receives a httpResponse containing
                Status_Code indicating value "200 OK",
@@ -212,7 +212,7 @@ Test objective
Reference 
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC5985 [3]"
    "RFC5985 [3]",
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection E_SIP_URN3 and H_QRY_GEO1 and L_FIS_GEO1
@@ -257,7 +257,7 @@ Test objective
Reference 
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
    "RFC6753 [4]"
    "RFC6753 [4]",
    "RFC5222 [6]"
Config Id CFG_ESRP_01
PICS Selection E_SIP_URN2 and H_DER_TOK1 and L_FIS_GEO1
@@ -311,6 +311,7 @@ Expected behaviour
        then {
            the IUT entity sends a SIP_RESPONSE containing
              Status_Code indicating value "200 OK"
              ;
        }
    }
}  //End of TP_ESRP_SIP_INVITE_BV_05
@@ -354,7 +355,6 @@ Expected behaviour
                            element "service" indicating value SERVICE_URN_1;
                        ;
                    ;
                ;
             	; to the ECRF entity
             	and the IUT entity receives a httpResponse containing
                Status_Code indicating value "200 OK",
@@ -400,7 +400,7 @@ Reference
    "ETSI TS 103 479 [1], clause XXXX",
    "Next Generation 112 LTD [2], clause 4.3",
	"RFC5222 [5]",
    "RFC3261 [6]",
    "RFC3261 [6]"
Config Id CFG_ESRP_01
PICS Selection E_SIP_URN1 and S_SIP_BUS1
Initial conditions with {
@@ -432,7 +432,6 @@ Expected behaviour
                            element "service" indicating value SERVICE_URN_1;
                        ;
                    ;
                ;
             	; to the ECRF entity
             	and the IUT entity receives a httpResponse containing
                Status_Code indicating value "200 OK",
@@ -459,6 +458,7 @@ Expected behaviour
        then {
            the IUT entity sends a SIP_RESPONSE containing
              Status_Code indicating value "486 BUSY HERE"
              ;
        }
    }
}  //End of TP_ESRP_SIP_INVITE_BV_07