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
!16
Stf531 dmr cre testcases
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Stf531 dmr cre testcases
STF531-DMR-CRE-TESTCASES
into
master
Overview
0
Commits
7
Pipelines
0
Changes
6
Merged
Miguel Angel Reina Ortega
requested to merge
STF531-DMR-CRE-TESTCASES
into
master
7 years ago
Overview
0
Commits
7
Pipelines
0
Changes
-
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
e2415097
7 commits,
7 years ago
+
305
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
Search (e.g. *.vue) (Ctrl+P)
LibOneM2M/OneM2M_Functions.ttcn
+
5
−
5
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 29
8
2017-06-
14 07:11:13
Z reinaortega $
* $Id: OneM2M_Functions.ttcn 29
9
2017-06-
20 12:36:36
Z reinaortega $
* @desc Module containing functions for oneM2M
*
*/
@@ -868,10 +868,10 @@ module OneM2M_Functions {
} //end f_cse_notifyProcedure
/**
* @desc It determines whether the addressing method of the given address is non-hierarchical. Not valid for CSE-Base as target
* @param p_resourceAddress
* @return boolean
/**
* @desc It determines whether the addressing method of the given address is non-hierarchical. Not valid for CSE-Base as target
* @param p_resourceAddress
* @return boolean
*/
function f_isNonHierarchical(XSD.ID p_resourceAddress) runs on Tester return boolean {
var integer i;
Loading