change API version to 1.23
change jitter to 64-bit value to align with delay in Link Message added unidirectional link flag TLV to Link Message (Boeing r1795)
This commit is contained in:
parent
eee6310076
commit
536ff20fff
2 changed files with 4 additions and 2 deletions
|
@ -248,13 +248,14 @@ class CoreLinkTlv(CoreTlv):
|
|||
CORE_TLV_LINK_BW: CoreTlvDataUint64,
|
||||
CORE_TLV_LINK_PER: CoreTlvDataString,
|
||||
CORE_TLV_LINK_DUP: CoreTlvDataString,
|
||||
CORE_TLV_LINK_JITTER: CoreTlvDataUint32,
|
||||
CORE_TLV_LINK_JITTER: CoreTlvDataUint64,
|
||||
CORE_TLV_LINK_MER: CoreTlvDataUint16,
|
||||
CORE_TLV_LINK_BURST: CoreTlvDataUint16,
|
||||
CORE_TLV_LINK_SESSION: CoreTlvDataString,
|
||||
CORE_TLV_LINK_MBURST: CoreTlvDataUint16,
|
||||
CORE_TLV_LINK_TYPE: CoreTlvDataUint32,
|
||||
CORE_TLV_LINK_GUIATTR: CoreTlvDataString,
|
||||
CORE_TLV_LINK_UNI: CoreTlvDataUint16,
|
||||
CORE_TLV_LINK_EMUID: CoreTlvDataUint32,
|
||||
CORE_TLV_LINK_NETID: CoreTlvDataUint32,
|
||||
CORE_TLV_LINK_KEY: CoreTlvDataUint32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue