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

Commit fb3fa529 authored by Zoey Chen's avatar Zoey Chen
Browse files

Add dtmSupported into 1.6 HAL for 2G network

Bug: 178328574
Test: make, VTS
Change-Id: Iba230acda8302df90e77d93701d9b0ba74196fc0
Merged-In: Iba230acda8302df90e77d93701d9b0ba74196fc0
parent 37126523
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;
};