Tech-invite3GPPspaceIETFspace
21222324252627282931323334353637384‑5x

Content for  TS 29.571  Word version:  19.4.0

Top   Top   Up   Prev   Next
1…   5…   5.3…   5.4…   5.5…   5.6…   5.7…   5.8…   5.9…   5.10…   5.11…   5.12…   A…

 

5.10  Data Types related to Time Synchronization |R18|p. 161

5.10.1  Introductionp. 161

This clause defines common data types related to Time Synchronization.

5.10.2  Simple Data Typesp. 161

This clause specifies common simple data types.
Type Name Type Definition Description
n/a

5.10.3  Enumerationsp. 162

5.10.3.1  Enumeration: SynchronizationStatep. 162

Enumeration value Description
"LOCKED"Locked, see TS 23.501
"HOLDOVER"Holdover, see TS 23.501
"FREERUN"Freerun, see TS 23.501
Up

5.10.3.2  Enumeration: TimeSourcep. 162

Enumeration value Description
"SYNC_E"SyncE, see TS 23.501
"PTP"PTP, see TS 23.501
"GNSS"GNSS, see TS 23.501
"ATOMIC_CLOCK"atomic clock, see TS 23.501
"TERRESTRIAL_RADIO"terrestrial radio, see TS 23.501
"SERIAL_TIME_CODE"serial time code, see TS 23.501
"NTP"NTP, see TS 23.501
"HAND_SET"hand_set, see TS 23.501
"OTHER"other, see TS 23.501
Up

5.10.3.3  Enumeration: ClockQualityDetailLevelp. 162

Enumeration value Description
"CLOCK_QUALITY_METRICS"Clock Quality Metrics are to be provided to the UE
"ACCEPT_INDICATION"Acceptable/not acceptable indication is to be provided to the UE

5.10.3.4  Enumeration: ClockQualityDetailLevelRmp. 162

This enumeration is defined in the same way as the "ClockQualityDetailLevel" enumeration, but with the OpenAPI "nullable: true" property.

5.10.4  Structured Data Typesp. 162

5.10.4.1  Type: ClockQualityAcceptanceCriterionp. 162

Attribute name Data type P Cardina­lity Description
synchronizationStatearray(SynchronizationState)O1..N Indicates the state of the node synchronization, represented by the values "LOCKED", "HOLDOVER", or "FREERUN"
clockQualityClockQualityO0..1Clock Quality
parentTimeSourcearray(TimeSource)O1..NParent Time Source.
Up

5.10.4.1A  Type: ClockQualityAcceptanceCriterionRmp. 163

Describes the modifications to the "ClockQualityAcceptanceCriterion" data type. This data type is defined in the same way as the "ClockQualityAcceptanceCriterion" data type, but:
  • with the OpenAPI "nullable: true" property;
  • the removable attributes "clockQuality" with the removable data types "ClockQualityRm"
  • the removalble attributes "synchronizationState" and "parentTimeSource" with the OpenAPI "nullable: true" property.
Attribute name Data type P Cardina­lity Description
synchronizationStatearray(SynchronizationState)O1..N Indicates the state of the node synchronization, represented by the values "LOCKED", "HOLDOVER", or "FREERUN"
(NOTE)
clockQualityClockQualityRmO0..1Clock Quality
parentTimeSourcearray(TimeSource)O1..NParent Time Source
(NOTE)
NOTE:
The attribute may be removed and need to be defined as nullable:true in the openAPI file.
Up

5.10.4.2  Type: ClockQualityp. 163

Attribute name Data type P Cardina­lity Description
traceabilityToGnssbooleanO0..1true indicates yes
false indicates no"
traceabilityToUtcbooleanO0..1true indicates yes
false indicates no
frequencyStabilityUint16O0..1see TS 23.501
clockAccuracyIndexstringO0..1 string of two hexadecimal digits; see Table 5 of IEEE Std 1588 [51].
clockAccuracyValueintegerO0..1Indicates the absolute clock accuracy value. Unit in 25ns.
Min: 1
Max: 40000000
Up

5.10.4.2A  Type: ClockQualityRmp. 163

Describes the modifications to the "ClockQuality" data type. This data type is defined in the same way as the "ClockQuality" data type, but:
  • with the OpenAPI "nullable: true" property;
  • the removable attribute "frequencyStability" with the removable data types "Uint16Rm"
  • the removalble attributes "clockAccuracyValue" and "clockAccuracyIndex" with the OpenAPI "nullable: true" property.
Attribute name Data type P Cardina­lity Description
traceabilityToGnssbooleanO0..1true indicates yes
false indicates no
traceabilityToUtcbooleanO0..1true indicates yes
false indicates no
frequencyStabilityUint16RmO0..1see TS 23.501
clockAccuracyIndexstringO0..1 string of two hexadecimal digits; see Table 5 of IEEE Std 1588 [51].
(NOTE)
clockAccuracyValueintegerO0..1Indicates the absolute clock accuracy value. Unit in 25ns.
Min: 1
Max: 40000000
(NOTE)
NOTE:
The attribute may be removed and need to be defined as nullable:true in the openAPI file.
Up

Up   Top   ToC