Skip to content
Snippets Groups Projects

TDE-2024-0007_TS-0019-ATS_v4.2.0_baseline

Open Miguel Angel Reina Ortega requested to merge TS-0019-ATS_v4.2.0_baseline into R4
![~~CAPTION~~](media/image1.png)
@@ -9,7 +8,7 @@
|**oneM2M**<br />**Technical** **Specification** |**oneM2M**<br />**Technical** **Specification** |
|-|-|
|Document Number |oneM2M-TS-0019-V-4.1.1 |
|Document Number |oneM2M-TS-0019-V-4.2.0 |
|Document Name: |Abstract Test Suite and Implementation eXtra Information for Test |
|Date: |2024 March 1 |
|Abstract: |Abstract Test Suite and Implementation eXtra Information for Test consists of :<br />- Definition of the Abstract Protocol Tester (APT)<br />- Definition of TTCN-3 test architecture<br />- Development of TTCN-3 test suite, e.g. naming conventions, code documentation, test case structure.<br />- IXIT proforma;<br /> |
@@ -327,14 +326,38 @@ Both primitives contain another parameters that permits to dynamically configure
**Table 5.4.1-1: Mapping of TTCN-3 Primitives to oneM2M Service Primitives**<a name="table_5.4.1-1"></a>
|TTCN-3 Primitive |oneM2M Message |Direction |IUT |
|-|-|-|-|
|M2MRequestPrimitive |Request Primitive |<=> |AE |
|M2MRequestPrimitive |Request Primitive |<=> |CSE |
|M2MResponsePrimitive |Response Primitive |<=> |AE |
|M2MResponsePrimitive |Response Primitive |<=> |CSE |
<table>
<thead>
<tr>
<th>TTCN-3 Primitive</th>
<th>oneM2M Message</th>
<th>Direction</th>
<th>IUT</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan=2>M2MRequestPrimitive</td>
<td rowspan=2>Request Primitive</td>
<td><=></td>
<td>AE</td>
</tr>
<tr>
<td><=></td>
<td>CSE</td>
</tr>
<tr>
<td rowspan=2>M2MResponsePrimitive</td>
<td rowspan=2>Response Primitive</td>
<td><=></td>
<td>AE</td>
</tr>
<tr>
<td><=></td>
<td>CSE</td>
</tr>
</tbody>
</table>
Loading