diff options
author | Amit Mahajan <amitmahajan@google.com> | 2021-03-17 10:48:14 -0700 |
---|---|---|
committer | Amit Mahajan <amitmahajan@google.com> | 2021-03-17 11:06:59 -0700 |
commit | 51937be77830010f376a10b89e1c12a463de6992 (patch) | |
tree | 4986bc77b8d72145698246ee4bb4a52f400ed4da /telephony/java/android | |
parent | 2ab1cc0facaeb18c82762f5e7546f8fee5931c90 (diff) |
Clarifying documentation for SliceInfo per API council feedback.
Test: none; documentation only change
Bug: 180125761
Change-Id: Ic26598802d0648e7a12ed0ec78c01afc1a72598f
Diffstat (limited to 'telephony/java/android')
-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 */ |