Merge "Add constant for PhysicalChannelConfig UNSOL"

am: 6ca9d3d97e

Change-Id: Iede552d63ec1ee1285f6e60ca1da11f20477cf2e
This commit is contained in:
Eric Schwarzenbach
2018-05-16 19:42:41 -07:00
committed by android-build-merger

View 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;
}