Peter Szilagyi | fbc56f9 | 2019-07-23 19:29:46 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) |
| 3 | * From ASN.1 module "X2AP-IEs" |
| 4 | * found in "Spec/e2ap-v031ex.asn" |
| 5 | * `asn1c -fcompound-names -fno-include-deps -findirect-choice -gen-PER` |
| 6 | */ |
| 7 | |
| 8 | #ifndef _Subscription_Based_UE_DifferentiationInfo_H_ |
| 9 | #define _Subscription_Based_UE_DifferentiationInfo_H_ |
| 10 | |
| 11 | |
| 12 | #include <asn_application.h> |
| 13 | |
| 14 | /* Including external dependencies */ |
| 15 | #include <NativeEnumerated.h> |
| 16 | #include <NativeInteger.h> |
| 17 | #include <constr_SEQUENCE.h> |
| 18 | |
| 19 | #ifdef __cplusplus |
| 20 | extern "C" { |
| 21 | #endif |
| 22 | |
| 23 | /* Dependencies */ |
| 24 | typedef enum Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator { |
| 25 | Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_periodically = 0, |
| 26 | Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator_ondemand = 1 |
| 27 | /* |
| 28 | * Enumeration is extensible |
| 29 | */ |
| 30 | } e_Subscription_Based_UE_DifferentiationInfo__periodicCommunicationIndicator; |
| 31 | typedef enum Subscription_Based_UE_DifferentiationInfo__stationaryIndication { |
| 32 | Subscription_Based_UE_DifferentiationInfo__stationaryIndication_stationary = 0, |
| 33 | Subscription_Based_UE_DifferentiationInfo__stationaryIndication_mobile = 1 |
| 34 | /* |
| 35 | * Enumeration is extensible |
| 36 | */ |
| 37 | } e_Subscription_Based_UE_DifferentiationInfo__stationaryIndication; |
| 38 | typedef enum Subscription_Based_UE_DifferentiationInfo__trafficProfile { |
| 39 | Subscription_Based_UE_DifferentiationInfo__trafficProfile_single_packet = 0, |
| 40 | Subscription_Based_UE_DifferentiationInfo__trafficProfile_dual_packets = 1, |
| 41 | Subscription_Based_UE_DifferentiationInfo__trafficProfile_multiple_packets = 2 |
| 42 | /* |
| 43 | * Enumeration is extensible |
| 44 | */ |
| 45 | } e_Subscription_Based_UE_DifferentiationInfo__trafficProfile; |
| 46 | typedef enum Subscription_Based_UE_DifferentiationInfo__batteryIndication { |
| 47 | Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered = 0, |
| 48 | Subscription_Based_UE_DifferentiationInfo__batteryIndication_battery_powered_not_rechargeable_or_replaceable = 1, |
| 49 | Subscription_Based_UE_DifferentiationInfo__batteryIndication_not_battery_powered = 2 |
| 50 | /* |
| 51 | * Enumeration is extensible |
| 52 | */ |
| 53 | } e_Subscription_Based_UE_DifferentiationInfo__batteryIndication; |
| 54 | |
| 55 | /* Forward declarations */ |
| 56 | struct ScheduledCommunicationTime; |
| 57 | struct ProtocolExtensionContainer; |
| 58 | |
| 59 | /* Subscription-Based-UE-DifferentiationInfo */ |
| 60 | typedef struct Subscription_Based_UE_DifferentiationInfo { |
| 61 | long *periodicCommunicationIndicator; /* OPTIONAL */ |
| 62 | long *periodicTime; /* OPTIONAL */ |
| 63 | struct ScheduledCommunicationTime *scheduledCommunicationTime; /* OPTIONAL */ |
| 64 | long *stationaryIndication; /* OPTIONAL */ |
| 65 | long *trafficProfile; /* OPTIONAL */ |
| 66 | long *batteryIndication; /* OPTIONAL */ |
| 67 | struct ProtocolExtensionContainer *iE_Extensions; /* OPTIONAL */ |
| 68 | /* |
| 69 | * This type is extensible, |
| 70 | * possible extensions are below. |
| 71 | */ |
| 72 | |
| 73 | /* Context for parsing across buffer boundaries */ |
| 74 | asn_struct_ctx_t _asn_ctx; |
| 75 | } Subscription_Based_UE_DifferentiationInfo_t; |
| 76 | |
| 77 | /* Implementation */ |
| 78 | /* extern asn_TYPE_descriptor_t asn_DEF_periodicCommunicationIndicator_2; // (Use -fall-defs-global to expose) */ |
| 79 | /* extern asn_TYPE_descriptor_t asn_DEF_stationaryIndication_8; // (Use -fall-defs-global to expose) */ |
| 80 | /* extern asn_TYPE_descriptor_t asn_DEF_trafficProfile_12; // (Use -fall-defs-global to expose) */ |
| 81 | /* extern asn_TYPE_descriptor_t asn_DEF_batteryIndication_17; // (Use -fall-defs-global to expose) */ |
| 82 | extern asn_TYPE_descriptor_t asn_DEF_Subscription_Based_UE_DifferentiationInfo; |
| 83 | |
| 84 | #ifdef __cplusplus |
| 85 | } |
| 86 | #endif |
| 87 | |
| 88 | #endif /* _Subscription_Based_UE_DifferentiationInfo_H_ */ |
| 89 | #include <asn_internal.h> |