Skip to content
Snippets Groups Projects
Commit b4b97419 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Add HTML embedded tables

parent 74c3e14e
No related branches found
No related tags found
1 merge request!34TDE-2024-0007_TS-0019-ATS_v4.2.0_baseline
Pipeline #1592 passed
......@@ -326,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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment