Skip to content
Snippets Groups Projects
Commit 8809fe8c authored by Yann Garcia's avatar Yann Garcia
Browse files

Create OneM2M_Testcases_AE_Release_4 TTCN-3 module

parent fd2ec4d8
No related branches found
No related tags found
No related merge requests found
/**
* 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 oneM2M/ETSI
* @desc Module containing test cases for oneM2M
*
*/
module OneM2M_Testcases_AE_Release_3 {
import from OneM2M_TestSystem all;
import from OneM2M_Templates all;
import from OneM2M_Types all;
import from OneM2M_Types_homeDevice all;
import from OneM2M_TypesAndValues all;
import from OneM2M_Pixits all;
import from OneM2M_Pics all;
import from OneM2M_Functions all;
import from OneM2M_PermutationFunctions all;
import from XSD all;
group AE {
group HAIM {
} //end group HAIM
group Security {
group authentication {
group ESPrim {
group Notify {
} //end group Notify
group Retrieve {
} //end group Retrieve
} //end group ESCertKE
group ESCertKE {
group Notify {
} //end group Notify
} //end group ESCertKE
} // End of group authentication
group authorization {
group Impersonation_Prevention {
}
group Dynamic_Authorization {
group Direct_Dynamic_Authorization {
}//end group DirectDynamic_Authorization
group Indirect_Dynamic_Authorization {
}//end group IndirectDynamic_Authorization
}//end group Dynamic_Authorization
group Indirect_Dynamic_Authorization {
}//end group Indirect_Dynamic_Authorization
group Json_Web_Token {
}//end group Json_Web_Token
group Distributed_Authorization {
}//end group Distributed_Authorization
} // End of group authorization
}//end group Security
}//end group AE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment