K2InformaticsGmbH / smpp_parser

A parser for SMPP protocol PDUs
Apache License 2.0
3 stars 1 forks source link

Support for vendor specific TLV #11

Closed c-bik closed 6 years ago

c-bik commented 6 years ago

image

Represented in parsed JSON format as

#{
    command_id => 4,
    ...
    tlvs => [
            #{tag => 16#1400,  len  => 6, val  => <<16#00, 16#AA, 16#AB, 16#01, 16#AA, 16#AB>>},
            #{tag  => 16#1401,  len  => 2, val  => <<16#AA, 16#AB>>}
        ]
}