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

Commit feb6c37a authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Adding new LTE nodes to RadioConfigCommands and RadioNVItems.

Bug: 18278720
Change-Id: Ib6fd5d37fd3de7af43ad2cf4e9d9b5d94ad523ec
parent 2c08b740
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,4 +77,8 @@ public interface RadioNVItems {
    int RIL_NV_LTE_HIDDEN_BAND_PRIORITY_25 = 77;    // LTE hidden band 25 priority
    int RIL_NV_LTE_HIDDEN_BAND_PRIORITY_26 = 78;    // LTE hidden band 26 priority
    int RIL_NV_LTE_HIDDEN_BAND_PRIORITY_41 = 79;    // LTE hidden band 41 priority

    int RIL_NV_LTE_NEXT_SCAN = 80;              // LTE next scan
    int RIL_NV_LTE_BSR_TIMER = 81;              // LTE BSR timer
    int RIL_NV_LTE_BSR_MAX_TIME = 82;           // LTE BSR max time
}