Paul Keogh wrote:
> 
> My push test set-up is
> 
> test_ppg -> wapbox -> bearerbox -> m20t -> t68
> 
> This won't work with the current wapbox.c module
> 
> I had to change
> 
>     msg->sms.coding = DC_UCS2;
> 
> to
> 
>     msg->sms.coding = DC_8BIT;
> 
> in pack_sms_datagram() in wapbox.c
> 
> This problem and fix has been reported before. What's the rationale for
> using
> DC_UCS2?
> 
> Also, the relevant WAP form spec - WAP-159-WDPWCMPAdapt-19991105-a - in
> section 7.1.4
> specifies an SMPP data coding parameter of 8-bit binary.

Did not look that spec, thanks.

Aarno

Reply via email to