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