I have modified smsc_at.c to enable connection with Ericsson R380s.
It sends following commands to modem:
AT+CPMS="ME","ME","ME"
AT+CNMI=3,2,0,0
Gateway successfully connects to at modem and send sms messages but cannot
recieve them.
I have tried it with minicom, but the TE only recieves new message
indication.
So an additional AT+CMGR is seems to be needed to read the incoming
message...
The search(grep) for "CMGR" string in source doesn't find any match...
I also cannot read messages from minicom by using the command:
AT+CMGR=0
It only answers me with:
OK
Any idea to solve the problem?