epan/dissectors/pidl/ C99 drsuapi
[wireshark-sm.git] / epan / dissectors / asn1 / nr-rrc / NR-Sidelink-DiscoveryMessage.asn
blob4bbe162b9466bdcd6665dfc1e362c456973c2f9e
1 -- 3GPP TS 38.331 V18.3.0 (2024-09)
3 NR-Sidelink-DiscoveryMessage DEFINITIONS AUTOMATIC TAGS ::=
5 BEGIN
6 IMPORTS
7     CellAccessRelatedInfo,
8     SL-ServingCellInfo-r17,
9     SL-RelayIndicationMP-r18
10 FROM NR-RRC-Definitions;
12 SL-AccessInfo-L2U2N-r17 ::=             SEQUENCE {
13     cellAccessRelatedInfo-r17               CellAccessRelatedInfo,
14     sl-ServingCellInfo-r17                  SL-ServingCellInfo-r17,
15     ...,
16     [[
17     sl-RelayIndication-r18                  SL-RelayIndicationMP-r18                  OPTIONAL
18     ]]
21 END