trunk-recorder icon indicating copy to clipboard operation
trunk-recorder copied to clipboard

INVALID_CC_MESSAGE retune fix

Open taclane opened this issue 1 month ago • 0 comments

INVALID_CC_MESSAGE messages are supposed to be removed from the message count, however they currently trigger an immediate control channel retune due to a missing break statement.

This minor fix should allow the intended execution of only the INVALID_CC_MESSAGE switch/case statement without proceeding through the TDULC retune until it encounters a break;.

taclane avatar Jun 18 '24 17:06 taclane