diff options
author | Amit Mahajan <amitmahajan@google.com> | 2021-03-18 19:55:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-18 19:55:52 +0000 |
commit | afb77c6f8315d5591fb5972d9191c978d84ad91e (patch) | |
tree | f2af169c33f4f04ff96007d4d3dc131362201277 | |
parent | 411f31c83b31db5e691276bc907c213aaa8017e9 (diff) | |
parent | 51937be77830010f376a10b89e1c12a463de6992 (diff) |
Merge "Clarifying documentation for SliceInfo per API council feedback."
-rw-r--r-- | telephony/java/android/telephony/data/SliceInfo.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/data/SliceInfo.java b/telephony/java/android/telephony/data/SliceInfo.java index 51857a7b4908..609d1112d5b4 100644 --- a/telephony/java/android/telephony/data/SliceInfo.java +++ b/telephony/java/android/telephony/data/SliceInfo.java @@ -29,7 +29,12 @@ import java.lang.annotation.RetentionPolicy; import java.util.Objects; /** - * Represents a S-NSSAI as defined in 3GPP TS 24.501. + * Represents a S-NSSAI as defined in 3GPP TS 24.501, which represents a network slice. + * + * There are 2 main fields that define a slice, SliceServiceType and SliceDifferentiator. + * SliceServiceType defines the type of service provided by the slice, and SliceDifferentiator is + * used to differentiate between multiple slices of the same type. If the devices is not on HPLMN, + * the mappedHplmn versions of these 2 fields indicate the corresponding values in HPLMN. * * @hide */ |