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
feee788b
Commit
feee788b
authored
Aug 09, 2019
by
YannGarcia
Browse files
Fix Issue: Add log to fix issue TC_GEONW_PON_SQN_BV_01 invalid speed
parent
404635f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn
View file @
feee788b
...
...
@@ -1763,6 +1763,8 @@ module LibItsGeoNetworking_Templates {
}
function
f_getDelta15
(
Int32
p_value
,
integer
p_delta
)
return
template
(
present
)
Int15
{
log
(
">>> f_getDelta15: "
,
p_value
,
", "
,
p_delta
);
// FIXME To be removed when issue https://forge.etsi.org/rep/ITS/ITS/issues/13 will be clause
if
(
p_value
==
c_int15Min
)
{
return
(
p_value
..
p_value
+
p_delta
);
}
...
...
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