Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions docs/xml/Android.Telephony.Data/NetworkSliceServiceType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Network slice service types defined by <c>NetworkSliceInfo</c>.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/telephony/data/NetworkSliceInfo" title="Reference documentation">Java documentation for <code>android.telephony.data.NetworkSliceInfo</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="Embb">
Expand Down Expand Up @@ -40,7 +51,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Slice suitable for the handling of 5G enhanced Mobile Broadband.</summary>
</Docs>
</Member>
<Member MemberName="Miot">
Expand Down Expand Up @@ -68,7 +79,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Slice suitable for the handling of massive IoT.</summary>
</Docs>
</Member>
<Member MemberName="None">
Expand Down Expand Up @@ -96,7 +107,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Indicates that the service type is not present.</summary>
</Docs>
</Member>
<Member MemberName="Urllc">
Expand Down Expand Up @@ -124,7 +135,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Slice suitable for the handling of ultra-reliable low latency communications.</summary>
</Docs>
</Member>
</Members>
Expand Down
21 changes: 16 additions & 5 deletions docs/xml/Android.Telephony.Data/RouteSelectionSessionType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Session types for route selection descriptors.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/telephony/data/RouteSelectionDescriptor" title="Reference documentation">Java documentation for <code>android.telephony.data.RouteSelectionDescriptor</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="Ipv4">
Expand Down Expand Up @@ -40,7 +51,7 @@
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is for the session with IPv4 type.</summary>
</Docs>
</Member>
<Member MemberName="Ipv4v6">
Expand Down Expand Up @@ -68,7 +79,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is for the session with both IPv4 and IPv6 types.</summary>
</Docs>
</Member>
<Member MemberName="Ipv6">
Expand Down Expand Up @@ -96,7 +107,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is for the session with IPv6 type.</summary>
</Docs>
</Member>
</Members>
Expand Down
21 changes: 16 additions & 5 deletions docs/xml/Android.Telephony.Data/RouteSelectionSscMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<summary>Session and Service Continuity (SSC) modes for route selection descriptors.</summary>
<remarks>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/telephony/data/RouteSelectionDescriptor" title="Reference documentation">Java documentation for <code>android.telephony.data.RouteSelectionDescriptor</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
<Members>
<Member MemberName="Mode1">
Expand Down Expand Up @@ -40,7 +51,7 @@
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is using SSC mode 1. The session will provide continual support when UE's location is updated.</summary>
</Docs>
</Member>
<Member MemberName="Mode2">
Expand Down Expand Up @@ -68,7 +79,7 @@
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is using SSC mode 2. The new session for the same network will be established after releasing the old session when UE's location is updated.</summary>
</Docs>
</Member>
<Member MemberName="Mode3">
Expand Down Expand Up @@ -96,7 +107,7 @@
</ReturnValue>
<MemberValue>3</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>The route selection descriptor is using SSC mode 3. The new session for the same network is allowed to be established before releasing the old session when UE's location is updated.</summary>
</Docs>
</Member>
</Members>
Expand Down