Merge "move the fields in RouteSelectionDescriptorParams to RouteSelectionDescriptor" into sc-dev am: 977c1dcfe9

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/13708429

Change-Id: I54992a61ce48ad327811abfeee4be91e6c56dfb0
diff --git a/radio/1.6/types.hal b/radio/1.6/types.hal
index 95eba69..f2c0e76 100644
--- a/radio/1.6/types.hal
+++ b/radio/1.6/types.hal
@@ -1027,18 +1027,6 @@
      */
     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;