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
63517d4f
Commit
63517d4f
authored
Aug 30, 2019
by
Miguel Angel Reina Ortega
Browse files
Small correction for checking the group creation
Signed-off-by:
reinaortega
<
miguelangel.reinaortega@etsi.org
>
parent
c79d51cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
LibOneM2M/OneM2M_Functions.ttcn
LibOneM2M/OneM2M_Functions.ttcn
+1
-1
No files found.
LibOneM2M/OneM2M_Functions.ttcn
View file @
63517d4f
...
...
@@ -1399,7 +1399,7 @@ module OneM2M_Functions {
vc_aeAuxIndex
:=
v_resourceIndex
;
}
else
if
(
p_resourceType
==
int9
)
{
//Check that group members are correctly in the group
if
(
not
(
match
(
p
_request
Primitive
.
primitiveContent
.
group_
.
memberIDs
,
vc_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
group_
.
memberIDs
)))
{
if
(
not
(
match
(
v
_request
.
primitiveContent
.
group_
.
memberIDs
,
vc_response
.
primitive
.
responsePrimitive
.
primitiveContent
.
group_
.
memberIDs
)))
{
setverdict
(
inconc
,
__SCOPE__
&
":INFO: Wrong number of members in group"
);
}
}
...
...
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