K2InformaticsGmbH / smpp_parser

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

Operation enquire_link_resp (4.1.2.2) not supported #36

Closed walter-weinmann closed 6 years ago

walter-weinmann commented 6 years ago

Example:

 {"enquire_link_resp",
  "00 00 00 10 80 00 00 15 00 00 04 00 FE 4A C1 31"}
f().
D = <<"00 00 00 10 80 00 00 15 00 00 04 00 FE 4A C1 31">>.
{ok, DStr} = smpp:decode(D).
smpp:encode(DStr).
DStr == D.
walter-weinmann commented 6 years ago

Issue in test data generation.