set shortened frame length to 14 bytes (#61)

4.01b_maint
jsb5151 2 years ago committed by GitHub
parent eb093b3f5f
commit 9a214b683a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -54,7 +54,7 @@ namespace p25
class HOST_SW_API MotFullRateVoice {
public:
static const uint8_t LENGTH = 17;
static const uint8_t SHORTENED_LENGTH = 13;
static const uint8_t SHORTENED_LENGTH = 14;
static const uint8_t ADDITIONAL_LENGTH = 4;
/**

Loading…
Cancel
Save

Powered by TurnKey Linux.