push code back with legal issues fix
[ric-plt/e2mgr.git] / E2Manager / asn1codec / inc / x2setup_response_wrapper.h
1 /*
2  *
3  * Copyright 2019 AT&T Intellectual Property
4  * Copyright 2019 Nokia
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  *      http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  *
18  */
19
20 #ifndef INC_X2SETUP_RESPONSE_WRAPPER_H
21 #define INC_X2SETUP_RESPONSE_WRAPPER_H
22
23 #include <UnsuccessfulOutcome.h>
24 #include <SuccessfulOutcome.h>
25 #include <ServedNRcellsENDCX2ManagementList.h>
26 #include <FDD-InfoServedNRCell-Information.h>
27 #include <TDD-InfoServedNRCell-Information.h>
28 #include <FDD-InfoNeighbourServedNRCell-Information.h>
29 #include <TDD-InfoNeighbourServedNRCell-Information.h>
30 #include <NRNeighbour-Information.h>
31 #include <Neighbour-Information.h>
32 #include <FreqBandNrItem.h>
33 #include <SupportedSULFreqBandItem.h>
34 #include <SULInformation.h>
35 #include <TDD-Info.h>
36 #include <FDD-Info.h>
37 #include <MBSFN-Subframe-Info.h>
38 #include <AdditionalSpecialSubframe-Info.h>
39 #include <BandInfo.h>
40
41 #ifdef __cplusplus
42 extern "C"
43 {
44 #endif
45
46
47 #ifdef __cplusplus
48 }
49 #endif
50
51 #endif /* INC_X2SETUP_REQUEST_WRAPPER_H */