Commit 7783b141 authored by Andreas Liebig's avatar Andreas Liebig
Browse files

Fix configurations

parent d067839c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Package NG112_ECRF {
                ;
            entities:
                - IUT
                - MTC
                - CLIENT
                ;
            events:
                - receives //for packets coming from the network to the IUT
@@ -178,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 {
+10 −2
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ Package NG112_ESRP {
                - L_FIS_CIV1 //findService LOST - civic
                ;
            entities:
                - CALLER
                - IUT
                - ECRF
                - LIS
@@ -75,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 {
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ Package NG112_LIS {
                ;
            entities:
                - IUT
                - MTC
                - CLIENT
                ;
            events:
                - receives //for packets coming from the network to the IUT
@@ -64,9 +64,9 @@ Package NG112_LIS {
	        Component Type NG112Comp with gate g of type defaultGT;
	        Test Configuration CFG_LIS_01 
	        	containing 
	            Tester component LIS of type NG112Comp
	            Tester component CLIENT of type NG112Comp
	            SUT component IUT of type NG112Comp
	            connection between LIS.g and IUT.g;
	            connection between CLIENT.g and IUT.g;
	    }

Test Purpose {
+3 −3
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ Package NG112_PSAP {
                ;
            entities:
                - IUT
                - MTC
                - CALLER
                ;
            events:
                - acceptingIncomingCalls //PSAP ready to receive incoming calls
@@ -61,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 {