DMR: Reset Color Code If Not Trunking and NoCarrier;

This commit is contained in:
lwvmobile 2024-04-24 13:01:45 -04:00
parent 7a9763c6c7
commit 499134bc2d
1 changed files with 3 additions and 0 deletions

View File

@ -279,6 +279,9 @@ noCarrier (dsd_opts * opts, dsd_state * state)
//only reset cap+ rest channel if not trunking
state->dmr_rest_channel = -1;
//DMR Color Code
state->dmr_color_code = 16;
//zero out nxdn site/srv/cch info if not trunking
state->nxdn_location_site_code = 0;
state->nxdn_location_sys_code = 0;