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
23166202
Commit
23166202
authored
Nov 30, 2020
by
Yann Garcia
Browse files
Bugs fiexed in AtsSremSsem
parent
7f92ea7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ttcn/SremSsem/LibItsSremSsem_Templates.ttcn
View file @
23166202
...
...
@@ -137,6 +137,7 @@ module LibItsSremSsem_Templates {
template
(
present
)
SSEM
p_ssemMsg
:=
?
)
:=
{
msgIn
:=
p_ssemMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
@@ -507,8 +508,8 @@ module LibItsSremSsem_Templates {
template
(
present
)
RequestorDescription
p_requestor
:=
?
,
template
(
present
)
SignalRequestList
p_requests
:=
?
,
template
(
present
)
MsgCount
p_sequenceNumber
:=
?
,
template
MinuteOfTheYear
p_timeStamp
:=
*
,
template
DSecond
p_second
:=
*
template
(
present
)
DSecond
p_second
:=
?
,
template
MinuteOfTheYear
p_timeStamp
:=
*
)
modifies
mw_defaultSrem
:=
{
timeStamp
:=
p_timeStamp
,
second
:=
p_second
,
...
...
ttcn/SremSsem/LibItsSremSsem_TestSystem.ttcn
View file @
23166202
...
...
@@ -123,6 +123,7 @@ module LibItsSremSsem_TestSystem {
type
record
SsemInd
{
SSEM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
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