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

Remove +x right on module.mk files

parent 4682888a
Loading
Loading
Loading
Loading

ttcn/BTP/module.mk

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ttcn/CAM/module.mk

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ttcn/Common/module.mk

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ttcn/DENM/module.mk

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

+1 −2
Original line number Original line Diff line number Diff line
@@ -1502,8 +1502,7 @@ module LibItsGeoNetworking_Functions {
                                                      in template (present) LongPosVector p_srcLongPosVec,
                                                      in template (present) LongPosVector p_srcLongPosVec,
                                                      in template (present) UInt16 p_seqNumber,
                                                      in template (present) UInt16 p_seqNumber,
                                                      in template (present) GeoAnycastArea p_anycastArea,
                                                      in template (present) GeoAnycastArea p_anycastArea,
                                                      in template (present) UInt8 p_hopLimit,
                                                      in template (present) UInt8 p_hopLimit
                                                      in template (present) UInt8 p_maxHopLimit := ?
                                                      ) runs on ItsGeoNetworking {
                                                      ) runs on ItsGeoNetworking {
                
                
        [vc_gnDefaultActive] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwAnycastPacketWithArea(
        [vc_gnDefaultActive] geoNetworkingPort.receive(mw_geoNwInd(mw_geoNwPdu(mw_geoNwAnycastPacketWithArea(
Loading