aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/inap/inap.cnf
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-06-01 19:52:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-06-01 19:52:26 +0000
commit883083a064566426dc6217927808ba17f45e4a6e (patch)
tree0429a9e1ae242c21e54402156565d53fa9d66a70 /asn1/inap/inap.cnf
parent7b8632f5523494b6c8ee94cafdaeda00ca9b4157 (diff)
Regenerate the INAP dissector with the -X option using the original asn1 files
(with small modifications). svn path=/trunk/; revision=22021
Diffstat (limited to 'asn1/inap/inap.cnf')
-rw-r--r--asn1/inap/inap.cnf25
1 files changed, 17 insertions, 8 deletions
diff --git a/asn1/inap/inap.cnf b/asn1/inap/inap.cnf
index 90c2043960..b1be3f6b93 100644
--- a/asn1/inap/inap.cnf
+++ b/asn1/inap/inap.cnf
@@ -7,24 +7,29 @@
#.EXPORTS
+#.NO_EMIT
-#.PDU
-Component
+#.CLASS EXTENSION
+id TypeReference ExtensionType
+Type
+absent
+criticality TypeReference Criticality
-#.NO_EMIT
+#.END
#.TYPE_RENAME
#.FIELD_RENAME
#.PDU
-InitialDP
+Component
+InitialDPArg
OriginationAttemptAuthorizedArg
CollectedInformationArg
AnalysedInformationArg
RouteSelectFailureArg
OCalledPartyBusyArg
-ONoAnswer
+ONoAnswerArg
OAnswerArg
ODisconnectArg
TermAttemptAuthorizedArg
@@ -41,7 +46,7 @@ HoldCallInNetworkArg
ReleaseCallArg
RequestReportBCSMEventArg
EventReportBCSMArg
-RequestNotificationChargingEvent
+RequestNotificationChargingEventArg
EventNotificationChargingArg
CollectInformationArg
AnalyseInformationArg
@@ -69,6 +74,10 @@ CancelArg
RequestCurrentStatusReportResultArg
ReceivedInformationArg
+#.FN_BODY T_value
+ offset = dissect_ber_octet_string(implicit_tag, actx, tree, tvb, offset, hf_index,
+ NULL);
+
#.FN_BODY InvokeParameter
offset = dissect_invokeData(tree, tvb, offset, actx);
@@ -120,11 +129,11 @@ VAL_PTR = &parameter_tvb
dissect_isup_calling_party_number_parameter(parameter_tvb, tree, NULL);
-#.FN_PARS BearerCap
+#.FN_PARS BearerCapability/bearerCap
VAL_PTR = &parameter_tvb
-#.FN_BODY BearerCap
+#.FN_BODY BearerCapability/bearerCap
tvbuff_t *parameter_tvb;