diff options
author | Hongbo Zeng <hongbozeng@google.com> | 2021-02-26 21:48:12 +0800 |
---|---|---|
committer | Sarah Chin <sarahchin@google.com> | 2021-09-07 10:40:26 -0700 |
commit | c39d782a958690dffa1ca65478a3870eddd13dff (patch) | |
tree | b0743d7da1e2540c8111b3890cef8ec44781ea71 /radio/1.6 | |
parent | 7218fea0ebe257834c342d3e90ca3c5d7f1ec5fb (diff) | |
download | platform_hardware_interfaces-c39d782a958690dffa1ca65478a3870eddd13dff.tar.gz platform_hardware_interfaces-c39d782a958690dffa1ca65478a3870eddd13dff.tar.bz2 platform_hardware_interfaces-c39d782a958690dffa1ca65478a3870eddd13dff.zip |
move the fields in RouteSelectionDescriptorParams to RouteSelectionDescriptor
Bug: 178075054
Test: full build pass
Change-Id: I283514bd63cb3ae7c37d8e3d4740e38f7e79a09e
Merged-In: I283514bd63cb3ae7c37d8e3d4740e38f7e79a09e
Diffstat (limited to 'radio/1.6')
-rw-r--r-- | radio/1.6/types.hal | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal index 4b75db5e1e..d026589da0 100644 --- a/radio/1.6/types.hal +++ b/radio/1.6/types.hal @@ -1024,18 +1024,6 @@ struct RouteSelectionDescriptor { */ uint8_t precedence; /** - * Parameters defining this RouteSelectionDescriptor. The length of the vector - * must be >= 1. - */ - vec<RouteSelectionDescriptorParams> routeSelectionDescriptorParams; -}; - -/** - * This struct represents a route selection descriptor. A valid struct must have - * at least one of the vectors non-empty. - */ -struct RouteSelectionDescriptorParams { - /** * Valid values are IP, IPV6 and IPV4V6. */ OptionalPdpProtocolType sessionType; |