SMPP typo?
Vibhu Mohindra <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
This has been around in smsc_smpp.c for a while. In the following snippet
from handle_pdu():
case bind_receiver_resp:
if (pdu->u.bind_transmitter_resp.command_status != 0) {
error(0, "SMPP[%s]: SMSC rejected login to receive, "
"code 0x%08lx.",
octstr_get_cstr(smpp->conn->id),
pdu->u.bind_transmitter_resp.command_status);
shouldn't lines 2 and 6 say receiver instead of transmitter?
Thanks,
Vibhu
signature.asc
(application/pgp-signature, 232 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9ZVtqvgqsqbNQjqcRAu3hAJ9LUqd4QavPP0JrzlwNm1PXYqPNCwCffgWI DavuuP2y8We12R9ZEfV/n4s= =ZHmM -----END PGP SIGNATURE-----