// Set up security services even if secured_mode is set to 0. Later, we can receive an AcEnableSecurity request, the sertificate caching will be ready to go
fill_gbc_packet(latitude,longitude,ll_address,latitude,longitude,distanceA,distanceB,angle);// TODO Check if GeoBroadcastArea lat/lon are identical to lat/lon of the Test System
fill_shb_packet(latitude,longitude,ll_address);
fill_tsb_packet(latitude,longitude,ll_address);
fill_ls_reply(latitude,longitude,ll_address);
fill_gbc_packet(ll_address,_latitude,_longitude,distanceA,distanceB,angle);// TODO Check if GeoBroadcastArea lat/lon are identical to lat/lon of the Test System
// Set up security services even if secured_mode is set to 0. Later, we can receive an AcEnableSecurity request, the sertificate caching will be ready to go