diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 8e1033b598..8560b3d90f 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal @@ -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; };