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

Commit 5bb65847 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Stage OEM_PAID and OEM_PRIVATE ApnTypes

Bug: 366194627
Test: m
Change-Id: I8d7b4b5c10c4caec923592597ae1709b6e277a7a
Merged-In: I8d7b4b5c10c4caec923592597ae1709b6e277a7a
parent 50297cce
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -90,5 +90,17 @@ enum ApnTypes {
    /**
     * 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,
}