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
2501a42f
Commit
2501a42f
authored
Aug 23, 2017
by
Naum Spaseski
Browse files
STF531 - Added AE registration in preamble TC/DMR/CRE/001
Signed-off-by:
Naum Spaseski
<
naum.spaseski@gmail.com
>
parent
de27d759
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
OneM2M_Testcases.ttcn
OneM2M_Testcases.ttcn
+13
-0
No files found.
OneM2M_Testcases.ttcn
View file @
2501a42f
...
...
@@ -2219,6 +2219,13 @@ module OneM2M_Testcases {
p_notifyHandler.start(f_cse_notifyProcedure_subscriptionVerificationHandler(v_parentIndex));
}
v_parentIndex := f_cse_createResource(valueof(p_parentRequestPrimitive.resourceType), p_parentRequestPrimitive, v_parentIndex);
if(ischosen(p_parentRequestPrimitive.primitiveContent.group_)){
f_cse_preamble_registerAe();
}
} else {//Resource under CSEBase
if(p_resourceType != int1) {
...
...
@@ -2228,6 +2235,12 @@ module OneM2M_Testcases {
p_requestPrimitive := f_setAcpId(p_requestPrimitive, {vc_resourcesList[v_acpAuxIndex].resource.accessControlPolicy.resourceID});
}
if(ischosen(p_requestPrimitive.primitiveContent.group_)){
f_cse_preamble_registerAe();
}
}
// Test Body
...
...
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