commit | fb3fa529b2dc5db09d7fe37a5708457395035823 | [log] [tgz] |
---|---|---|
author | Zoey Chen <zoeychen@google.com> | Mon Feb 01 21:16:31 2021 +0800 |
committer | Zoey Chen <zoeychen@google.com> | Fri Feb 05 11:46:02 2021 +0800 |
tree | 5028686d598b341e2242dc6c1b214bec9bcbfb95 | |
parent | 371265231c362e62a5e9650af0574452823ea530 [diff] |
Add dtmSupported into 1.6 HAL for 2G network Bug: 178328574 Test: make, VTS Change-Id: Iba230acda8302df90e77d93701d9b0ba74196fc0 Merged-In: Iba230acda8302df90e77d93701d9b0ba74196fc0
diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 8e1033b..8560b3d 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal
@@ -732,6 +732,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; };