Skip to content
Snippets Groups Projects
Commit 33db5f53 authored by Naum Spaseski's avatar Naum Spaseski
Browse files

Corrected error spotted by Bogdan

parent acda6a74
No related branches found
No related tags found
1 merge request!25Ae fixes
......@@ -221,7 +221,7 @@ module OneM2M_Functions {
}
//Added by @Naum
function f_cse_preamble_createServiceSubscribedAppRule(in template ListOfM2MID p_allowedAEs, in template (value) AccessControlOperations p_allowedOperations := int63) runs on CseTester return integer {//c_CRUDNDi
function f_cse_preamble_createServiceSubscribedAppRule(in template ListOfM2MID p_allowedAEs := {""}, in template (value) AccessControlOperations p_allowedOperations := int63) runs on CseTester return integer {//c_CRUDNDi
var MsgIn v_response;
var integer v_serviceSubscribedAppRuleIndex := -1;
......
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