Re: picture mess

2002-02-22 Thread P. A. Bagyenda

That might be interesting to see the scripts. I'm going to try to dump
the smpp pdus, see what I get.
But it appears the concatenate is basically the problem. Also I notice
that the coding flags set for pdu when their is a udh header seem to be
more than what's needed (according to SMPP3.4 spec). Could this be it?


P.

Ps. Phone is a Nokia 6210, SMSC is Comverse.

Alexei Pashkovsky wrote:
> 
> Hi,
> try to analize the SMPP packet dump.
> Edit gw/smsc_smpp.c, enable debug, and see what it sends, you might send me
> if you want me to takea look on it.
> Than send message concatenated manually and see the difference.
> I had some scripts to manually concatenate messages, might be sharing with
> you if you want.
> 
> - Original Message -
> From: "P. A. Bagyenda" <[EMAIL PROTECTED]>
> To: "Valter Santos" <[EMAIL PROTECTED]>
> Cc: "Peter Löfman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, February 21, 2002 6:56 AM
> Subject: Re: picture mess
> 
> > Hi,
> >
> >  I'm not sure that that solves the problem. Even with the current
> > snapshot, any attempt at setting concatenation=true (using SMPP code),
> > causes the phone to receive junk. And you need this to be able to send
> > operator logos. Using the snapshot of 16th, with concatenation = true
> > (SMPP, Comverse SMSC) doesn't seem to work for text or data. Any ideas
> > anybody?
> >
> > P.
> >
> > Valter Santos wrote:
> > >
> > > Hi there!
> > >
> > > > I'm trying to send a nokia picture message, but I believe that I have
> > > something wrong.
> > > > This is how it looks:
> > > > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 
> 
> > > .
> > >
> > > the udh that you are using is to send operator logos... for normal
> picutes
> > > you should use udh=%06%05%04%15%8A%00%00
> > > Anyway, if you still wanna to send logos you should include MCC/MNC
> > > information before the text message. You can see this
> > > information for your operator in
> > > http://users.zipworld.com.au/~rmills/MCCandMNCValues.htm
> > >
> > > hope this help
> > > /valter
> > >
> > > - Original Message -
> > > From: "Peter Löfman" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, February 19, 2002 10:05 AM
> > > Subject: picture mess
> > >
> > > Hi,
> > >
> > > I'm trying to send a nokia picture message, but I believe that I have
> > > something wrong.
> > > This is how it looks:
> > > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 
> 
> > > .
> > >
> > > is the udh incorrect?
> > >
> > > Does anyone have an example of a working picture?
> > >
> > > /Peter Lofman
> >
> >
> >
> >




Re: picture mess

2002-02-21 Thread Peter Löfman

Well, in my case I am quite sure that the concatenation works properly. Because 
sending other concatenated messages is no problem.
I am also quite sure that my problem is a misformed message, maybe some bytes missing 
or something.
Therefore, I would like to have an working example to compare my message with, or at 
least know how many  bytes the "text" of the picture message should contain...

/Peter Lofman

- Original Message - 
From: "Alexei Pashkovsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 22, 2002 6:30 AM
Subject: Re: picture mess


> Hi,
> try to analize the SMPP packet dump.
> Edit gw/smsc_smpp.c, enable debug, and see what it sends, you might send me
> if you want me to takea look on it.
> Than send message concatenated manually and see the difference.
> I had some scripts to manually concatenate messages, might be sharing with
> you if you want.
> 
> - Original Message -
> From: "P. A. Bagyenda" <[EMAIL PROTECTED]>
> To: "Valter Santos" <[EMAIL PROTECTED]>
> Cc: "Peter Löfman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Thursday, February 21, 2002 6:56 AM
> Subject: Re: picture mess
> 
> 
> > Hi,
> >
> >  I'm not sure that that solves the problem. Even with the current
> > snapshot, any attempt at setting concatenation=true (using SMPP code),
> > causes the phone to receive junk. And you need this to be able to send
> > operator logos. Using the snapshot of 16th, with concatenation = true
> > (SMPP, Comverse SMSC) doesn't seem to work for text or data. Any ideas
> > anybody?
> >
> > P.
> >
> > Valter Santos wrote:
> > >
> > > Hi there!
> > >
> > > > I'm trying to send a nokia picture message, but I believe that I have
> > > something wrong.
> > > > This is how it looks:
> > > > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 
> 
> > > .
> > >
> > > the udh that you are using is to send operator logos... for normal
> picutes
> > > you should use udh=%06%05%04%15%8A%00%00
> > > Anyway, if you still wanna to send logos you should include MCC/MNC
> > > information before the text message. You can see this
> > > information for your operator in
> > > http://users.zipworld.com.au/~rmills/MCCandMNCValues.htm
> > >
> > > hope this help
> > > /valter
> > >
> > > - Original Message -
> > > From: "Peter Löfman" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, February 19, 2002 10:05 AM
> > > Subject: picture mess
> > >
> > > Hi,
> > >
> > > I'm trying to send a nokia picture message, but I believe that I have
> > > something wrong.
> > > This is how it looks:
> > > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 
> 
> > > .
> > >
> > > is the udh incorrect?
> > >
> > > Does anyone have an example of a working picture?
> > >
> > > /Peter Lofman
> >
> >
> >
> >
> 





Re: picture mess

2002-02-21 Thread Alexei Pashkovsky

Hi,
try to analize the SMPP packet dump.
Edit gw/smsc_smpp.c, enable debug, and see what it sends, you might send me
if you want me to takea look on it.
Than send message concatenated manually and see the difference.
I had some scripts to manually concatenate messages, might be sharing with
you if you want.

- Original Message -
From: "P. A. Bagyenda" <[EMAIL PROTECTED]>
To: "Valter Santos" <[EMAIL PROTECTED]>
Cc: "Peter Löfman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, February 21, 2002 6:56 AM
Subject: Re: picture mess


> Hi,
>
>  I'm not sure that that solves the problem. Even with the current
> snapshot, any attempt at setting concatenation=true (using SMPP code),
> causes the phone to receive junk. And you need this to be able to send
> operator logos. Using the snapshot of 16th, with concatenation = true
> (SMPP, Comverse SMSC) doesn't seem to work for text or data. Any ideas
> anybody?
>
> P.
>
> Valter Santos wrote:
> >
> > Hi there!
> >
> > > I'm trying to send a nokia picture message, but I believe that I have
> > something wrong.
> > > This is how it looks:
> > > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 

> > .
> >
> > the udh that you are using is to send operator logos... for normal
picutes
> > you should use udh=%06%05%04%15%8A%00%00
> > Anyway, if you still wanna to send logos you should include MCC/MNC
> > information before the text message. You can see this
> > information for your operator in
> > http://users.zipworld.com.au/~rmills/MCCandMNCValues.htm
> >
> > hope this help
> > /valter
> >
> > - Original Message -
> > From: "Peter Löfman" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 19, 2002 10:05 AM
> > Subject: picture mess
> >
> > Hi,
> >
> > I'm trying to send a nokia picture message, but I believe that I have
> > something wrong.
> > This is how it looks:
> > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8% 

> > .
> >
> > is the udh incorrect?
> >
> > Does anyone have an example of a working picture?
> >
> > /Peter Lofman
>
>
>
>





Re: picture mess

2002-02-21 Thread P. A. Bagyenda

Hi,

 I'm not sure that that solves the problem. Even with the current
snapshot, any attempt at setting concatenation=true (using SMPP code),
causes the phone to receive junk. And you need this to be able to send
operator logos. Using the snapshot of 16th, with concatenation = true
(SMPP, Comverse SMSC) doesn't seem to work for text or data. Any ideas
anybody? 

P.

Valter Santos wrote:
> 
> Hi there!
> 
> > I'm trying to send a nokia picture message, but I believe that I have
> something wrong.
> > This is how it looks:
> > &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8%  
> .
> 
> the udh that you are using is to send operator logos... for normal picutes
> you should use udh=%06%05%04%15%8A%00%00
> Anyway, if you still wanna to send logos you should include MCC/MNC
> information before the text message. You can see this
> information for your operator in
> http://users.zipworld.com.au/~rmills/MCCandMNCValues.htm
> 
> hope this help
> /valter
> 
> - Original Message -
> From: "Peter Löfman" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 19, 2002 10:05 AM
> Subject: picture mess
> 
> Hi,
> 
> I'm trying to send a nokia picture message, but I believe that I have
> something wrong.
> This is how it looks:
> &udh=%06%05%04%15%82%00%00&text=%00%48%1c%01%1d%c9%82%62%61%c8%  
> .
> 
> is the udh incorrect?
> 
> Does anyone have an example of a working picture?
> 
> /Peter Lofman