Set Data Call Confirmed = Off.
This commit is contained in:
parent
5deccda850
commit
f5be27d8a7
1
md380.c
1
md380.c
@ -586,7 +586,6 @@ static void setup_channel(int i, int mode, char *name, double rx_mhz, double tx_
|
|||||||
ch->rx_only = rxonly;
|
ch->rx_only = rxonly;
|
||||||
ch->repeater_slot = timeslot;
|
ch->repeater_slot = timeslot;
|
||||||
ch->colorcode = colorcode;
|
ch->colorcode = colorcode;
|
||||||
ch->data_call_conf = 1; // Always ask for SMS acknowledge
|
|
||||||
ch->power = power;
|
ch->power = power;
|
||||||
ch->admit_criteria = admit;
|
ch->admit_criteria = admit;
|
||||||
ch->contact_name_index = contact;
|
ch->contact_name_index = contact;
|
||||||
|
1
uv380.c
1
uv380.c
@ -642,7 +642,6 @@ static void setup_channel(int i, int mode, char *name, double rx_mhz, double tx_
|
|||||||
ch->rx_only = rxonly;
|
ch->rx_only = rxonly;
|
||||||
ch->repeater_slot = timeslot;
|
ch->repeater_slot = timeslot;
|
||||||
ch->colorcode = colorcode;
|
ch->colorcode = colorcode;
|
||||||
ch->data_call_conf = 1; // Always ask for SMS acknowledge
|
|
||||||
ch->admit_criteria = admit;
|
ch->admit_criteria = admit;
|
||||||
ch->contact_name_index = contact;
|
ch->contact_name_index = contact;
|
||||||
ch->tot = tot;
|
ch->tot = tot;
|
||||||
|
Loading…
Reference in New Issue
Block a user