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