diff options
author | Anders Broman <anders.broman@ericsson.com> | 2014-01-04 11:40:43 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2014-01-04 11:40:43 +0000 |
commit | 42e0144f082c274d111e7c73ef2f0dfc2795e3eb (patch) | |
tree | 2e1b47ea660b94e1a7dbd793e78bc192e2c134f0 /asn1 | |
parent | 2334acec2ca333561d324b6d95bea88f6dd02296 (diff) | |
download | wireshark-42e0144f082c274d111e7c73ef2f0dfc2795e3eb.tar.gz wireshark-42e0144f082c274d111e7c73ef2f0dfc2795e3eb.tar.bz2 wireshark-42e0144f082c274d111e7c73ef2f0dfc2795e3eb.zip |
Remove unused function and variable.
svn path=/trunk/; revision=54590
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/m3ap/m3ap.cnf | 23 | ||||
-rw-r--r-- | asn1/m3ap/packet-m3ap-template.c | 2 |
2 files changed, 13 insertions, 12 deletions
diff --git a/asn1/m3ap/m3ap.cnf b/asn1/m3ap/m3ap.cnf index ca75f5b83e..96386a0be1 100644 --- a/asn1/m3ap/m3ap.cnf +++ b/asn1/m3ap/m3ap.cnf @@ -28,6 +28,7 @@ ProtocolIE-ID ProtocolIE-FieldPair ProtocolIE-ContainerPair ProtocolIE-ContainerPairList +ProtocolIE-ContainerList Presence #.TYPE_RENAME @@ -84,17 +85,17 @@ ProtocolIE-Field/value ie_field_value # SEQUENCE (SIZE (lowerBound..upperBound)) OF # ProtocolIE-Container {{IEsSetParam}} -#.FN_PARS ProtocolIE-ContainerList -MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound") -MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound") -#.FN_HDR ProtocolIE-ContainerList - static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = { - { "lowerBound", ASN1_PAR_INTEGER }, - { "upperBound", ASN1_PAR_INTEGER }, - { NULL, (asn1_par_type)0 } - }; - asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars); -#.END +# FN_PARS ProtocolIE-ContainerList +#MIN_VAL = asn1_param_get_integer(%(ACTX)s,"lowerBound") +#MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound") +# FN_HDR ProtocolIE-ContainerList +# static const asn1_par_def_t ProtocolIE_ContainerList_pars[] = { +# { "lowerBound", ASN1_PAR_INTEGER }, +# { "upperBound", ASN1_PAR_INTEGER }, +# { NULL, (asn1_par_type)0 } +# }; +# asn1_stack_frame_check(actx, "ProtocolIE-ContainerList", ProtocolIE_ContainerList_pars); +# END #ProtocolIE-ContainerPairList {INTEGER : lowerBound, INTEGER : upperBound, M3AP-PROTOCOL-IES-PAIR : IEsSetParam} ::= # SEQUENCE (SIZE (lowerBound..upperBound)) OF diff --git a/asn1/m3ap/packet-m3ap-template.c b/asn1/m3ap/packet-m3ap-template.c index 4b6dcae623..25e20710da 100644 --- a/asn1/m3ap/packet-m3ap-template.c +++ b/asn1/m3ap/packet-m3ap-template.c @@ -74,7 +74,7 @@ enum{ /* Global variables */ static guint32 ProcedureCode; static guint32 ProtocolIE_ID; -static guint32 ProtocolExtensionID; +/*static guint32 ProtocolExtensionID; */ static int global_m3ap_port = M3AP_PORT; static guint32 message_type; |