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
@@ -6,19 +6,17 @@
+----------------------------------------------------------------+
|**oneM2M** **Technical** **Specification** |
+=================+:=============================================+
|Document Number |oneM2M-TS-0019-V-4.2.0 |
|**oneM2M** **Technical** \ |
|**Specification** |
+:================+:=============================================+
|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: |
| | |
| |- Definition of the Abstract Protocol Tester |
|Abstract: |- Definition of the Abstract Protocol Tester |
| | (APT) |
| |- Definition of TTCN-3 test architecture |
| |- Development of TTCN-3 test suite, e.g. |
@@ -38,10 +36,6 @@
This Specification is provided for future development work within oneM2M only. The Partners accept no liability for any use of this Specification.
The present document has not been subject to any approval process by the oneM2M Partners Type 1. Published oneM2M specifications and reports for implementation should be obtained via the oneM2M Partners' Publications Offices.
@@ -356,42 +350,6 @@ Adding a grid table for testing
| | | <=> | CSE |
+----------------------+-------------------+-----------+-----+
**Table 5.4.1-1: Mapping of TTCN-3 Primitives to oneM2M Service Primitives**<a name="table_5.4.1-1"></a>
<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>
Adding some equations:
$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$
@@ -420,22 +378,6 @@ Two primitives are currently defined for these ports indicated:
Further primitives might be defined to support other underlying networks.
**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 |
+:===================:+:================:+:========:+:==:+
| | |<=> |AE |
|M2MRequestPrimitive |Request Primitive +----------+----+
| | |<=> |CSE |
+---------------------+------------------+----------+----+
| | |<=> |AE |
|M2MResponsePrimitive |Respomse Primitive+----------+----+
| | |<=> |CSE |
+---------------------+------------------+----------+----+
### 5.4.3 mccPortInternal
This port is used to send and receive the following message sets between TTCN-3 components:
@@ -548,11 +490,17 @@ The rules for defining UtTrigger and UtTriggerAck primitives are:
**Table 5.4.4.2.2-3: Definition of ResponseStatusCode for UtTriggerAck primitive**<a name="table_5.4.4.2.2-3"></a>
|Response Status Code Description |Response Status Code Value |Interpretation |
|-|-|-|
|OK |2000 |The SUT receives successfully the triggering message from Test System |
|BAD\_REQUEST |4000 |The SUT does not interpret correctly the UtTrigger primitive |
|NOTE: Only above two response status codes are allowed to use in UtTriggerAck primitive. |NOTE: Only above two response status codes are allowed to use in UtTriggerAck primitive. |NOTE: Only above two response status codes are allowed to use in UtTriggerAck primitive. |
+---------------------------------+---------------------------+-----------------------------------------------+
|Response Status Code Description |Response Status Code Value |Interpretation |
+:================================+:==========================+:==============================================+
|OK |2000 |The SUT receives successfully the triggering |
| | |message from Test System |
+---------------------------------+---------------------------+-----------------------------------------------+
|BAD\_REQUEST |4000 |The SUT does not interpret correctly the |
| | |UtTrigger primitive |
+---------------------------------+---------------------------+-----------------------------------------------+
|NOTE: Only above two response status codes are allowed to use in UtTriggerAck primitive. |
+-------------------------------------------------------------------------------------------------------------+
Loading