diff --git a/debian/config-template b/debian/config-template index 3f00c45..203e3d5 100644 --- a/debian/config-template +++ b/debian/config-template @@ -44,10 +44,6 @@ PHASE_ENHANCE= # If yes, fixes messages with correctable CRC errors. FIX_CRC= -# If yes, enables aggressive fixes to damaged messages. -# Use with caution - it can increase the rate of undetected errors. -AGGRESSIVE= - # If set, supplies a reference location for local position decoding. LAT= LON= diff --git a/debian/dump1090-mutability.init b/debian/dump1090-mutability.init index b75fe19..9f8eafc 100644 --- a/debian/dump1090-mutability.init +++ b/debian/dump1090-mutability.init @@ -61,7 +61,6 @@ if [ "x$OVERSAMPLE" = "xyes" ]; then ARGS="$ARGS --oversample"; fi # decoder: if [ "x$FIX_CRC" = "xyes" ]; then ARGS="$ARGS --fix"; fi if [ "x$PHASE_ENHANCE" = "xyes" ]; then ARGS="$ARGS --phase-enhance"; fi -if [ "x$AGGRESSIVE" = "xyes" ]; then ARGS="$ARGS --aggressive"; fi if [ -n "$LAT" ]; then ARGS="$ARGS --lat $LAT"; fi if [ -n "$LON" ]; then ARGS="$ARGS --lon $LON"; fi ARGS="$ARGS --max-range $MAX_RANGE"; fi diff --git a/debian/dump1090-mutability.templates b/debian/dump1090-mutability.templates index 53d56e3..a7bd60a 100644 --- a/debian/dump1090-mutability.templates +++ b/debian/dump1090-mutability.templates @@ -76,16 +76,6 @@ Description: Apply phase enhancement? Type: boolean Default: true -Template: dump1090-mutability/decode-aggressive -Description: Aggressively fix more errors? - dump1090 can apply more aggressive corrections to received messages, - primarily correcting two-bit CRC errors. - . - Use with caution! This can significantly increase the rate of undetected - message errors (i.e. increase the rate of garbled decoded messages) -Type: boolean -Default: false - Template: dump1090-mutability/decode-lat Description: Latitude of receiver, in decimal degrees: If the location of the receiver is provided, dump1090 can do