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

Adding an example for pipeline table

parent 90af50f9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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