Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TTCN-3 Libraries
LibIts
Commits
b118b2e6
Commit
b118b2e6
authored
Aug 25, 2020
by
Yann Garcia
Browse files
Merge branch 'TTF0002' of
https://forge.etsi.org/gitlab/LIBS/LibIts
into TTF0002
parents
6731ae2b
1e8f1519
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/IVIM/LibItsIvim_Pics.ttcn
View file @
b118b2e6
/**
* @author ETSI / STF517
* @author ETSI / STF517
/ TTF002
* @version $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/IVIM/LibItsIvim_Pics.ttcn $
* $Id: LibItsIvim_Pics.ttcn 1312 2016-12-14 09:21:45Z garciay $
* @desc IVIM PICS
...
...
@@ -61,4 +61,58 @@ module LibItsIvim_Pics {
*/
modulepar
float
PICS_T_GENIVIMMAX
:=
10.000
;
/**
* @desc Support for IVIM fragmentation
* @see TODO
*/
modulepar
boolean
PICS_IVIM_FRAGMENTATION
:=
false
;
/**
* @desc Support for IVIM general container
* @see TODO
*/
modulepar
boolean
PICS_IVIM_HAS_GENERAL_CONTAINER
:=
false
;
/**
* @desc Support for IVIM has layout container
* @see TODO
*/
modulepar
boolean
PICS_IVIM_HAS_LAYOUT_CONTAINER
:=
false
;
/**
* @desc Support for IVIM has road cfg container
* @see TODO
*/
modulepar
boolean
PICS_IVIM_HAS_ROAD_CFG_CONTAINER
:=
false
;
/**
* @desc Support for IVIM has text container
* @see TODO
*/
modulepar
boolean
PICS_IVIM_HAS_TEXT_CONTAINER
:=
false
;
/**
* @desc Support for IVIM rscode viennaconv
* @see TODO
*/
modulepar
boolean
PICS_IVIM_RSCODE_VIENNACONV
:=
false
;
/**
* @desc Support for IVIM rscode ISO14823
* @see TODO
*/
modulepar
boolean
PICS_IVIM_RSCODE_ISO14823
:=
false
;
/**
* @desc Support for IVIM rscode saej2540
* @see TODO
*/
modulepar
boolean
PICS_IVIM_RSCODE_SAEJ2540
:=
false
;
/**
* @desc Support for IVIM rscode anz catalogue
* @see TODO
*/
modulepar
boolean
PICS_IVIM_RSCODE_ANY_CATALOGUE
:=
false
;
}
// End of module LibItsIvim_Pics
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment