When a battery level reaches to critical threshold, stack should perform a controlled de-register , with current implementation this is not inline with GSMA IOT test scope, test case id ID_RCS_2_2_1
Steps :
Make sure RCS is connected and you can send chat messages when battery level is >5%
Get the Battery to be <= 5% (Critical limit)
Take logcat and pcap logs when battery level reaches 5%
Expected: Controlled de-registration is performed
Actual: Service goes from IMS_CONNECTED -> SERVICE_CONNECTED. It is still possible to send chat messages, but they will be queued due to IMS disconnection.
Ref : GSMA IOT test scope, test case id ID_RCS_2_2_1
When a battery level reaches to critical threshold, stack should perform a controlled de-register , with current implementation this is not inline with GSMA IOT test scope, test case id ID_RCS_2_2_1 Steps :
Ref : GSMA IOT test scope, test case id ID_RCS_2_2_1