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

This commit is contained in:
TreeHugger Robot
2021-02-04 16:12:24 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
};