K2InformaticsGmbH / smpp_parser

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

Error undefined function smpp:err(1024). #27

Closed walter-weinmann closed 6 years ago

walter-weinmann commented 6 years ago

No support of vendor specific command_status, error_status_code (see SMPP V5.0 section 4.7.6 command_status, error_status_code).

Example:

 {"enquire_link_resp", 
  "00 00 00 10 80 00 00 15 00 00 04 00 B7 58 43 1F"}
f().
D = <<"00 00 00 10 80 00 00 15 00 00 04 00 B7 58 43 1F">>.
{ok, DStr} = smpp:decode(D).
smpp:encode(DStr).
DStr == D.
walter-weinmann commented 6 years ago

Issue in test data generation.