Re: [PATCH] trivial dcs_to_fields fix

2003-03-04 Thread Stipe Tolj
Hi Alex, ok, I see that's it's only MO related. Commiting this to cvs. If someone complains, we will roll-back. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74

Re: [PATCH] trivial dcs_to_fields fix

2003-03-01 Thread Alexander Malysh
Hi Stipe, all, On Wednesday 26 February 2003 23:00, Stipe Tolj wrote: > Alexander Malysh wrote: > > attached "patch" should fix dcs_to_fields and versus functions. > > The problem: assume you got dcs=0xf5 in your smpp/ucp triber. > > Simple call: > > dcs = 0xf5; > > dcs_to_fields(d

Re: [PATCH] trivial dcs_to_fields fix

2003-02-27 Thread Stipe Tolj
Alexander Malysh wrote: > > attached "patch" should fix dcs_to_fields and versus functions. > The problem: assume you got dcs=0xf5 in your smpp/ucp triber. > Simple call: > dcs = 0xf5; > dcs_to_fields(dcs,msg); > filds_to_dcs(msg, msg->sms.alt_dcs); > > And look what happe

[PATCH] trivial dcs_to_fields fix

2003-02-26 Thread Alexander Malysh
Hi, attached "patch" should fix dcs_to_fields and versus functions. The problem: assume you got dcs=0xf5 in your smpp/ucp triber. Simple call: dcs = 0xf5; dcs_to_fields(dcs,msg); filds_to_dcs(msg, msg->sms.alt_dcs); And look what happens ;) Please apply... -- Best rega