Commit 27a88c04 authored by berge's avatar berge
Browse files

Removed f_adaptPayload*() calls for UT messages

parent d2804ee1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ module LibItsGeoNetworking_Templates {
            ) modifies m_generateGeoUnicastMessage := {
                utGnEvent := {
                    geoUnicast := {
                        payload := f_adaptPayload_m(p_payload)
                        payload := { otherPayload := p_payload} // do not use f_adaptPayload_m here
                    }
                }
            }
@@ -140,7 +140,7 @@ module LibItsGeoNetworking_Templates {
		   ) modifies m_generateGeoUnicastMessageWithLifetime := {
			   utGnEvent := {
				   geoUnicast := {
						payload := f_adaptPayload_m(p_payload)
						payload := { otherPayload := p_payload} // do not use f_adaptPayload_m here
				   }
			   }
		   }
@@ -189,7 +189,7 @@ module LibItsGeoNetworking_Templates {
            ) modifies m_generateGeoBroadcastMessage := {
                utGnEvent := {
                    geoBroadcast := {
                        payload := f_adaptPayload_m(p_payload)
                        payload := { otherPayload := p_payload} // do not use f_adaptPayload_m here
                    }
                }
            }
@@ -221,7 +221,7 @@ module LibItsGeoNetworking_Templates {
            ) modifies m_generateGeoAnycastMessage := {
                utGnEvent := {
                    geoAnycast := {
                        payload := f_adaptPayload_m(p_payload)
                        payload := { otherPayload := p_payload} // do not use f_adaptPayload_m here
                    }
                }
            }
@@ -247,7 +247,7 @@ module LibItsGeoNetworking_Templates {
            ) modifies m_generateShbMessage := {
                utGnEvent := {
                    shb := {
                        payload := f_adaptPayload_m(p_payload)
                        payload := { otherPayload := p_payload} // do not use f_adaptPayload_m here
                    }
                }
            }