adefirmanf / iso8583

This library help you for wrapping message into ISO8583 and parse the message
3 stars 5 forks source link

Bug with the '0810' message #16

Closed jeanSagaz closed 3 years ago

jeanSagaz commented 3 years ago

Wrong message: 081021800000200000000203203700203700020300 0810

2180000020000000 0203203700203700 020300 Bit maps: Mapa de bits: 21800000200000000203203700203700 = 00100001100000000000000000000000001000000000000000000000000000000000001000000011001000000011011100000000001000000011011100000000

BIT[03], BIT[08], BIT[09], BIT[35]

Correct message: 081002180000020000000203203700203700020300 0810

0218000002000000 0203203700203700 020300 Bit maps: 02180000020000000203203700203700 = 00000010000110000000000000000000000000100000000000000000000000000000001000000011001000000011011100000000001000000011011100000000

BIT[07], BIT[12], BIT[13], BIT[39]