Skip to content
Snippets Groups Projects
OneM2M_TestControl.ttcn 749 B
/**
 *  Copyright Notification
 *  No part of this document may be reproduced, in an electronic retrieval system or otherwise, except as authorized by written permission.
 *  The copyright and the foregoing restriction extend to reproduction in all media.
 *  © 2016, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC).
 *  All rights reserved.
 *  
 *  @author     ETSI
 *  @version    $URL: https://forge.etsi.org/svn/oneM2M/trunk/ttcn/OneM2M_TestControl.ttcn $
 *              $Id: OneM2M_TestControl.ttcn 97 2016-06-01 15:38:10Z reinaortega $
 *  @desc       Test control module for oneM2M
 *
 */
module OneM2M_TestControl {


	import from OneM2M_Testcases all;	

	control {
  
	}

}  // end of module