diff options
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; |