Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ATS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TST
ATS
Commits
e77b140e
Commit
e77b140e
authored
7 years ago
by
Pramod Kulkarni
Browse files
Options
Downloads
Patches
Plain Diff
Code review comments incorporated and REG/RET/009 TC written.
Signed-off-by:
pkulkarni
<
pkulkarni75@gmail.com
>
parent
f7e4486e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!24
STF531 REG TCs
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
LibOneM2M/OneM2M_Pics.ttcn
+2
-1
2 additions, 1 deletion
LibOneM2M/OneM2M_Pics.ttcn
LibOneM2M/OneM2M_Templates.ttcn
+5
-0
5 additions, 0 deletions
LibOneM2M/OneM2M_Templates.ttcn
OneM2M_Testcases_CSE.ttcn
+219
-230
219 additions, 230 deletions
OneM2M_Testcases_CSE.ttcn
with
226 additions
and
231 deletions
LibOneM2M/OneM2M_Pics.ttcn
+
2
−
1
View file @
e77b140e
...
@@ -18,7 +18,8 @@ module OneM2M_Pics {
...
@@ -18,7 +18,8 @@ module OneM2M_Pics {
* @see oneM2M TS-0017 A.5.5.1/1
* @see oneM2M TS-0017 A.5.5.1/1
*/
*/
modulepar
boolean
PICS_ACP_SUPPORT
:=
true
;
modulepar
boolean
PICS_ACP_SUPPORT
:=
true
;
modulepar
boolean
PICS_IN_CSE
:=
true
;
modulepar
boolean
PICS_IN_CSE
:=
true
;
modulepar
boolean
PICS_MN_CSE
:=
true
;
modulepar
boolean
PICS_UNSTRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT
:=
true
;
modulepar
boolean
PICS_UNSTRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT
:=
true
;
modulepar
boolean
PICS_STRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT
:=
true
;
modulepar
boolean
PICS_STRUCTURED_CSE_RELATIVE_RESOURCE_ID_FORMAT
:=
true
;
...
...
This diff is collapsed.
Click to expand it.
LibOneM2M/OneM2M_Templates.ttcn
+
5
−
0
View file @
e77b140e
...
@@ -3715,6 +3715,11 @@ module OneM2M_Templates {
...
@@ -3715,6 +3715,11 @@ module OneM2M_Templates {
primitiveContent
:=
{
subscription
:=
m_contentSubscription
}
primitiveContent
:=
{
subscription
:=
m_contentSubscription
}
}
}
template
(
value
)
UtTriggerPrimitive
m_utCreateRemoteCSE
modifies
m_utCreate
:=
{
requestIdentifier
:=
testcasename
()
&
"-m_utCreateRemoteCSE"
&
f_rnd
(
1
,
1000000
),
resourceType
:=
int16
}
template
(
value
)
UtTriggerPrimitive
m_utRetrieveResource
(
XSD
.
ID
p_targetResourceAddress
,
in
XSD
.
ID
p_originator
)
:=
{
template
(
value
)
UtTriggerPrimitive
m_utRetrieveResource
(
XSD
.
ID
p_targetResourceAddress
,
in
XSD
.
ID
p_originator
)
:=
{
operation
:=
int2
,
operation
:=
int2
,
to_
:=
p_targetResourceAddress
,
to_
:=
p_targetResourceAddress
,
...
...
This diff is collapsed.
Click to expand it.
OneM2M_Testcases_CSE.ttcn
+
219
−
230
View file @
e77b140e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment