From 5b73f524e0dc9d90109d1077807115beeca0247f Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Wed, 20 Nov 2024 14:54:41 +0000
Subject: [PATCH] Adding grid tables and equations

---
 ...plementation_eXtra_Information_for_Test.md | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/TS-0019-Abstract_Test_Suite_&_implementation_eXtra_Information_for_Test.md b/TS-0019-Abstract_Test_Suite_&_implementation_eXtra_Information_for_Test.md
index ac63bcea..6423747f 100644
--- a/TS-0019-Abstract_Test_Suite_&_implementation_eXtra_Information_for_Test.md
+++ b/TS-0019-Abstract_Test_Suite_&_implementation_eXtra_Information_for_Test.md
@@ -359,7 +359,32 @@ Both primitives contain another parameters that permits to dynamically configure
     </tbody>
 </table>
 
+Adding a grid table for testing
 
+**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 |
++----------------------+-------------------+-----------+-----+
+
+
+Adding some equations:
+
+$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$
+
+$\log(x)$ 
+
+$\lim_{x \to \infty} f(x)$ 
+
+$\displaystyle \frac{\partial f}{\partial x}$
 
 ### 5.4.2 mcnPort, mcnPortIn
 These ports are used to send and receive the following message sets:
-- 
GitLab