opentelecoms-org / jsmpp

SMPP implemented in Java
Apache License 2.0
230 stars 160 forks source link

Invalid TLV handling #214

Open hrastgou opened 6 months ago

hrastgou commented 6 months ago

Receiving incomplete TLVs in deliver_sm cause ArrayOutOfBoundException and will drop the delivery.

In my opinion it'll be reasonable to ignore such Optional Parameters.