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

f_getOriginator extended to handle TestSystem acting as CSE

parent 2c74a337
No related branches found
No related tags found
No related merge requests found
......@@ -1441,7 +1441,11 @@ module OneM2M_Functions {
var template AcpType v_defaultAcpIDs := {"NotInitialized"};
if(p_resourceType != int2) {
p_request.from_ := f_getOriginator(p_parentIndex);
if(p_resourceType == int16) {
p_request.from_ := f_getOriginator(p_parentIndex, false);
} else {
p_request.from_ := f_getOriginator(p_parentIndex);
}
}
p_request.to_ := f_getResourceAddress(p_parentIndex);
......
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