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
6c6c9f38
Commit
6c6c9f38
authored
Nov 01, 2018
by
Yann Garcia
Browse files
Bug fixed on ItsRSUsSimulator
parent
866e58fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
6c6c9f38
...
...
@@ -1571,7 +1571,6 @@ module LibItsGeoNetworking_Functions {
/**
* @desc Receive GeoAnycast packet for specific GeoAnycast Area
* @param p_srcLongPosVec Expected source position vector
* @param p_senderLongPosVec Expected sender position vector
* @param p_seqNumber Expected sequence number
* @param p_anycastArea Expected geoAnycastArea
*/
...
...
@@ -1596,7 +1595,7 @@ module LibItsGeoNetworking_Functions {
/**
* @desc Receive Location Service Request
* @param p_seqNumber Expected sequence number of the received LS Request
* @param p_
gnAddress
GN address expected in received LS Request
* @param p_
mid
GN address expected in received LS Request
* @param p_reqSrcPosVector Expected source position vector of the received LS Request
*/
altstep
a_receiveLsRequest
(
...
...
@@ -1605,7 +1604,7 @@ module LibItsGeoNetworking_Functions {
out
LongPosVector
p_reqSrcPosVector
)
runs
on
ItsGeoNetworking
{
var
GeoNetworkingInd
v_msg
;
[
vc_gnDefaultActive
]
geoNetworkingPort
.
receive
(
mw_geoNwInd
(
mw_geoNwPdu
(
...
...
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