description:integer between and including 1 and 7 denoting a weekday. 1 shall indicate Monday, and the subsequent weekdays shall be indicated with the next higher numbers. 7 shall indicate Sunday.
TimeOfDay:
type:string
description:String with format partial-time or full-time as defined in clause 5.6 of IETF RFC 3339. Examples, 20:15:00, 20:15:00-08:00 (for 8 hours behind UTC).
# ENUMS:
StationaryIndication:
anyOf:
-type:string
enum:
-STATIONARY
-MOBILE
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- STATIONARY: Identifies the UE is stationary
- MOBILE: Identifies the UE is mobile
TrafficProfile:
anyOf:
-type:string
enum:
-SINGLE_TRANS_UL
-SINGLE_TRANS_DL
-DUAL_TRANS_UL_FIRST
-DUAL_TRANS_DL_FIRST
-MULTI_TRANS
-type:string
description:>
This string provides forward-compatibility with future
extensions to the enumeration but is not used to encode
content defined in the present version of this API.
description:>
Possible values are
- SINGLE_TRANS_UL: Uplink single packet transmission.
- SINGLE_TRANS_DL: Downlink single packet transmission.