Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c42338fb authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Add RIL_REQUEST_SET_N1_MODE_ENABLED and_REQUEST_IS_N1_MODE_ENABLED

Bug: 255450196
Test: build
Change-Id: I2d1c942486a8cf63e2e9b0e6e98fdc5e40a9e74e
parent 3db73687
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -544,6 +544,8 @@ public interface RILConstants {
    int RIL_REQUEST_TRIGGER_EPS_FALLBACK = 238;
    int RIL_REQUEST_SET_NULL_CIPHER_AND_INTEGRITY_ENABLED = 239;
    int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
    int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
    int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;