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

Commit e06cd0c3 authored by Kai Shi's avatar Kai Shi
Browse files

Add a new constant for the NR SA MMWAVE case.

Test: manual
Test: FrameworksTelephonyTests:com.android.internal.telephony
Bug: 176814680
Change-Id: I340c3a5d48c2ed870bfeb2bd5e80f7da1915a008
parent 74882cf5
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";
}