-- 3GPP TS 37.355 V17.5.0 (2023-06) LPP-Broadcast-Definitions DEFINITIONS AUTOMATIC TAGS ::= BEGIN IMPORTS OTDOA-ReferenceCellInfo, OTDOA-NeighbourCellInfoList, NR-TRP-LocationInfo-r16, NR-DL-PRS-BeamInfo-r16, NR-RTD-Info-r16 FROM LPP-PDU-Definitions; AssistanceDataSIBelement-r15 ::= SEQUENCE { valueTag-r15 INTEGER (0..63) OPTIONAL, -- Need OP expirationTime-r15 UTCTime OPTIONAL, -- Need OP cipheringKeyData-r15 CipheringKeyData-r15 OPTIONAL, -- Need OP segmentationInfo-r15 SegmentationInfo-r15 OPTIONAL, -- Need OP assistanceDataElement-r15 OCTET STRING, ... } CipheringKeyData-r15 ::= SEQUENCE { cipherSetID-r15 INTEGER (0..65535), d0-r15 BIT STRING (SIZE (1..128)), ... } SegmentationInfo-r15 ::= SEQUENCE { segmentationOption-r15 ENUMERATED {pseudo-seg, octet-string-seg}, assistanceDataSegmentType-r15 ENUMERATED {notLastSegment, lastSegment}, assistanceDataSegmentNumber-r15 INTEGER (0..63), ... } OTDOA-UE-Assisted-r15 ::= SEQUENCE { otdoa-ReferenceCellInfo-r15 OTDOA-ReferenceCellInfo, otdoa-NeighbourCellInfo-r15 OTDOA-NeighbourCellInfoList, ... } NR-UEB-TRP-LocationData-r16 ::= SEQUENCE { nr-trp-LocationInfo-r16 NR-TRP-LocationInfo-r16, nr-dl-prs-BeamInfo-r16 NR-DL-PRS-BeamInfo-r16 OPTIONAL, -- Need ON ... } NR-UEB-TRP-RTD-Info-r16 ::= SEQUENCE { nr-rtd-Info-r16 NR-RTD-Info-r16, ... } END