Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
TST
ATS
Commits
a7aebded
Commit
a7aebded
authored
Feb 21, 2018
by
Miguel Angel Reina Ortega
Browse files
Fixing
#30
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
cfe7c67f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
LibOneM2M/OneM2M_Functions.ttcn
LibOneM2M/OneM2M_Functions.ttcn
+6
-1
No files found.
LibOneM2M/OneM2M_Functions.ttcn
View file @
a7aebded
...
...
@@ -332,7 +332,8 @@ module OneM2M_Functions {
[]
infoPort
.
receive
(
mw_responsePrimitiveforInfoPort
)
->
value
v_response
{
}
}
p_component
.
done
;
f_disconnectInfoPort
(
p_component
);
return
v_response
;
...
...
@@ -354,6 +355,7 @@ module OneM2M_Functions {
}
}
p_component
.
done
;
f_disconnectInfoPort
(
p_component
);
return
v_request
;
...
...
@@ -375,6 +377,7 @@ module OneM2M_Functions {
}
}
p_ae
.
done
;
f_disconnectInfoPort
(
p_ae
);
return
v_primitiveContent
;
...
...
@@ -398,6 +401,7 @@ module OneM2M_Functions {
}
}
p_cse
.
done
;
f_disconnectInfoPort
(
p_cse
);
return
v_resourceIndex
;
...
...
@@ -422,6 +426,7 @@ module OneM2M_Functions {
}
}
p_component
.
done
;
f_disconnectInfoPort
(
p_component
);
return
v_resourceIndex
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment