diff --git a/DSP_API/SmartSDR_Interface/sched_waveform.c b/DSP_API/SmartSDR_Interface/sched_waveform.c index dfda6d9..0e1d6f0 100644 --- a/DSP_API/SmartSDR_Interface/sched_waveform.c +++ b/DSP_API/SmartSDR_Interface/sched_waveform.c @@ -239,6 +239,11 @@ void sched_waveform_setDestinationRptr(uint32 slice , const char * destination_r /* Enforce termination */ _dstar->outgoing_header.destination_rptr[8] = '\0'; + if ( strncmp(_dstar->outgoing_header.destination_rptr, "DIRECT", strlen("DIRECT")) != 0 ) { + output("WOOT\n"); + _dstar->outgoing_header.flag1 = 0x1 << 6; + } + dstar_dumpHeader(&(_dstar->outgoing_header)); }