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
8f7ee32c
Commit
8f7ee32c
authored
Mar 09, 2012
by
berge
Browse files
Modified default so that NodeB-NodeA component answers LS request for NodeA
parent
bb70a3fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
8f7ee32c
...
...
@@ -731,6 +731,13 @@ module LibItsGeoNetworking_Functions {
f_getPosition
(
vc_componentName
)
)
{
repeat
;
}
[
vc_componentName
==
c_compNodeB
]
a_receiveLsRequestAndReply
(
?
,
f_getPosition
(
c_compNodeA
).
gnAddr
.
mid
,
f_getPosition
(
c_compNodeA
),
f_getPosition
(
vc_componentName
)
)
{
repeat
;
}
[]
a_default
()
{
...
...
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