mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Add dtmSupported into 1.6 HAL for 2G network" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cd079c256f
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user