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
85246628
Commit
85246628
authored
Oct 02, 2014
by
garciay
Browse files
Update a_default 'altstep' to skip unsolicited secured CAM messages
parent
e65f6b96
Changes
1
Hide whitespace changes
Inline
Side-by-side
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn
View file @
85246628
...
...
@@ -1135,6 +1135,15 @@ module LibItsGeoNetworking_Functions {
)
{
repeat
;
}
[]
geoNetworkingPort
.
receive
(
mw_geoNwInd
(
mw_geoNwSecPdu
(
mdw_secureMessageCAMs_dummy
,
?
)))
{
// Skip CAM messages
repeat
;
}
[]
geoNetworkingPort
.
receive
{
log
(
"*** a_default: WARNING: Received an unexpected message ***"
);
repeat
;
...
...
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