Re: [PATCH] SMPP
Nisan Bloch <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi
At 12:39 PM 3/27/03 +0400, David Chkhartishvili wrote:
>Hi Nisan,
>
>I've applied your two patches (smsc_smpp.c, smpp_pdu.c) to current cvs
>tree, but getting errors regarding to new configuration directives
>dump-pdu and pack-7bit:
missing patch piece....
nisan
--- ../cvs/gateway/gwlib/cfg.def Thu Mar 20 10:23:57 2003
+++ ../gateway-clickcvs/gwlib/cfg.def Tue Mar 25 11:07:50 2003
@@ -228,6 +228,7 @@
OCTSTR(ussdc)
OCTSTR(session-length)
OCTSTR(my-number)
+ OCTSTR(forced-sender)
OCTSTR(sms-center)
OCTSTR(source-addr-ton)
OCTSTR(source-addr-npi)
@@ -238,12 +239,31 @@
OCTSTR(enquire-link-interval)
OCTSTR(max-pending-submits)
OCTSTR(reconnect-delay)
+ OCTSTR(throttle-sleep)
OCTSTR(transceiver-mode)
OCTSTR(interface-version)
OCTSTR(priority)
OCTSTR(notification-pid)
OCTSTR(notification-addr)
OCTSTR(msg-id-type)
+ OCTSTR(smpp-msg-id-type)
+ OCTSTR(dlr-ret)
+ OCTSTR(is-ssl)
+ OCTSTR(ssl-client-certkey-file)
+ OCTSTR(ssl-server-cert-file)
+ OCTSTR(ssl-server-key-file)
+ OCTSTR(ssl-trusted-ca-file)
+ OCTSTR(dump-pdu)
+ OCTSTR(pack-7bit)
+ OCTSTR(reg-dlr-mask)
)