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

f_getOriginator extended to handle TestSystem acting as CSE

parent 15bcfde6
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -1452,7 +1452,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