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
16bfbb18
Commit
16bfbb18
authored
Nov 26, 2013
by
berge
Browse files
Fixed ReceptionTime (optional)
parent
b4f368d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/DENM/LibItsDenm_Templates.ttcn
View file @
16bfbb18
...
...
@@ -36,7 +36,7 @@ module LibItsDenm_Templates {
template
(
present
)
DENM
p_denMsg
)
:=
{
msgIn
:=
p_denMsg
,
receptionTime
:=
?
receptionTime
:=
*
}
group
utPrimitives
{
...
...
ttcn/DENM/LibItsDenm_TestSystem.ttcn
View file @
16bfbb18
...
...
@@ -104,7 +104,7 @@ module LibItsDenm_TestSystem {
*/
type
record
DenmInd
{
DENM
msgIn
,
TimestampIts
receptionTime
TimestampIts
receptionTime
optional
}
with
{
encode
(
msgIn
)
"LibItsDenm_asn1"
...
...
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