Adding new comments for Oran in all files with licenses
[ric-plt/resource-status-manager.git] / RSM / 3rdparty / asn1codec / e2ap_engine / Subscription-Based-UE-DifferentiationInfo.h
1 /*
2  * Copyright 2019 AT&T Intellectual Property
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *      http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 /*
18  * This source code is part of the near-RT RIC (RAN Intelligent Controller)
19  * platform project (RICP).
20  */
21
22
23
24 /*
25  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
26  * From ASN.1 module "X2AP-IEs"
27  *      found in "../../asnFiles/X2AP-IEs.asn"
28  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
29  */
30
31 #ifndef _Subscription_Based_UE_DifferentiationInfo_H_
32 #define _Subscription_Based_UE_DifferentiationInfo_H_
33
34
35 #include "asn_application.h"
36
37 /* Including external dependencies */
38 #include "NativeEnumerated.h"
39 #include "NativeInteger.h"
40 #include "constr_SEQUENCE.h"
41
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45
46 /* Dependencies */
47 typedef enum Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator {
48         Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_periodically  = 0,
49         Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_ondemand      = 1
50         /*
51          * Enumeration is extensible
52          */
53 } e_Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator;
54 typedef enum Subscription_Based_UE_DifferentiationInfo__stationaryIndication {
55         Subscription_Based_UE_DifferentiationInfo__stationaryIndication_stationary      = 0,
56         Subscription_Based_UE_DifferentiationInfo__stationaryIndication_mobile  = 1
57         /*
58          * Enumeration is extensible
59          */
60 } e_Subscription_Based_UE_DifferentiationInfo__stationaryIndication;
61 typedef enum Subscription_Based_UE_DifferentiationInfo__trafficProfile {
62         Subscription_Based_UE_DifferentiationInfo__trafficProfile_single_packet = 0,
63         Subscription_Based_UE_DifferentiationInfo__trafficProfile_dual_packets  = 1,
64         Subscription_Based_UE_DifferentiationInfo__trafficProfile_multiple_packets      = 2
65         /*
66          * Enumeration is extensible
67          */
68 } e_Subscription_Based_UE_DifferentiationInfo__trafficProfile;
69 typedef enum Subscription_Based_UE_DifferentiationInfo__batteryIndication {
70         Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered    = 0,
71         Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered_not_rechargeable_or_replaceable    = 1,
72         Subscription_Based_UE_DifferentiationInfo__batteryIndication_not_battery_powered        = 2
73         /*
74          * Enumeration is extensible
75          */
76 } e_Subscription_Based_UE_DifferentiationInfo__batteryIndication;
77
78 /* Forward declarations */
79 struct ScheduledCommunicationTime;
80 struct ProtocolExtensionContainer;
81
82 /* Subscription-Based-UE-DifferentiationInfo */
83 typedef struct Subscription_Based_UE_DifferentiationInfo {
84         long    *periodicCommunicationIndicator;        /* OPTIONAL */
85         long    *periodicTime;  /* OPTIONAL */
86         struct ScheduledCommunicationTime       *scheduledCommunicationTime;    /* OPTIONAL */
87         long    *stationaryIndication;  /* OPTIONAL */
88         long    *trafficProfile;        /* OPTIONAL */
89         long    *batteryIndication;     /* OPTIONAL */
90         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
91         /*
92          * This type is extensible,
93          * possible extensions are below.
94          */
95         
96         /* Context for parsing across buffer boundaries */
97         asn_struct_ctx_t _asn_ctx;
98 } Subscription_Based_UE_DifferentiationInfo_t;
99
100 /* Implementation */
101 /* extern asn_TYPE_descriptor_t asn_DEF_periodicCommunicationIndicator_2;       // (Use -fall-defs-global to expose) */
102 /* extern asn_TYPE_descriptor_t asn_DEF_stationaryIndication_8; // (Use -fall-defs-global to expose) */
103 /* extern asn_TYPE_descriptor_t asn_DEF_trafficProfile_12;      // (Use -fall-defs-global to expose) */
104 /* extern asn_TYPE_descriptor_t asn_DEF_batteryIndication_17;   // (Use -fall-defs-global to expose) */
105 extern asn_TYPE_descriptor_t asn_DEF_Subscription_Based_UE_DifferentiationInfo;
106 extern asn_SEQUENCE_specifics_t asn_SPC_Subscription_Based_UE_DifferentiationInfo_specs_1;
107 extern asn_TYPE_member_t asn_MBR_Subscription_Based_UE_DifferentiationInfo_1[7];
108
109 #ifdef __cplusplus
110 }
111 #endif
112
113 #endif  /* _Subscription_Based_UE_DifferentiationInfo_H_ */
114 #include "asn_internal.h"