diff --git a/dom/system/gonk/ril_consts.js b/dom/system/gonk/ril_consts.js index 6e995427dd7..607bdbe05f8 100644 --- a/dom/system/gonk/ril_consts.js +++ b/dom/system/gonk/ril_consts.js @@ -759,10 +759,6 @@ this.STK_CMD_SEND_USSD = 0x12; this.STK_CMD_SEND_SMS = 0x13; this.STK_CMD_SEND_DTMF = 0x14; this.STK_CMD_LAUNCH_BROWSER = 0x15; -this.STK_CMD_OPEN_CHANNEL = 0x16; -this.STK_CMD_CLOSE_CHANNEL = 0x17; -this.STK_CMD_RECEIVE_DATA = 0x18; -this.STK_CMD_SEND_DATA = 0x19; this.STK_CMD_PLAY_TONE = 0x20; this.STK_CMD_DISPLAY_TEXT = 0x21; this.STK_CMD_GET_INKEY = 0x22; @@ -772,6 +768,10 @@ this.STK_CMD_SET_UP_MENU = 0x25; this.STK_CMD_PROVIDE_LOCAL_INFO = 0x26; this.STK_CMD_TIMER_MANAGEMENT = 0x27; this.STK_CMD_SET_UP_IDLE_MODE_TEXT = 0x28; +this.STK_CMD_OPEN_CHANNEL = 0x40; +this.STK_CMD_CLOSE_CHANNEL = 0x41; +this.STK_CMD_RECEIVE_DATA = 0x42; +this.STK_CMD_SEND_DATA = 0x43; // STK Result code. // TS 11.14, clause 12.12