aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-06-26 16:39:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-06-26 16:39:18 +0000
commitf4c87595c922b1e6429126983e4ec0625b1c056c (patch)
treee798fc66f83612a7ed23b54b22c5e84b26eceb68 /asn1/s1ap
parent3f9a94d77344b7c110e91219b1907b905c18a472 (diff)
From KATAOKA Toshihiro:
3GPP S1AP Transparent Container. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4913 svn path=/trunk/; revision=33330
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/s1ap.cnf8
1 files changed, 2 insertions, 6 deletions
diff --git a/asn1/s1ap/s1ap.cnf b/asn1/s1ap/s1ap.cnf
index 4f22852e1c..32b96368d7 100644
--- a/asn1/s1ap/s1ap.cnf
+++ b/asn1/s1ap/s1ap.cnf
@@ -232,8 +232,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
#.FN_HDR HandoverRequest
handover_type_value = 0;
-#.FN_BODY Source-ToTarget-TransparentContainer
-#VAL_PTR = &parameter_tvb
+#.FN_BODY Source-ToTarget-TransparentContainer VAL_PTR = &parameter_tvb
# I think the message is "directly encoded" into the octest string(no "double encoding")
# (Compare RANAP)
# Annex A
@@ -248,7 +247,6 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
start_offset = offset;
%(DEFAULT_BODY)s
- parameter_tvb = tvb_new_subset(tvb, start_offset>>3, -1, -1);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToTargetTransparentContainer);
switch(handover_type_value){
@@ -293,8 +291,7 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
break;
}
-#.FN_BODY Target-ToSource-TransparentContainer
-#VAL_PTR = &parameter_tvb
+#.FN_BODY Target-ToSource-TransparentContainer VAL_PTR = &parameter_tvb
# I think the message is "directly encoded" into the octest string(no "double encoding")
# See Target-ToSource-TransparentContainer in RANAP
@@ -305,7 +302,6 @@ MAX_VAL = asn1_param_get_integer(%(ACTX)s,"upperBound")
start_offset = offset;
%(DEFAULT_BODY)s
- parameter_tvb = tvb_new_subset(tvb, start_offset>>3, -1, -1);
subtree = proto_item_add_subtree(actx->created_item, ett_s1ap_ToSourceTransparentContainer);
switch(handover_type_value){