WSF 1.6.6 - 28 April 2010

Important Notes

  • Many of the radar sensor (WSF_RADAR_SENSOR) definitions in the classified repository have been updated to include:

  • The addition of the alternate_frequency, frequency_list, and frequency_channels will cause some of these radars to have a different frequency than was previously used in the scenarios as defined in the reference for the input command. Furthermore, some radars employ the WSF_AGILITY_EFFECT that specifies frequency_agility to allow it to automatically change frequency in the presence of jamming that is over the jamming perception thresholds defined for the sensor. For all of the sensors the SUPPRESSOR database did not have a delay on the selection of the frequencies (see frequency_select_delay), so the change in frequency will happen immediately. To randomize the frequencies for radar sensors (with multiple frequencies) at simulation startup see randomize_radar_frequencies.

  • Many of the current platform jamming scripts do not currently employ script methods to handle frequency agile radar sensors. A jammer that does is modeled in the unclassified aea_demo scenario that can be used as a template to incorporate a closed loop jammer that responds to radar sensor’s frequency changes, as well as multi-beam multi-frequency radars using a tracks Signal capability.

General

  • Added the ability to use the ALARM (Advanced Low Altitude Radar Model) clutter and propagation models in WSF_RADAR_SENSOR (non-exportable version only)

Corrections

  • (CR 7354) When a platform (platformA) is unable to transmit a message to a desired destination platform (platformB) directly, and Begins to search for available platforms with receivers capable of accepting and relaying (i.e. platformC) the message to the destination platform Then, only allow platformA to forward the message to the platformC receiver if the platformC relay-enabled receiver has a transmitter configured for relay that is currently (main change) on the same network as a receiver on the destination platform. Otherwise, the platformC relay-enabled receiver will not receive any message to queue.

  • (CR 7434) Corrected problems with versions of WsfPlatform.FollowRoute that take a waypoint index or label.

  • (CR 7505) Corrected a problem where the antenna_pattern steered_array_pattern antenna pattern generator would crash if invalid input was provided.

  • (CR 7509) Corrected a problem where the WSF_AGILITY_EFFECT was causing a segmentation fault when used with WSF_FALSE_TARGET_EFFECT jamming.

  • (CR 7521) Added the ability to read multiple Link 16 messages from a single DIS Signal PDU. This was causing a problem with the Link 16 model being used by VWC & ADS.

  • (CR 7600) Corrected a problem where some uses of the scripting language could lead to high memory usage and slow execution – specifically when creating multiple unique strings.

Enhancements