Skip to content
Snippets Groups Projects
Commit eac9f7d1 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ added comments to TR examples

parent 29c891a5
No related branches found
No related tags found
No related merge requests found
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Basic configuration
Package base_configuration { Package base_configuration {
import all from data; import all from data;
Configuration { Configuration {
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Converted from configuration.tplan2 - same model, different representation
Package base_configuration { Package base_configuration {
Import all from data ; Import all from data ;
Gate Type wireless accepts position ; Gate Type wireless accepts position ;
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Basic data structures
Package data { Package data {
Data { Data {
type float; type float;
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Specification of data-table-like reusable test description
Package data_tables { Package data_tables {
Import all from inferred_data; Import all from inferred_data;
Import all from inferred_configuration; Import all from inferred_configuration;
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Inferred (manually) from objectives.tplan2
Package descriptions { Package descriptions {
Import all from inferred_configuration; Import all from inferred_configuration;
Import all from inferred_data; Import all from inferred_data;
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Domain specification
Package domain { Package domain {
Domain { Domain {
pics : pics :
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Inferred (manually) from objectives.tplan2
Package inferred_configuration { Package inferred_configuration {
Import all from data ; Import all from data ;
Gate Type inferred_gate_type accepts position ; Gate Type inferred_gate_type accepts position ;
......
/*
Copyright (c) ETSI 2020.
This software is subject to copyrights owned by ETSI. Non-exclusive permission
is hereby granted, free of charge, to copy, reproduce and amend this file
under the following conditions: It is provided "as is", without warranty of any
kind, expressed or implied.
ETSI shall never be liable for any claim, damages, or other liability arising
from its use or inability of use.This permission does not apply to any documentation
associated with this file for which ETSI keeps all rights reserved. The present
copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/
//Inferred (manually) from objectives.tplan2
Package inferred_data { Package inferred_data {
Type inferred_simple ; Type inferred_simple ;
Type inferred_position ( x of type inferred_simple, y of type inferred_simple) ; Type inferred_position ( x of type inferred_simple, y of type inferred_simple) ;
......
...@@ -13,6 +13,7 @@ copyright notice shall be included in all copies of whole or part of this ...@@ -13,6 +13,7 @@ copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right. file and shall not imply any sub-license right.
*/ */
//Structured test objective specifications
Package objectives { Package objectives {
import all from domain; import all from domain;
import all from data; import all from data;
......
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