blob: dbaf2ec390405eb8e60f8e0bdc5d3da9e7daf61b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- 3GPP TS 38.331 V17.5.0 (2023-06)
NR-Sidelink-DiscoveryMessage DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
CellAccessRelatedInfo,
SL-ServingCellInfo-r17
FROM NR-RRC-Definitions;
SL-AccessInfo-L2U2N-r17 ::= SEQUENCE {
cellAccessRelatedInfo-r17 CellAccessRelatedInfo,
sl-ServingCellInfo-r17 SL-ServingCellInfo-r17,
...
}
END
|