Key a TLV input like the read side, drop tagId, copy TLV octets at parse, and export only Tlvs, TlvInputs and Tlv
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 29s
Test / test (18) (pull_request) Successful in 31s
Test / test (20) (pull_request) Successful in 31s
Test / test (22) (pull_request) Successful in 37s
Test / test (24) (pull_request) Successful in 31s
Test / test (26) (pull_request) Successful in 38s
Mirror / push (push) Has been cancelled
Test / lint (pull_request) Successful in 29s
Test / test (18) (pull_request) Successful in 31s
Test / test (20) (pull_request) Successful in 31s
Test / test (22) (pull_request) Successful in 37s
Test / test (24) (pull_request) Successful in 31s
Test / test (26) (pull_request) Successful in 38s
This commit is contained in:
@@ -95,8 +95,8 @@ describe('our encoder against the reference parser', () => {
|
||||
},
|
||||
seqNr: 77,
|
||||
tlvs: {
|
||||
message_state: { tagId: 0x0427, tagValue: 2 },
|
||||
receipted_message_id: { tagId: 0x001E, tagValue: 'abc123' },
|
||||
message_state: { tagValue: 2 },
|
||||
receipted_message_id: { tagValue: 'abc123' },
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user