[PATCH] SMPP trivial
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Centrium GmbH |
| Message-ID | <[email protected]> |
Hi list, here is trivial SMPP generic_nack fix. generic_nack command id is 0x80000000 instead of 0x00000000 Please apply ... -- Best regards / Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___________________________________________ Centrium GmbH Ehrenstraße 2 50672 Köln Fon: +49 (0221) 277 49 240 Fax: +49 (0221) 277 49 109 email: [email protected] web: www.centrium.de msn: [email protected] icq: 98063111
smpp_pdu.def.diff
(text/x-diff, 404 B)
Index: gw/smsc/smpp_pdu.def
===================================================================
RCS file: /home/cvs/gateway/gw/smsc/smpp_pdu.def,v
retrieving revision 1.4
diff -a -u -r1.4 smpp_pdu.def
--- gw/smsc/smpp_pdu.def 14 Nov 2002 00:38:51 -0000 1.4
+++ gw/smsc/smpp_pdu.def 20 Feb 2003 17:34:02 -0000
@@ -149,7 +149,7 @@
)
PDU(generic_nack,
- 0x00000000,
+ 0x80000000,
HEADER
)