CDMA MO SMS follow on DC feature

Add new constant to send MO CDMA SMS with expectMore option.

Test: atest FrameworksTelephonyTests
Bug: 72613248
Change-Id: I4fbcaa13648c66482f6bb741c433aede2ec824c7
This commit is contained in:
Nazish Tabassum
2019-12-14 21:05:57 +05:30
committed by Sarah Chin
parent 7f90969404
commit bf5aeaa3b3

View File

@@ -480,6 +480,7 @@ public interface RILConstants {
int RIL_REQUEST_STOP_KEEPALIVE = 145;
int RIL_REQUEST_ENABLE_MODEM = 146;
int RIL_REQUEST_GET_MODEM_STATUS = 147;
int RIL_REQUEST_CDMA_SEND_SMS_EXPECT_MORE = 148;
/* The following requests are not defined in RIL.h */
int RIL_REQUEST_HAL_NON_RIL_BASE = 200;