Commit 8e5bc254 authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

Merge branch 'TTF0002' into cygwin

parents 8ad72095 1e8f1519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ module LibItsCam_Pics {
      }

      /**
       * @desc Does radio communication use G5?
       * @desc Does radio communication use ITS-G5 or LTE-V2X?
       * @see  ETSI TS 102 868-1 Table A.3
       */
      modulepar RadioAccess PICS_RADIO_COMM := e_its_g5;
+1 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ module LibItsCommon_TypesAndValues {
        const integer c_its_aid_SPAT  := 137; 
        const integer c_its_aid_MAP   := 138; 
        const integer c_its_aid_IVI   := 139; 
        const integer c_its_aid_GPC   := 140;
        const integer c_its_aid_TLC   := 140;
        const integer c_its_aid_GN    := 141;
        const integer c_its_aid_SCR   := 623; // Secured Certificate Request, https://standards.ieee.org/products-services/regauth/psid/public.html
+2 −2
Original line number Diff line number Diff line
/**
 *  @author     ETSI / STF405 / STF449 / STF484 / STF517
 *  @author     ETSI / STF405 / STF449 / STF484 / STF517 / STF 538
 *  @version    $Url: https://oldforge.etsi.org/svn/LibIts/tags/20170222_STF527_Final/ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn $
 *              $Id: LibItsGeoNetworking_Functions.ttcn 1329 2017-02-21 14:48:18Z berge $
 *  @desc       Module containing functions for GeoNetworking
@@ -2805,7 +2805,7 @@ module LibItsGeoNetworking_Functions {
                                                     m_geoNwSecPdu(
                                                                   v_gnNonSecuredPacket,
                                                                   v_securedMessage
                                                                   ) // End of template m_geoNwSecPdu
                )
                                                     )); // End of template m_geoNwReq_linkLayerBroadcast
            
      // Send Message
Loading