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

Commit cd079c25 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 5cf2c6ca eb393946
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;
};