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

Commit fa068943 authored by bansalv's avatar bansalv Committed by John Huang
Browse files

PLMN10 PWS test fails for Taiwan region certification

Solution: Need to add channel 4383 in SmsCbConstants.java and sam should be 
handle in Cell Broadcast Application.

Bug: 17886894
parent 07de07dc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -96,6 +96,9 @@ public class SmsCbConstants {
    /** CMAS Message Identifier for operator defined use. */
    public static final int MESSAGE_ID_CMAS_ALERT_OPERATOR_DEFINED_USE      = 0x111E;

    /** CMAS Message Identifier for Presidential Level alerts for Additional Languages. */
    public static final int MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVEL_LANGUAGE = 0x111F;

    /** End of CMAS Message Identifier range (including future extensions). */
    public static final int MESSAGE_ID_CMAS_LAST_IDENTIFIER                 = 0x112F;