summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-19 19:27:14 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-19 19:27:14 +0200
commitd22a3e248aa105a8a26d13266d8494be2f331778 (patch)
treeb2c5829638cb803a6df4780120a73ded44963e8f /Makefile
parent2359ee54499a93d41d185a8e4ce8693349395394 (diff)
smpp: Begin with DeliverSM codec handling
DeliverSM is very similar to SubmitSM but some of the optional items are missing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a77365..5420c49 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,7 @@ CODEC = \
./codec/attributes/SMPPServiceType.st \
./codec/attributes/SMPPAddressRange.st \
./codec/SMPPBodyBase.st \
+ ./codec/SMPPDeliverSM.st \
./codec/SMPPMessage.st \
./codec/SMPPEnquireLink.st \
./codec/SMPPGenericNack.st \