commit | cd079c256fb002f83bb3e192529cbe23bd2cc5f1 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Feb 04 16:12:24 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Feb 04 16:12:24 2021 +0000 |
tree | 1e54683f130d5b4891a5295663f03b9c35e4b7a7 | |
parent | 5cf2c6caf68b8e774cff70e8d80b94b79f2fc7f2 [diff] | |
parent | eb3939467a27aad2232286e11ce3d127b9d45973 [diff] |
Merge "Add dtmSupported into 1.6 HAL for 2G network" into sc-dev
diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index a6de033..c02a43f 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal
@@ -744,6 +744,14 @@ */ 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; };