/* * Generated by asn1c-0.9.23 (http://lionet.info/asn1c) * From ASN.1 module "MAP-MS-DataTypes" * found in "../asn1src/MAP-MS-DataTypes.asn" * `asn1c -gen-PER -fskeletons-copy -fnative-types` */ #ifndef _PS_SubscriberState_H_ #define _PS_SubscriberState_H_ #include /* Including external dependencies */ #include #include "PDP-ContextInfoList.h" #include "NotReachableReason.h" #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum PS_SubscriberState_PR { PS_SubscriberState_PR_NOTHING, /* No components present */ PS_SubscriberState_PR_notProvidedFromSGSNorMME, PS_SubscriberState_PR_ps_Detached, PS_SubscriberState_PR_ps_AttachedNotReachableForPaging, PS_SubscriberState_PR_ps_AttachedReachableForPaging, PS_SubscriberState_PR_ps_PDP_ActiveNotReachableForPaging, PS_SubscriberState_PR_ps_PDP_ActiveReachableForPaging, PS_SubscriberState_PR_netDetNotReachable } PS_SubscriberState_PR; /* PS-SubscriberState */ typedef struct PS_SubscriberState { PS_SubscriberState_PR present; union PS_SubscriberState_u { NULL_t notProvidedFromSGSNorMME; NULL_t ps_Detached; NULL_t ps_AttachedNotReachableForPaging; NULL_t ps_AttachedReachableForPaging; PDP_ContextInfoList_t ps_PDP_ActiveNotReachableForPaging; PDP_ContextInfoList_t ps_PDP_ActiveReachableForPaging; NotReachableReason_t netDetNotReachable; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } PS_SubscriberState_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_PS_SubscriberState; #ifdef __cplusplus } #endif #endif /* _PS_SubscriberState_H_ */ #include