SMS example not work

Hi, recently testing nrf9160 SMS example, but seems not working in both Send/Receive

I confirm that SMS is valid in my SIM Card, I put it in my mobile phone and verified

when I put it in DK and run SMS example, it get below error

any one can help?

*** Booting Zephyr OS build v2.7.99-ncs1-1 ***

SMS sample starting


SMS sample is ready for receiving 
messages


Sending SMS: number=+852xxxxxxxx, text="SMS sample: testing"



sms_send returned err: 196939


[00:00:07.416,107] 

[0m<dbg> sms.sms_init: SMS client successfully registered

[0m


[00:00:07.425,354] 

[0m<dbg> sms.sms_submit_send: Sending SMS to number=+852xxxxxxxx, text='SMS sample: testing'

[0m


[00:00:07.425,354] 

[0m<dbg> sms.sms_submit_encode_number: Ignoring leading '+' in the number

[0m


[00:00:07.425,750] 

[0m<dbg> sms.sms_submit_encode: Sending encoded SMS data (length=30):

[0m


[00:00:07.425,781] 

[0m<dbg> sms.sms_submit_encode: AT+CMGS=30

0021000B915892258343F1000013D3E614~

[0m


[00:00:07.426,483] 

[1;31m<err> sms: Sending AT command failed, err=196939

[0m

Related