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

Commit ef9b9325 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 am: c1f27e92

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iaa709d812aa3d3d814533ad18037685ce2574e88
parents b04e97d5 c1f27e92
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;
};