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

Commit c1f27e92 authored by Zoey Chen's avatar Zoey Chen Committed by Automerger Merge Worker
Browse files

Add dtmSupported into 1.6 HAL for 2G network am: fb3fa529

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I89df521daad0b4158a192d115dbd8e2382d775b3
parents 9af4be55 fb3fa529
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -732,6 +732,14 @@ struct RegStateResult {
             */
            NrVopsInfo nrVopsInfo;
        } ngranInfo;

        struct GeranRegistrationInfo {
            /**
             * True if the dual transfer mode is supported.
             * Refer to 3GPP TS 44.108 section 3.4.25.3
             */
            bool dtmSupported;
        } geranInfo;
    } accessTechnologySpecificInfo;
};