I am working on the MangoH red with 76XX. I have compiled the sample smsApp in the wp76-legato/apps/sample/ and uploaded to the red board. I could launch app on the board and execute all options with sms command. When I have executed the app and sent some binary smses to the sim(AT&T IOT sim) I could verify that the smses are received by the sms with the sms count command. I could also view those binary messages cm sms monitor command.
But i am unable to view the inbox and messages with sms inbox and sms next command. I am always getting the error 'inbox empty" where as the sms count is showing the number of messages. When I debugged the code in the ./smsApp/smsClient/main.c::ctrlSMS_GetInbox() -->the following code is giving always null value for MsgListHandler and that’s the reason I am always getting “inbox empty” error.