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

This commit is contained in:
Kai Shi
2021-04-03 00:59:51 +00:00
committed by Android (Google) Code Review

View File

@@ -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";
}