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
Merge requests
!21
New dmr test cases
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New dmr test cases
New_DMR_Test_Cases
into
master
Overview
0
Commits
5
Pipelines
0
Changes
3
Merged
Miguel Angel Reina Ortega
requested to merge
New_DMR_Test_Cases
into
master
7 years ago
Overview
0
Commits
5
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
7c2897c9
Prev
Next
Show latest version
3 files
+
12
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
7c2897c9
Minor
· 7c2897c9
Miguel Angel Reina Ortega
authored
7 years ago
LibOneM2M/OneM2M_Functions.ttcn
+
10
−
10
Options
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 33
3
2017-07-
28
08:1
7
:4
7
Z reinaortega $
* $Id: OneM2M_Functions.ttcn 33
4
2017-07-
31
08:1
1
:4
8
Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
@@ -620,10 +620,10 @@ module OneM2M_Functions {
}
// end f_cse_deleteResource
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
/**
* @desc Check that a resource is present in the IUT (resourceId is known)
* @param p_resourceIndex Resource index
* @return boolean
*/
function
f_isResourcePresent
(
integer
p_resourceIndex
)
runs
on
CseTester
return
boolean
{
@@ -650,11 +650,11 @@ module OneM2M_Functions {
}
}
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
/**
* @desc Check that a resource is not present in the IUT (resourceId is NOT known)
* @param p_parentIndex Index of the parent resource
* @param p_resourceName Resource name (Hierarchical method is used)
* @return boolean
*/
function
f_isResourceNotPresent
(
integer
p_parentIndex
,
XSD
.
String
p_resourceName
)
runs
on
CseTester
return
boolean
{
Loading