Update release tag to 5.0.4
[ric-plt/e2.git] / RIC-E2-TERMINATION / 3rdparty / oranE2SM / pdu_collection.c
1 /*
2  *
3  * Copyright 2020 AT&T Intellectual Property
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *      http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18
19 /*
20  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
21  */
22
23 struct asn_TYPE_descriptor_s;   /* Forward declaration */
24
25 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_EventTriggerDefinition;
26 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_ActionDefinition;
27 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_IndicationHeader;
28 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_IndicationMessage;
29 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_ControlHeader;
30 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_ControlMessage;
31 extern struct asn_TYPE_descriptor_s asn_DEF_E2SM_gNB_NRT_RANfunction_Definition;
32 extern struct asn_TYPE_descriptor_s asn_DEF_RANparameter_Test;
33
34
35 struct asn_TYPE_descriptor_s *asn_pdu_collection[] = {
36         /* From module E2SM-gNB-NRT-IEs in ../asnTextFiles/e2sm-gNB-NRT-v401.asn */
37         &asn_DEF_E2SM_gNB_NRT_EventTriggerDefinition,   
38         &asn_DEF_E2SM_gNB_NRT_ActionDefinition, 
39         &asn_DEF_E2SM_gNB_NRT_IndicationHeader, 
40         &asn_DEF_E2SM_gNB_NRT_IndicationMessage,        
41         &asn_DEF_E2SM_gNB_NRT_ControlHeader,    
42         &asn_DEF_E2SM_gNB_NRT_ControlMessage,   
43         &asn_DEF_E2SM_gNB_NRT_RANfunction_Definition,   
44         &asn_DEF_RANparameter_Test,     
45         0
46 };
47