Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
c39c9e2f
Commit
c39c9e2f
authored
Nov 17, 2020
by
Yann Garcia
Browse files
Bug fixed: missing UT port deactivation
parent
ca18dd7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile.stfubuntu
View file @
c39c9e2f
...
...
@@ -32,6 +32,8 @@ RUN echo "docker-STF-dev" > /etc/hostname \
gnutls-bin \
graphviz \
iputils-ping \
libedit2 \
libedit-dev \
libffi-dev \
libglib2.0-dev \
libgcrypt-dev \
...
...
@@ -48,8 +50,8 @@ RUN echo "docker-STF-dev" > /etc/hostname \
lsof \
net-tools \
ntp \
oracle-java1
4
-installer \
oracle-java1
4
-set-default \
oracle-java1
5
-installer \
oracle-java1
5
-set-default \
openssh-server \
pkg-config \
python3-dev \
...
...
docker/run.sh
View file @
c39c9e2f
...
...
@@ -5,7 +5,7 @@
#set -e
set
-vx
docker run
--interactive
--tty
--rm
--publish
2222:22
--env
DISPLAY
=
$DISPLAY
--volume
/tmp/.X11-unix:/tmp/.X11-unix
--cap-add
=
NET_RAW
--cap-add
=
NET_ADMIN
ttf002_i
ts:latest
docker run
--interactive
--tty
--rm
--publish
2222:22
--env
DISPLAY
=
$DISPLAY
--volume
/tmp/.X11-unix:/tmp/.X11-unix
--cap-add
=
NET_RAW
--cap-add
=
NET_ADMIN
etsiforge/etsi-its-
ts:latest
# That's all Floks
exit
0
ttcn/AtsSecurity/ItsSecurity_Functions.ttcn
View file @
c39c9e2f
...
...
@@ -733,7 +733,7 @@ module ItsSecurity_Functions {
* @see fb_secTriggerDenmEvent()
* @return Reference to the component used to send the trigger
*/
function
f_triggerDenmEvent
()
runs
on
ItsBase
Component
return
ItsDenm
{
function
f_triggerDenmEvent
()
runs
on
ItsBase
GeoNetworking
return
ItsDenm
{
var
ItsDenm
v_denmComponent
;
//deactivate gnPort default alts
...
...
@@ -754,7 +754,7 @@ module ItsSecurity_Functions {
* @param p_denmComponent Reference of the component previously used to trigger DENM events
* @see fb_secCancelDenmEvent()
*/
function
f_cancelDenmEvent
(
ItsDenm
p_denmComponent
)
runs
on
ItsBase
Component
{
function
f_cancelDenmEvent
(
ItsDenm
p_denmComponent
)
runs
on
ItsBase
GeoNetworking
{
var
ItsDenm
v_denmComponent
;
//deactivate gnPort default alts
...
...
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