Re: new CVS
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, nope, it's the same as before. This function try to convert smpp pdu into internal message struct and when it fail to do so (e.g. some values in pdu not spec. conforme) sets then smpp error code into *reason and this will be returned in deliver_sm_resp and message will be rejected. Thanks, Alex Hillel wrote: > Dear Kannel Devel, > > When looking at the latest additions to CVS: > > + * Convert SMPP PDU to internal Msgs structure. > + * Return the Msg if all was fine and NULL otherwise, while getting > + * the failing reason delivered back in *reason. > + * XXX semantical check on the incoming values can be extended here. > > How does one get back the failing reason delivered back in *reason is this > a new dlr paramater called reason? > or how else does one get it back? > > Rgds -- Thanks, Alex