|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
|
|
|
|
|
* From ASN.1 module "SABP-IEs" |
|
|
|
|
* found in "../../asn1/sabp/SABP-IEs.asn" |
|
|
|
|
* `asn1c -R` |
|
|
|
|
* `asn1c -R -fcompound-names` |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
#include <osmocom/sabp/SABP_CriticalityDiagnostics-IE-List.h> |
|
|
|
@ -13,7 +13,7 @@ static asn_per_constraints_t asn_PER_type_SABP_CriticalityDiagnostics_IE_List_co |
|
|
|
|
0, 0 /* No PER value map */ |
|
|
|
|
}; |
|
|
|
|
static asn_TYPE_member_t asn_MBR_Member_2[] = { |
|
|
|
|
{ ATF_NOFLAGS, 0, offsetof(struct Member, iECriticality), |
|
|
|
|
{ ATF_NOFLAGS, 0, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iECriticality), |
|
|
|
|
(ASN_TAG_CLASS_CONTEXT | (0 << 2)), |
|
|
|
|
-1, /* IMPLICIT tag at current level */ |
|
|
|
|
&asn_DEF_SABP_Criticality, |
|
|
|
@ -22,7 +22,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { |
|
|
|
|
0, |
|
|
|
|
"iECriticality" |
|
|
|
|
}, |
|
|
|
|
{ ATF_NOFLAGS, 0, offsetof(struct Member, iE_ID), |
|
|
|
|
{ ATF_NOFLAGS, 0, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iE_ID), |
|
|
|
|
(ASN_TAG_CLASS_CONTEXT | (1 << 2)), |
|
|
|
|
-1, /* IMPLICIT tag at current level */ |
|
|
|
|
&asn_DEF_SABP_ProtocolIE_ID, |
|
|
|
@ -31,7 +31,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { |
|
|
|
|
0, |
|
|
|
|
"iE-ID" |
|
|
|
|
}, |
|
|
|
|
{ ATF_POINTER, 2, offsetof(struct Member, repetitionNumber), |
|
|
|
|
{ ATF_POINTER, 2, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, repetitionNumber), |
|
|
|
|
(ASN_TAG_CLASS_CONTEXT | (2 << 2)), |
|
|
|
|
-1, /* IMPLICIT tag at current level */ |
|
|
|
|
&asn_DEF_SABP_RepetitionNumber0, |
|
|
|
@ -40,7 +40,7 @@ static asn_TYPE_member_t asn_MBR_Member_2[] = { |
|
|
|
|
0, |
|
|
|
|
"repetitionNumber" |
|
|
|
|
}, |
|
|
|
|
{ ATF_POINTER, 1, offsetof(struct Member, iE_Extensions), |
|
|
|
|
{ ATF_POINTER, 1, offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, iE_Extensions), |
|
|
|
|
(ASN_TAG_CLASS_CONTEXT | (3 << 2)), |
|
|
|
|
-1, /* IMPLICIT tag at current level */ |
|
|
|
|
&asn_DEF_SABP_IE_Extensions, |
|
|
|
@ -61,8 +61,8 @@ static const asn_TYPE_tag2member_t asn_MAP_Member_tag2el_2[] = { |
|
|
|
|
{ (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 3, 0, 0 } /* iE-Extensions */ |
|
|
|
|
}; |
|
|
|
|
static asn_SEQUENCE_specifics_t asn_SPC_Member_specs_2 = { |
|
|
|
|
sizeof(struct Member), |
|
|
|
|
offsetof(struct Member, _asn_ctx), |
|
|
|
|
sizeof(struct SABP_CriticalityDiagnostics_IE_List__Member), |
|
|
|
|
offsetof(struct SABP_CriticalityDiagnostics_IE_List__Member, _asn_ctx), |
|
|
|
|
asn_MAP_Member_tag2el_2, |
|
|
|
|
4, /* Count of tags in the map */ |
|
|
|
|
asn_MAP_Member_oms_2, /* Optional members */ |
|
|
|
|