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
7f92ea7a
Commit
7f92ea7a
authored
Nov 30, 2020
by
Yann Garcia
Browse files
Add received timestamp into Indication message sub-layer info
parent
32853fcb
Changes
12
Hide whitespace changes
Inline
Side-by-side
ttcn/CAM/LibItsCam_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -39,6 +39,7 @@ module LibItsCam_Templates {
in
template
(
present
)
CAM
p_camMsg
)
:=
{
msgIn
:=
p_camMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
ttcn/CAM/LibItsCam_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -126,6 +126,7 @@ module LibItsCam_TestSystem language "TTCN-3:2010 Real Time and Performance Test
*/
type
record
CamInd
{
CAM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
ttcn/DENM/LibItsDenm_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -64,6 +64,7 @@ module LibItsDenm_Templates {
template
(
present
)
DENM
p_denMsg
)
:=
{
msgIn
:=
p_denMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
ttcn/DENM/LibItsDenm_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -130,6 +130,7 @@ module LibItsDenm_TestSystem {
*/
type
record
DenmInd
{
DENM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
ttcn/IVIM/LibItsIvim_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -59,6 +59,7 @@ module LibItsIvim_Templates {
template
(
present
)
IVIM
p_iviMsg
:=
?
)
:=
{
msgIn
:=
p_iviMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
@@ -78,6 +79,7 @@ module LibItsIvim_Templates {
template
(
value
)
IVIM
p_iviMsg
)
:=
{
msgIn
:=
p_iviMsg
,
recvTime
:=
omit
,
gnNextHeader
:=
omit
,
gnHeaderType
:=
omit
,
gnHeaderSubtype
:=
omit
,
...
...
ttcn/IVIM/LibItsIvim_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -126,6 +126,7 @@ module LibItsIvim_TestSystem {
*/
type
record
IvimInd
{
IVIM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
ttcn/MapemSpatem/LibItsMapemSpatem_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -54,6 +54,7 @@ module LibItsMapemSpatem_Templates {
template
(
present
)
MAPEM
p_mapemMsg
)
:=
{
msgIn
:=
p_mapemMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
@@ -137,6 +138,7 @@ module LibItsMapemSpatem_Templates {
template
(
present
)
SPATEM
p_spatemMsg
)
:=
{
msgIn
:=
p_spatemMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
ttcn/MapemSpatem/LibItsMapemSpatem_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -104,6 +104,7 @@ module LibItsMapemSpatem_TestSystem {
type
record
MapemInd
{
MAPEM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
@@ -120,6 +121,7 @@ module LibItsMapemSpatem_TestSystem {
type
record
SpatemInd
{
SPATEM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
ttcn/Rtcmem/LibItsRtcmem_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -40,6 +40,7 @@ module LibItsRtcmem_Templates {
template
(
present
)
RTCMEM
p_rtcmemMsg
)
:=
{
msgIn
:=
p_rtcmemMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
ttcn/Rtcmem/LibItsRtcmem_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -92,6 +92,7 @@ module LibItsRtcmem_TestSystem {
type
record
RtcmemInd
{
RTCMEM
msgIn
,
UInt64
recvTime
optional
,
UInt8
gnNextHeader
optional
,
UInt8
gnHeaderType
optional
,
UInt8
gnHeaderSubtype
optional
,
...
...
ttcn/SremSsem/LibItsSremSsem_Templates.ttcn
View file @
7f92ea7a
...
...
@@ -53,6 +53,7 @@ module LibItsSremSsem_Templates {
template
(
present
)
SREM
p_sremMsg
)
:=
{
msgIn
:=
p_sremMsg
,
recvTime
:=
*
,
gnNextHeader
:=
*
,
gnHeaderType
:=
*
,
gnHeaderSubtype
:=
*
,
...
...
ttcn/SremSsem/LibItsSremSsem_TestSystem.ttcn
View file @
7f92ea7a
...
...
@@ -104,6 +104,7 @@ module LibItsSremSsem_TestSystem {
type
record
SremInd
{
SREM
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