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

Commit c9f96b6e authored by Kai Shi's avatar Kai Shi Committed by Android (Google) Code Review
Browse files

Merge "Add a new constant for the NR SA MMWAVE case." into sc-dev

parents 589e3ca0 e06cd0c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,4 +130,5 @@ public class DctConstants {
    public static final String RAT_NAME_LTE = "LTE";
    public static final String RAT_NAME_NR_NSA = "NR_NSA";
    public static final String RAT_NAME_NR_NSA_MMWAVE = "NR_NSA_MMWAVE";
    public static final String RAT_NAME_NR_SA_MMWAVE = "NR_MMWAVE";
}