In sms.c, 

int dcs_to_fields(Msg **msg, int dcs)

There are 2 instances of 

(*msg)->sms.alt_dcs = 0;

I think this is wrong  and should be

(*msg)->sms.alt_dcs = SMS_PARAM_UNDEFINED;

as 0 is no longer used to indicate that the service is not required.

Paul Keogh
ANAM Wireless Internet Solutions
http://www.anam.com                     
+353 1 284 7555 (wired)               +353 86 234 6047 (wireless)
Castle Yard, Saint Patrick's Road, Dalkey, County Dublin, Ireland
 

Reply via email to