Why rubbish? My point is: Concatenated SMS is not a concept that is SMPP specific. you can send and receive concatenated SMS through any kind of SMS transfer protocol: SMPP, UCP/EMI, AT commands. If your code only works with SMPP (something you implied in your original message "as i am only concerned with SMPP, not sure how other protocols would have the same issue"), then your design is wrong. If kannel gets this feature we would need SMS concatenation code for each and every SMSC type.
Regards Joerg -----Urspr�ngliche Nachricht----- Von: fred [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 26. Februar 2005 01:09 An: devel Betreff: Re: Concatenation of incoming SMS rubbish - MO sends long messages as concatenated SMS, these pass thru the SMSC to your kannel (SMPP) kannel gets the separate message parts of the message, my code combines these in bearerbox, so the application then only needs to deal with the one message which can then be whatever long.... ----- Original Message ----- From: "Pommnitz, J�rg" <[EMAIL PROTECTED]> To: "devel" <[email protected]> Sent: Friday, February 25, 2005 7:51 PM Subject: AW: Concatenation of incoming SMS -#- MailID:PAAA I don't know your code, but SMS concatenation is a concept that is completely independent of the SMSC transport layer. If your code is SMPP specific, your design is almost certainly wrong. Regards Joerg -----Urspr�ngliche Nachricht----- Von: fred [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 25. Februar 2005 02:42 An: devel Betreff: Concatenation of incoming SMS as it is better to merge catenated incoming messages at the kannel level, so the app needs only deal with a message, I have written code to do this, but then as i am only concerned with SMPP, not sure how other protocols would have the same issue ? I wrote the code at the bb_smscconn.c level, but i'm only worried about SMPP as i said. /*HTMLBody*/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252"> <META content="MSHTML 6.00.2800.1126" name=GENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=#ffffff> <DIV> </DIV> <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"> <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma size=2>-----Urspr�ngliche Nachricht-----<BR><B>Von:</B> fred [mailto:[EMAIL PROTECTED]<BR><B>Gesendet:</B> Freitag, 25. Februar 2005 02:42<BR><B>An:</B> devel<BR><B>Betreff:</B> Concatenation of incoming SMS<BR><BR></FONT></DIV> <DIV><FONT face=Arial size=2>as it is better to merge catenated incoming messages at the kannel level, so the app needs only deal with a message,</FONT></DIV> <DIV><FONT face=Arial size=2>I have written code to do this, but then as i am only concerned with SMPP, not sure how other protocols would</FONT></DIV> <DIV><FONT face=Arial size=2>have the same issue ?</FONT></DIV> <DIV><FONT face=Arial size=2>I wrote the code at the bb_smscconn.c level, but i'm only worried about SMPP as i said.</FONT></DIV> <DIV><FONT face=Arial size=2></FONT> </DIV></BLOCKQUOTE></BODY></HTML> /*End HTMLBody*/
