Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -693,7 +693,7 @@ module LibItsGeoNetworking_Functions { function f_startBeingNeighbour() runs on ItsGeoNetworking { vc_neighbourDefault := activate(a_neighbourDefault()); if (PICS_SECURED_MODE == true) { if (PICS_GN_SECURITY == true) { f_acEnableSecurity(); } f_acTriggerEvent(m_startBeaconing(m_beaconHeader(f_getPosition(vc_componentName)).beaconHeader)); Loading @@ -706,7 +706,7 @@ module LibItsGeoNetworking_Functions { function f_stopBeingNeighbour() runs on ItsGeoNetworking { f_acTriggerEvent(m_stopBeaconing); if (PICS_SECURED_MODE == true) { if (PICS_GN_SECURITY == true) { f_acDisableSecurity(); } deactivate(vc_neighbourDefault); Loading ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,12 @@ module LibItsGeoNetworking_Pics { */ modulepar integer PICS_GN_BC_FORWARDING_PACKET_BUFFER_SIZE := 1024; /** * @desc MAX_COUNTER used in Advanced GBC forwarding * @see ETSI TS 102 871-1 v2.1.1 A.32/XX FIXME: not defined as protocol constant in base spec */ modulepar integer PICS_GN_ADVANCED_BC_FORWARDING_MAX_COUNTER := 3; /** * @desc IUT's Mac address */ Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -693,7 +693,7 @@ module LibItsGeoNetworking_Functions { function f_startBeingNeighbour() runs on ItsGeoNetworking { vc_neighbourDefault := activate(a_neighbourDefault()); if (PICS_SECURED_MODE == true) { if (PICS_GN_SECURITY == true) { f_acEnableSecurity(); } f_acTriggerEvent(m_startBeaconing(m_beaconHeader(f_getPosition(vc_componentName)).beaconHeader)); Loading @@ -706,7 +706,7 @@ module LibItsGeoNetworking_Functions { function f_stopBeingNeighbour() runs on ItsGeoNetworking { f_acTriggerEvent(m_stopBeaconing); if (PICS_SECURED_MODE == true) { if (PICS_GN_SECURITY == true) { f_acDisableSecurity(); } deactivate(vc_neighbourDefault); Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Pics.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -178,6 +178,12 @@ module LibItsGeoNetworking_Pics { */ modulepar integer PICS_GN_BC_FORWARDING_PACKET_BUFFER_SIZE := 1024; /** * @desc MAX_COUNTER used in Advanced GBC forwarding * @see ETSI TS 102 871-1 v2.1.1 A.32/XX FIXME: not defined as protocol constant in base spec */ modulepar integer PICS_GN_ADVANCED_BC_FORWARDING_MAX_COUNTER := 3; /** * @desc IUT's Mac address */ Loading