Assign Chan Map Import to LCN Freq for CC Hunting;

This commit is contained in:
lwvmobile 2022-12-09 18:23:20 -05:00
parent 5130899a67
commit 15a8f80344
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ int csvChanImport(dsd_opts * opts, dsd_state * state) //channel map import
if (field_count == 1)
{
sscanf (field, "%ld", &state->trunk_chan_map[chan_number]);
sscanf (field, "%ld", &state->trunk_lcn_freq[state->lcn_freq_count]);
state->lcn_freq_count++; //keep tally of number of Frequencies imported
}
field = strtok(NULL, ",");