Skip to content
Snippets Groups Projects

CR1R01

Open Miguel Angel Reina Ortega requested to merge CR1 into v2.7.0
1 file
+ 4
6
Compare changes
  • Side-by-side
  • Inline
@@ -371,6 +371,8 @@ The Upper Tester Application in SUT can be implemented as an embedded source cod
@@ -371,6 +371,8 @@ The Upper Tester Application in SUT can be implemented as an embedded source cod
The upper tester triggering message is used to transport control commands between Test System and the Upper Tester Application. The control command will contain essential parameters that are required for certain test case.
The upper tester triggering message is used to transport control commands between Test System and the Upper Tester Application. The control command will contain essential parameters that are required for certain test case.
 
Adding something in a clause with a table
 
The upper tester triggering message type maps to particular message formats for exchanging data and those message formats are defined by TTCN-3 primitive as shown at table 5.4.2.2.1-1, UtTrigger and UtTriggerAck primitive.
The upper tester triggering message type maps to particular message formats for exchanging data and those message formats are defined by TTCN-3 primitive as shown at table 5.4.2.2.1-1, UtTrigger and UtTriggerAck primitive.
@@ -379,12 +381,8 @@ The upper tester triggering message type maps to particular message formats for
@@ -379,12 +381,8 @@ The upper tester triggering message type maps to particular message formats for
|Upper Tester Control Message Type |TTCN-3 Primitives |Direction |Direction |
|Upper Tester Control Message Type |TTCN-3 Primitives |Direction |Direction |
|-|-|-|-|
|-|-|-|-|
|Upper Tester Control Message Type |TTCN-3 Primitives |TS |UT |
|Upper Tester Control Message Type |TTCN-3 Primitives |TS |UT |
|Trigger |UtTrigger Primitive |TS |UT |
|Trigger |UtTrigger Primitive | | |
|Trigger Acknowledgement |UtTriggerAck Primitive |TS |UT |
|Trigger Acknowledgement |UtTriggerAck Primitive | | |
****
Not finishing a clause with a table
##### 5.4.2.2.2 UtTrigger and UtTriggerAck Primitives
##### 5.4.2.2.2 UtTrigger and UtTriggerAck Primitives
Loading