Skip to content

Commit

Permalink
Merge pull request Avnu#62 from PawelModrzejewski/issue_61_signalling…
Browse files Browse the repository at this point in the history
…_intervals_type_coercion_alters_value

avbts_message: coercion alters values (Signalling intervals type) (SC…
  • Loading branch information
avinash-palleti authored Dec 16, 2020
2 parents 34b0a47 + 51b493e commit 0baef8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/avbts_message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1126,9 +1126,9 @@ class SignallingTLV {
uint8_t organizationId[3];
uint8_t organizationSubType_ms;
uint16_t organizationSubType_ls;
uint8_t linkDelayInterval;
uint8_t timeSyncInterval;
uint8_t announceInterval;
int8_t linkDelayInterval;
int8_t timeSyncInterval;
int8_t announceInterval;
uint8_t flags;
uint16_t reserved;
public:
Expand Down

0 comments on commit 0baef8a

Please sign in to comment.