OSDN Git Service

Add constant for PhysicalChannelConfig UNSOL
authorEric Schwarzenbach <easchwar@google.com>
Tue, 15 May 2018 19:53:53 +0000 (12:53 -0700)
committerEric Schwarzenbach <easchwar@google.com>
Tue, 15 May 2018 22:18:52 +0000 (15:18 -0700)
Bug: 78791811
Test: compilation

Change-Id: I48404342daaaf74d81386aa64cac99ae1a5dfa8b

telephony/java/com/android/internal/telephony/RILConstants.java

index d25fd3f..49fbd8f 100644 (file)
@@ -477,4 +477,5 @@ cat include/telephony/ril.h | \
     int RIL_UNSOL_NETWORK_SCAN_RESULT = 1049;
     int RIL_UNSOL_ICC_SLOT_STATUS = 1050;
     int RIL_UNSOL_KEEPALIVE_STATUS = 1051;
+    int RIL_UNSOL_PHYSICAL_CHANNEL_CONFIG = 1052;
 }