Skip to content
Snippets Groups Projects
Commit 06bb55d3 authored by Pramod Kulkarni's avatar Pramod Kulkarni
Browse files

Introducing a new permutation for AE/DMR/RET/001_CNT as well as changing the...

Introducing a new permutation for AE/DMR/RET/001_CNT as well as changing the port from mcaPort -> mcaPortIn and introducing mcaPortIn in CseSimu

Signed-off-by: default avatarpkulkarni <pkulkarni75@gmail.com>
parent 2fe08ad7
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ module OneM2M_Functions { ...@@ -173,7 +173,7 @@ module OneM2M_Functions {
vc_testSystemRole := e_cse; vc_testSystemRole := e_cse;
// Map // Map
map(self:mcaPort, system:mcaPort);//TODO To be consistent, we should use mcaPortIn for AE testing map(self:mcaPortIn, system:mcaPortIn);//TODO To be consistent, we should use mcaPortIn for AE testing
map(self:acPort, system:acPort); map(self:acPort, system:acPort);
map(self:utPort, system:utPort); map(self:utPort, system:utPort);
activate(a_default()); activate(a_default());
...@@ -256,7 +256,7 @@ module OneM2M_Functions { ...@@ -256,7 +256,7 @@ module OneM2M_Functions {
*/ */
function f_cf03Down() runs on CseSimu { function f_cf03Down() runs on CseSimu {
unmap(self:mcaPort, system:mcaPort); unmap(self:mcaPortIn, system:mcaPortIn);
unmap(self:utPort, system:utPort); unmap(self:utPort, system:utPort);
unmap(self:acPort, system:acPort); unmap(self:acPort, system:acPort);
} }
......
...@@ -55,6 +55,7 @@ module OneM2M_TestSystem { ...@@ -55,6 +55,7 @@ module OneM2M_TestSystem {
type component CseSimu extends Tester { type component CseSimu extends Tester {
port OneM2MPort mcaPort; port OneM2MPort mcaPort;
port OneM2MPort mcaPortIn;
port OneM2MPort mccPort; port OneM2MPort mccPort;
port OneM2MPort mccPortIn; port OneM2MPort mccPortIn;
......
This diff is collapsed.
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