Set Data Call Confirmed = Off.

This commit is contained in:
Serge Vakulenko 2018-10-01 22:03:13 -07:00
parent 5deccda850
commit f5be27d8a7
2 changed files with 0 additions and 2 deletions

View File

@ -586,7 +586,6 @@ static void setup_channel(int i, int mode, char *name, double rx_mhz, double tx_
ch->rx_only = rxonly;
ch->repeater_slot = timeslot;
ch->colorcode = colorcode;
ch->data_call_conf = 1; // Always ask for SMS acknowledge
ch->power = power;
ch->admit_criteria = admit;
ch->contact_name_index = contact;

View File

@ -642,7 +642,6 @@ static void setup_channel(int i, int mode, char *name, double rx_mhz, double tx_
ch->rx_only = rxonly;
ch->repeater_slot = timeslot;
ch->colorcode = colorcode;
ch->data_call_conf = 1; // Always ask for SMS acknowledge
ch->admit_criteria = admit;
ch->contact_name_index = contact;
ch->tot = tot;