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`
8 #ifndef _PS_SubscriberState_H_
9 #define _PS_SubscriberState_H_
12 #include <asn_application.h>
14 /* Including external dependencies */
16 #include "PDP-ContextInfoList.h"
17 #include "NotReachableReason.h"
18 #include <constr_CHOICE.h>
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
;
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
;
49 /* Context for parsing across buffer boundaries */
50 asn_struct_ctx_t _asn_ctx
;
51 } PS_SubscriberState_t
;
54 extern asn_TYPE_descriptor_t asn_DEF_PS_SubscriberState
;
60 #endif /* _PS_SubscriberState_H_ */
61 #include <asn_internal.h>