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

Bug fixed: missing UT port deactivation

parent ca18dd7e
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 \
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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