Stage OEM_PAID and OEM_PRIVATE ApnTypes am: 5bb658478d

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3312331

Change-Id: Ia052cbf8dfc4982ebc39d660435e2b33d246b182
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tomasz Wasilczyk
2024-10-23 16:22:33 +00:00
committed by Automerger Merge Worker

View File

@@ -90,5 +90,17 @@ enum ApnTypes {
/** /**
* APN type for RCS (Rich Communication Services) * APN type for RCS (Rich Communication Services)
*/ */
RCS = 1 << 15 RCS = 1 << 15,
/**
* APN type for OEM_PAID networks (Automotive PANS)
*/
// TODO(b/366194627): enable once HAL unfreezes
// OEM_PAID = 1 << 16,
/**
* APN type for OEM_PRIVATE networks (Automotive PANS)
*/
// TODO(b/366194627): enable once HAL unfreezes
// OEM_PRIVATE = 1 << 17,
} }