aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/constr_CHOICE.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-20 13:23:42 +0000
committerLev Walkin <vlm@lionet.info>2004-08-20 13:23:42 +0000
commit449f8324e97279d284a2e59dd7b3355b366cfea3 (patch)
tree7d7f1383b4222ff559218043bb9122ddb4d145d4 /skeletons/constr_CHOICE.h
parente64460f66b5c01a471fceee0e43d1c41ebe41c81 (diff)
new constraints model
Diffstat (limited to 'skeletons/constr_CHOICE.h')
-rw-r--r--skeletons/constr_CHOICE.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/skeletons/constr_CHOICE.h b/skeletons/constr_CHOICE.h
index 1308bd4a..327bae2e 100644
--- a/skeletons/constr_CHOICE.h
+++ b/skeletons/constr_CHOICE.h
@@ -7,18 +7,6 @@
#include <constr_TYPE.h>
-/*
- * A single element of the CHOICE type.
- */
-typedef struct asn1_CHOICE_element_s {
- int memb_offset; /* Offset of the element */
- int optional; /* Whether the element is optional */
- ber_tlv_tag_t tag; /* Outmost (most immediate) tag */
- int tag_mode; /* IMPLICIT/no/EXPLICIT tag at current level */
- asn1_TYPE_descriptor_t *type; /* Member type descriptor */
- char *name; /* ASN.1 identifier of the element */
-} asn1_CHOICE_element_t;
-
typedef struct asn1_CHOICE_specifics_s {
/*
* Target structure description.
@@ -29,12 +17,6 @@ typedef struct asn1_CHOICE_specifics_s {
int pres_size; /* Size of the identifier (enum) */
/*
- * Members of the CHOICE structure.
- */
- asn1_CHOICE_element_t *elements;
- int elements_count;
-
- /*
* Tags to members mapping table.
*/
asn1_TYPE_tag2member_t *tag2el;