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

Commit 5b6d171e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add dtmSupported into 1.6 HAL for 2G network" into sc-dev am: cd079c25

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I172c0c2bc67d796ceae0562c03bdb91791cb9ea2
parents d3aa41cc cd079c25
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -744,6 +744,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;
};