Skip to content
Snippets Groups Projects
Commit 62a37d98 authored by acverdugo's avatar acverdugo
Browse files

Merge branch 'STF531-REG-CRE' of https://git.onem2m.org/TST/ATS into STF531-REG-CRE

# Conflicts:
#	OneM2M_Testcases_AE.ttcn
parents 1e697279 06bb55d3
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,7 @@ module OneM2M_Functions {
vc_testSystemRole := e_cse;
// 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:utPort, system:utPort);
activate(a_default());
......@@ -263,7 +263,7 @@ module OneM2M_Functions {
*/
function f_cf03Down() runs on CseSimu {
unmap(self:mcaPort, system:mcaPort);
unmap(self:mcaPortIn, system:mcaPortIn);
unmap(self:utPort, system:utPort);
unmap(self:acPort, system:acPort);
}
......
......@@ -55,6 +55,7 @@ module OneM2M_TestSystem {
type component CseSimu extends Tester {
port OneM2MPort mcaPort;
port OneM2MPort mcaPortIn;
port OneM2MPort mccPort;
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