2 -- 3GPP TS 36.413 V10.3.0 (2011-09)
3 -- B.2 ASN.1 definition
4 -- **************************************************************
6 -- IE definitions for the SON Transfer application
7 -- The IEs in this ASN.1 module shall be defined and encoded
8 -- using the same rules as applicable for the S1AP-IEs module.
10 -- **************************************************************
14 DEFINITIONS AUTOMATIC TAGS ::=
19 -- Generic IEs for the SON Transfer application
22 SONtransferApplicationIdentity ::= ENUMERATED {
25 multi-cell-load-reporting,
26 event-triggered-cell-load-reporting,
30 SONtransferRequestContainer ::= CHOICE{
31 cellLoadReporting NULL,
33 multiCellLoadReporting MultiCellLoadReportingRequest,
34 eventTriggeredCellLoadReporting EventTriggeredCellLoadReportingRequest,
38 SONtransferResponseContainer ::= CHOICE{
39 cellLoadReporting CellLoadReportingResponse,
41 multiCellLoadReporting MultiCellLoadReportingResponse,
42 eventTriggeredCellLoadReporting EventTriggeredCellLoadReportingResponse,
46 SONtransferCause ::= CHOICE {
47 cellLoadReporting CellLoadReportingCause,
49 multiCellLoadReporting CellLoadReportingCause,
50 eventTriggeredCellLoadReporting CellLoadReportingCause,
51 hOReporting HOReportingCause
55 CellLoadReportingCause ::= ENUMERATED {
56 application-container-syntax-error,
57 inconsistent-reporting-cell-identifier,
62 HOReportingCause ::= ENUMERATED {
63 application-container-syntax-error,
64 inconsistent-reporting-cell-identifier,
70 -- IEs for Cell Load Reporting application
73 CellLoadReportingResponse::= CHOICE{
74 eUTRAN EUTRANcellLoadReportingResponse,
80 CompositeAvailableCapacityGroup ::= OCTET STRING
82 EUTRANcellLoadReportingResponse ::= SEQUENCE {
83 compositeAvailableCapacityGroup CompositeAvailableCapacityGroup,
88 -- IEs for Multi-Cell Load Reporting application
91 --- WS Allready in S1AP
92 --- EUTRAN-CGI ::= OCTET STRING
94 IRAT-Cell-ID ::= CHOICE{
101 RequestedCellList ::= SEQUENCE (SIZE(1.. maxIRATReportingCells)) OF IRAT-Cell-ID
103 MultiCellLoadReportingRequest::= SEQUENCE {
104 requestedCellList RequestedCellList,
108 ReportingCellList-Item ::= SEQUENCE {
109 cell-ID IRAT-Cell-ID,
113 ReportingCellList ::= SEQUENCE (SIZE(1.. maxIRATReportingCells)) OF ReportingCellList-Item
115 MultiCellLoadReportingResponse ::= SEQUENCE {
116 reportingCellList ReportingCellList,
117 cellLoadReportingResponse CellLoadReportingResponse,
123 -- IEs for Event-triggered Cell Load Reporting application
126 NumberOfMeasurementReportingLevels ::= ENUMERATED {
135 EventTriggeredCellLoadReportingRequest ::= SEQUENCE {
136 numberOfMeasurementReportingLevels NumberOfMeasurementReportingLevels,
140 OverloadFlag ::= ENUMERATED {
145 EventTriggeredCellLoadReportingResponse ::= SEQUENCE {
146 cellLoadReportingResponse CellLoadReportingResponse,
147 overloadFlag OverloadFlag OPTIONAL,
152 -- IEs for HO Reporting application
157 HOReport::= SEQUENCE {
159 hoReportType HoReportType,
160 hosourceID IRAT-Cell-ID,
161 hoTargetID IRAT-Cell-ID,
162 candidateCellList CandidateCellList,
166 HoType ::= ENUMERATED {
172 HoReportType ::= ENUMERATED {
173 unnecessaryhotoanotherrat,
177 maxnoofcandidateCells INTEGER ::= 16
179 CandidateCellList ::= SEQUENCE (SIZE(1..maxnoofcandidateCells)) OF IRAT-Cell-ID
181 -- **************************************************************
185 -- **************************************************************
187 maxIRATReportingCells INTEGER ::= 128 -- Value is FFS