Sync from Azure to LF
[ric-plt/resource-status-manager.git] / RSM / asn1codec / e2ap_engine / Subscription-Based-UE-DifferentiationInfo.h
1 /*
2  *
3  * Copyright 2019 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 /*
21  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
22  * From ASN.1 module "X2AP-IEs"
23  *      found in "../../asnFiles/X2AP-IEs.asn"
24  *      `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
25  */
26
27 #ifndef _Subscription_Based_UE_DifferentiationInfo_H_
28 #define _Subscription_Based_UE_DifferentiationInfo_H_
29
30
31 #include "asn_application.h"
32
33 /* Including external dependencies */
34 #include "NativeEnumerated.h"
35 #include "NativeInteger.h"
36 #include "constr_SEQUENCE.h"
37
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41
42 /* Dependencies */
43 typedef enum Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator {
44         Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_periodically  = 0,
45         Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_ondemand      = 1
46         /*
47          * Enumeration is extensible
48          */
49 } e_Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator;
50 typedef enum Subscription_Based_UE_DifferentiationInfo__stationaryIndication {
51         Subscription_Based_UE_DifferentiationInfo__stationaryIndication_stationary      = 0,
52         Subscription_Based_UE_DifferentiationInfo__stationaryIndication_mobile  = 1
53         /*
54          * Enumeration is extensible
55          */
56 } e_Subscription_Based_UE_DifferentiationInfo__stationaryIndication;
57 typedef enum Subscription_Based_UE_DifferentiationInfo__trafficProfile {
58         Subscription_Based_UE_DifferentiationInfo__trafficProfile_single_packet = 0,
59         Subscription_Based_UE_DifferentiationInfo__trafficProfile_dual_packets  = 1,
60         Subscription_Based_UE_DifferentiationInfo__trafficProfile_multiple_packets      = 2
61         /*
62          * Enumeration is extensible
63          */
64 } e_Subscription_Based_UE_DifferentiationInfo__trafficProfile;
65 typedef enum Subscription_Based_UE_DifferentiationInfo__batteryIndication {
66         Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered    = 0,
67         Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered_not_rechargeable_or_replaceable    = 1,
68         Subscription_Based_UE_DifferentiationInfo__batteryIndication_not_battery_powered        = 2
69         /*
70          * Enumeration is extensible
71          */
72 } e_Subscription_Based_UE_DifferentiationInfo__batteryIndication;
73
74 /* Forward declarations */
75 struct ScheduledCommunicationTime;
76 struct ProtocolExtensionContainer;
77
78 /* Subscription-Based-UE-DifferentiationInfo */
79 typedef struct Subscription_Based_UE_DifferentiationInfo {
80         long    *periodicCommunicationIndicator;        /* OPTIONAL */
81         long    *periodicTime;  /* OPTIONAL */
82         struct ScheduledCommunicationTime       *scheduledCommunicationTime;    /* OPTIONAL */
83         long    *stationaryIndication;  /* OPTIONAL */
84         long    *trafficProfile;        /* OPTIONAL */
85         long    *batteryIndication;     /* OPTIONAL */
86         struct ProtocolExtensionContainer       *iE_Extensions; /* OPTIONAL */
87         /*
88          * This type is extensible,
89          * possible extensions are below.
90          */
91         
92         /* Context for parsing across buffer boundaries */
93         asn_struct_ctx_t _asn_ctx;
94 } Subscription_Based_UE_DifferentiationInfo_t;
95
96 /* Implementation */
97 /* extern asn_TYPE_descriptor_t asn_DEF_periodicCommunicationIndicator_2;       // (Use -fall-defs-global to expose) */
98 /* extern asn_TYPE_descriptor_t asn_DEF_stationaryIndication_8; // (Use -fall-defs-global to expose) */
99 /* extern asn_TYPE_descriptor_t asn_DEF_trafficProfile_12;      // (Use -fall-defs-global to expose) */
100 /* extern asn_TYPE_descriptor_t asn_DEF_batteryIndication_17;   // (Use -fall-defs-global to expose) */
101 extern asn_TYPE_descriptor_t asn_DEF_Subscription_Based_UE_DifferentiationInfo;
102 extern asn_SEQUENCE_specifics_t asn_SPC_Subscription_Based_UE_DifferentiationInfo_specs_1;
103 extern asn_TYPE_member_t asn_MBR_Subscription_Based_UE_DifferentiationInfo_1[7];
104
105 #ifdef __cplusplus
106 }
107 #endif
108
109 #endif  /* _Subscription_Based_UE_DifferentiationInfo_H_ */
110 #include "asn_internal.h"