Commit c39c9e2f authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed: missing UT port deactivation

parent ca18dd7e
......@@ -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-java14-installer \
oracle-java14-set-default \
oracle-java15-installer \
oracle-java15-set-default \
openssh-server \
pkg-config \
python3-dev \
......
......@@ -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_its: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
......@@ -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 ItsBaseComponent return ItsDenm {
function f_triggerDenmEvent() runs on ItsBaseGeoNetworking 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 ItsBaseComponent {
function f_cancelDenmEvent(ItsDenm p_denmComponent) runs on ItsBaseGeoNetworking {
var ItsDenm v_denmComponent;
//deactivate gnPort default alts
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment