bugfix: correct wrong type for the cumulativeScaledRateOffset field.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-09-04 09:18:22 +02:00
parent 8f5bd0edda
commit 7a50ead1d0
1 changed files with 2 additions and 2 deletions

4
tlv.h
View File

@ -160,14 +160,14 @@ struct follow_up_info_tlv {
UInteger16 length;
Octet id[3];
Octet subtype[3];
UInteger32 cumulativeScaledRateOffset;
Integer32 cumulativeScaledRateOffset;
UInteger16 gmTimeBaseIndicator;
ScaledNs lastGmPhaseChange;
Integer32 scaledLastGmPhaseChange;
} PACKED;
struct time_status_np {
UInteger32 cumulativeScaledRateOffset;
Integer32 cumulativeScaledRateOffset;
Integer32 scaledLastGmPhaseChange;
UInteger16 gmTimeBaseIndicator;
ScaledNs lastGmPhaseChange;