From 044dc5876c2cb0249e422e3d732145445157b97d Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Tue, 18 Mar 2025 20:19:25 +0000
Subject: [PATCH] Adding an example for pipeline table

---
 TS-Example.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/TS-Example.md b/TS-Example.md
index 1772aff..9bac3c2 100644
--- a/TS-Example.md
+++ b/TS-Example.md
@@ -178,6 +178,18 @@ Example grid table 4
 
 # 2 Pipe table examples
 
+|Name |Instance type |Element type |Description |
+|-|-|-|-|
+|mcnPort |port |OneM2MPort |Port that implements the mcn interface when test system is the client (sending requests) |
+|mcnPortIn |port |OneM2MPort |Port that implements the mcn interface when test system is the server (receiving requests) |
+|vc\_ae1 |test component |AeSimu |Reference to the AE1 component when required |
+|vc\_cse2 |test component |CseSimu |Reference to the CSE1 component when required |
+|vc\_aeSimuDesc |variable |AeSimuComponentDesc |Component configuration extracted from required (AE1) tester pixit |
+|vc\_cseSimuDesc |variable |CseSimuComponentDesc |Component configuration extracted from required (CSE1) tester pixit |
+|vc\_cseType |variable |CseTypeID |CSE type of the test system (default is MN) |
+|vc\_scefSimuDesc |variable |ScefSimuComponentDesc |Component configuration extracted from required (SCEF) tester pixit |
+|vc\_configurations |variable |NiddConfigurations |NIDD configurations of SCEF component |
+
 
 
 # 3 History
-- 
GitLab