Place clock type values in the correct positon
Signed-off-by: Dale P. Smith <dalepsmith@gmail.com>master
parent
fa41be7e6e
commit
6dedf8bc24
10
tlv.h
10
tlv.h
|
@ -183,11 +183,11 @@ struct time_status_np {
|
||||||
} PACKED;
|
} PACKED;
|
||||||
|
|
||||||
enum clock_type {
|
enum clock_type {
|
||||||
CLOCK_TYPE_ORDINARY = 0x80,
|
CLOCK_TYPE_ORDINARY = 0x8000,
|
||||||
CLOCK_TYPE_BOUNDARY = 0x40,
|
CLOCK_TYPE_BOUNDARY = 0x4000,
|
||||||
CLOCK_TYPE_P2P = 0x20,
|
CLOCK_TYPE_P2P = 0x2000,
|
||||||
CLOCK_TYPE_E2E = 0x10,
|
CLOCK_TYPE_E2E = 0x1000,
|
||||||
CLOCK_TYPE_MANAGEMENT = 0x08,
|
CLOCK_TYPE_MANAGEMENT = 0x0800,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define PROFILE_ID_LEN 6
|
#define PROFILE_ID_LEN 6
|
||||||
|
|
Loading…
Reference in New Issue