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
7e4b13e3
Commit
7e4b13e3
authored
Feb 19, 2018
by
Miguel Angel Reina Ortega
Browse files
Set local resource CSEBase parentID to empty string in order for codec to set it up to NULL
parent
6c841570
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 @
7e4b13e3
...
...
@@ -1953,7 +1953,7 @@ module OneM2M_Functions {
v_myResource
.
cSEBase
.
resourceName
:=
PX_CSE1_NAME
;
v_myResource
.
cSEBase
.
resourceType
:=
p_resourceType
;
v_myResource
.
cSEBase
.
resourceID
:=
f_resourceIdCleaner
(
PX_CSE1_ID
);
v_myResource
.
cSEBase
.
parentID
:=
omit
;
//Following TS-0001, it must be NULL
v_myResource
.
cSEBase
.
parentID
:=
""
;
//Following TS-0001, it must be NULL
. Set to a value for Codec to set it to null
v_myResource
.
cSEBase
.
creationTime
:=
fx_generateTimestamp
();
v_myResource
.
cSEBase
.
creationTime
:=
"20171231T012345"
;
v_myResource
.
cSEBase
.
lastModifiedTime
:=
v_myResource
.
cSEBase
.
creationTime
;
...
...
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