Re: ERROR: SMPP: Unknown TLV(0x0210, 0x0001, 34) for PDU type (deliver_sm) received!

2007-05-11 Thread Alejandro Guerrieri

The other party is sending a TLV (Tag, Lenght, Value) that Kannel does
not understand, so it's ignored. It's not really an "error" in fact.

Unless they're using this TLV to "tell you" something (some SMSC use
it for billing purposes or to send a "message ticket" to enforce 1x1
MO/MT balance, for example) you may ignore the error.

You should check with your operator to check if this TLV should be
used for anything.

Hope it helps,

Alejandro Guerrieri

On 5/11/07, Robert Itwara Busingye <[EMAIL PROTECTED]> wrote:

Hi,

recently switched to a new SMSC and started getting the following error:

2007-05-11 11:41:33 [14907] [8] ERROR: SMPP: Unknown
TLV(0x0210,0x0001,34) for PDU type (deliver_sm) received!

version = kannel 1.4.0, libxml 2.6.26

I'd appreciate any help.







--
Alejandro Guerrieri
Magicom
http://www.magicom-bcn.net/
LinkedIn: http://www.linkedin.com/in/aguerrieri



Re: ERROR: SMPP: Unknown TLV(0x0210, 0x0001, 34) for PDU type (deliver_sm) received!

2007-05-20 Thread Milan P. Stanic
[ Sorry for late answer ]

On Fri, May 11, 2007 at 01:37:05PM +0300, Robert Itwara Busingye wrote:
> recently switched to a new SMSC and started getting the following error:
> 
> 2007-05-11 11:41:33 [14907] [8] ERROR: SMPP: Unknown
> TLV(0x0210,0x0001,34) for PDU type (deliver_sm) received!

Seems SMSC says it uses (or it want to use) version 3.4 protocol.

> version = kannel 1.4.0, libxml 2.6.26

This is not error.
I changed Kannel to show these messages only when it is in debug mode
and I hope that will be default in the next stable release.