aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-08 17:39:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-08 17:39:01 +0000
commit0e57cff4dcbbc1313b40e2da738d7c2abed46e44 (patch)
tree3c10c3a790b2ed0554d54980f8d3f12f845fdab2 /asn1/s1ap
parenta45b165df6a7187731cd87aa40ea1964c8f087cc (diff)
Get rid of set-but-not-used warnings.
svn path=/trunk/; revision=39761
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/s1ap.cnf9
1 files changed, 0 insertions, 9 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 9bc9e4a748..18c0731a02 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -301,11 +301,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# rules which are specified for the target radio system. In section 8.4.1.2,
# it is described how the container shall be encoded with respect to the scenario
# in which it is used.
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToTargetTransparentContainer);
@@ -356,11 +354,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# I think the message is "directly encoded" into the octest string(no "double encoding")
# See Target-ToSource-TransparentContainer in RANAP
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToSourceTransparentContainer);
@@ -444,11 +440,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
# Target eNB to Source eNB Transparent Container is present in
# HandoverCommand and HandoverRequestAcknowledge.
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;
@@ -472,12 +466,9 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_BODY UERadioCapability VAL_PTR = &parameter_tvb
-
- gint32 start_offset;
tvbuff_t *parameter_tvb;
proto_tree *subtree;
- start_offset = offset;
%(DEFAULT_BODY)s
if (!parameter_tvb)
return offset;