remark release date
[Net-Radio-Location-SUPL-Test.git] / asn1 / PS-SubscriberState.h
blob607fd914b3bc57da93d81397316a101daf3023e9
1 /*
2 * Generated by asn1c-0.9.23 (http://lionet.info/asn1c)
3 * From ASN.1 module "MAP-MS-DataTypes"
4 * found in "../asn1src/MAP-MS-DataTypes.asn"
5 * `asn1c -gen-PER -fskeletons-copy -fnative-types`
6 */
8 #ifndef _PS_SubscriberState_H_
9 #define _PS_SubscriberState_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
15 #include <NULL.h>
16 #include "PDP-ContextInfoList.h"
17 #include "NotReachableReason.h"
18 #include <constr_CHOICE.h>
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
24 /* Dependencies */
25 typedef enum PS_SubscriberState_PR {
26 PS_SubscriberState_PR_NOTHING, /* No components present */
27 PS_SubscriberState_PR_notProvidedFromSGSNorMME,
28 PS_SubscriberState_PR_ps_Detached,
29 PS_SubscriberState_PR_ps_AttachedNotReachableForPaging,
30 PS_SubscriberState_PR_ps_AttachedReachableForPaging,
31 PS_SubscriberState_PR_ps_PDP_ActiveNotReachableForPaging,
32 PS_SubscriberState_PR_ps_PDP_ActiveReachableForPaging,
33 PS_SubscriberState_PR_netDetNotReachable
34 } PS_SubscriberState_PR;
36 /* PS-SubscriberState */
37 typedef struct PS_SubscriberState {
38 PS_SubscriberState_PR present;
39 union PS_SubscriberState_u {
40 NULL_t notProvidedFromSGSNorMME;
41 NULL_t ps_Detached;
42 NULL_t ps_AttachedNotReachableForPaging;
43 NULL_t ps_AttachedReachableForPaging;
44 PDP_ContextInfoList_t ps_PDP_ActiveNotReachableForPaging;
45 PDP_ContextInfoList_t ps_PDP_ActiveReachableForPaging;
46 NotReachableReason_t netDetNotReachable;
47 } choice;
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx;
51 } PS_SubscriberState_t;
53 /* Implementation */
54 extern asn_TYPE_descriptor_t asn_DEF_PS_SubscriberState;
56 #ifdef __cplusplus
58 #endif
60 #endif /* _PS_SubscriberState_H_ */
61 #include <asn_internal.h>