Skip to content
Snippets Groups Projects

Stf531 dmr cre testcases

Merged Miguel Angel Reina Ortega requested to merge STF531-DMR-CRE-TESTCASES into master
+ 305
8
Compare changes
  • Side-by-side
  • Inline
Files
@@ -7,7 +7,7 @@
*
* @author oneM2M
* @version $URL: https://oldforge.etsi.org/svn/oneM2M/trunk/ttcn/LibOneM2M/OneM2M_Functions.ttcn $
* $Id: OneM2M_Functions.ttcn 298 2017-06-14 07:11:13Z reinaortega $
* $Id: OneM2M_Functions.ttcn 299 2017-06-20 12:36:36Z 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