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
d0a24f09
Commit
d0a24f09
authored
Dec 13, 2016
by
garciay
Browse files
DENM PICS review
parent
098b3c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_Pics.ttcn
View file @
d0a24f09
...
...
@@ -15,54 +15,55 @@ module LibItsDenm_Pics {
/**
* @desc Support for DENM generation
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.1
*/
modulepar
boolean
PICS_DENM_GENERATION
:=
true
;
/**
* @desc Support for DENM RECEPTION
* @see ETSI TS 102 869-1 Table A.1
*/
modulepar
boolean
PICS_DENM_RECEPTION
:=
true
;
/**
* @desc Support for DENM update
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_DENM_UPDATE
:=
true
;
/**
* @desc Support for DENM repetition
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_DENM_REPETITION
:=
true
;
/**
* @desc Support for DENM cancellation
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_DENM_CANCELLATION
:=
true
;
/**
* @desc Support for DENM NEGATION
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_DENM_NEGATION
:=
false
;
/**
* @desc Support for DENM RECEPTION
* @see ETSI TS 102 869-2 Table 3
*/
modulepar
boolean
PICS_DENM_RECEPTION
:=
true
;
/**
* @desc Support for Keep-Alive Forwarding
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_DENM_KAF
:=
false
;
/**
* @desc Support for impact recuction
* @see ETSI TS 102 869-
2
Table
3
* @see ETSI TS 102 869-
1
Table
A.2
*/
modulepar
boolean
PICS_IMPACT_REDUCTION
:=
true
;
/**
* @desc Is the IUT running in secured mode?
* @see ETSI TS 102 869-1 Table A.3
*/
modulepar
boolean
PICS_IS_IUT_SECURED
:=
false
;
...
...
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