aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/cmip/cmip.cnf
blob: ba8681336fc3b0f9bafb8c04e23c10fc9cdb1c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# cmip.cnf
# CMIP conformation file

#.IMPORT ../acse/acse-exp.cnf

#.MODULE
Remote-Operations-Information-Objects cmip.ros
Attribute-ASN1Module cmip.x721


#.OMIT_ASSIGNMENT Remote-Operations-Information-Objects
Bind
Unbind
#.END

#.NO_EMIT ONLY_VALS
LinkedReplyArgument

#.TYPE_RENAME

Invoke/argument					InvokeArgument
ReturnResult/result/result		ResultArgument
Attribute/value					AttributeValue
EventReportArgument/eventInfo	EventReportArgumentEventInfo

#.FIELD_RENAME

Invoke/linkedId/present			linkedIdPresent

Reject/problem/invoke			invokeProblem
Reject/problem/returnError		returnErrorProblem
Reject/problem/returnResult		returnResultProblem

ReturnResult/result/result		resultArgument

SetArgument/modificationList/_item/attributeValue attributevalue
ActionTypeId/globalForm			actionTypeId_globalForm
AttributeId/globalForm			attributeId_globalForm
EventTypeId/globalForm			eventTypeId_globalForm
ObjectClass/globalForm			objectClass_globalForm
ManagementExtension/identifier	managementExtensionidentifier
ServiceUser/identifier			serviceUseridentifier
AttributeValueAssertion/value	attributeValueAssertionvalue
FilterItem/present				filterItempresent
ObjectClass/localForm			objectClasslocalForm
AttributeId/localForm			attributeIdlocalForm
ActionErrorInfo/errorStatus		actionErrorInfo-errorStatus
AttributeError/errorStatus		attributeError-errorStatus
AttributeIdError/errorStatus	attributeIdError-errorStatus
ActionErrorInfo/errorInfo		actionErrorInfo
# SpecificErrorInfo/errorInfo	specificErrorInfo
Attribute/id					attributeid
CMIPUserInfo/accessControl		cmipUserInfoaccessControl
ActionError/actionErrorInfo		actionErroractionErrorInfo
EventReportArgument/eventInfo	eventReportArgumenteventInfo

#.EXPORTS
CMIPAbortInfo
CMIPUserInfo
ROS
InvokeIDType
ObjectInstance
ObjectClass
Attribute
RDNSequence
ProbableCause
AdministrativeState
AvailabilityStatus
AttributeList
AdditionalInformation

#.TABLE_HDR
/* CMIP OPERATIONS */
static const value_string cmip_Opcode_vals[] = {
#.TABLE_BODY OPERATION
	{ %(&operationCode)s, "%(_ident)s" },
#.TABLE_FTR
  { 0, NULL }
};
#.END

#.TABLE_HDR
/* CMIP ERRORS */
static const value_string cmip_error_code_vals[] = {
#.TABLE_BODY ERROR
	{ %(&errorCode)s, "%(_ident)s" },
#.TABLE_FTR
  { 0, NULL }
};
#.END

# X.721

#.REGISTER
BaseManagedObjectId				B "2.9.2.21.7.13"	"BaseManagedObjectId(13)"
# X.721
SimpleNameType					B "2.9.3.2.7.1"		"discriminatorId(1)"
SimpleNameType					B "2.9.3.2.7.2"		"logId(2)"
LogRecordId						B "2.9.3.2.7.3"		"logRecordId(3)"
SystemId						B "2.9.3.2.7.4"		"systemId(4)"
SystemTitle						B "2.9.3.2.7.5"		"systemTitle(5)"
AdditionalInformation			B "2.9.3.2.7.6"		"additionalInformation(6)"
AdditionalText					B "2.9.3.2.7.7"		"additionalText(7)"
AttributeIdentifierList			B "2.9.3.2.7.8"		"attributeIdentifierList(8)"
AttributeList					B "2.9.3.2.7.9"		"attributeList(9)"
AttributeValueChangeDefinition	B "2.9.3.2.7.10"	"attributeValueChangeDefinition(10)"
BackedUpStatus					B "2.9.3.2.7.11"	"backedUpStatus(11)"
CorrelatedNotifications			B "2.9.3.2.7.12"	"correlatedNotifications(12)"
EventTime						B "2.9.3.2.7.13"	"eventTime(13)"
EventTypeId						B "2.9.3.2.7.14"	"eventType(14)"
MonitoredAttributes				B "2.9.3.2.7.15"	"monitoredAttributes(15)"
NotificationIdentifier			B "2.9.3.2.7.16"	"notificationIdentifier(16)"
PerceivedSeverity				B "2.9.3.2.7.17"	"perceivedSeverity(17)"
ProbableCause					B "2.9.3.2.7.18"	"probableCause(18)"
ProposedRepairActions			B "2.9.3.2.7.19"	"proposedRepairActions(19)"
AttributeValueChangeDefinition	B "2.9.3.2.7.20"	"relationshipChangeDefinition(20)"
SecurityAlarmCause				B "2.9.3.2.7.21"	"securityAlarmCause(21)"
SecurityAlarmDetector			B "2.9.3.2.7.22"	"securityAlarmDetector(22)"
SecurityAlarmSeverity			B "2.9.3.2.7.23"	"securityAlarmSeverity(23)"
ServiceProvider					B "2.9.3.2.7.24"	"serviceProvider(24)"
ServiceUser						B "2.9.3.2.7.25"	"serviceUser(25)"
SourceIndicator					B "2.9.3.2.7.26"	"sourceIndicator(26)"
SpecificProblems				B "2.9.3.2.7.27"	"specificProblems(27)"
AttributeValueChangeDefinition	B "2.9.3.2.7.28"	"stateChangeDefinition(28)"
ThresholdInfo					B "2.9.3.2.7.29"	"thresholdInfo(29)"
TrendIndication					B "2.9.3.2.7.30"	"trendIndication(30)"
AdministrativeState				B "2.9.3.2.7.31"	"administrativeState(31)"
AlarmStatus						B "2.9.3.2.7.32"	"alarmStatus(32)"
AvailabilityStatus				B "2.9.3.2.7.33"	"availabilityStatus(33)"
ControlStatus					B "2.9.3.2.7.34"	"controlStatus(34)"
OperationalState				B "2.9.3.2.7.35"	"operationalState(35)"
ProceduralStatus				B "2.9.3.2.7.36"	"proceduralStatus(36)"
StandbyStatus					B "2.9.3.2.7.37"	"standbyStatus(37)"
UnknownStatus					B "2.9.3.2.7.38"	"unknownStatus(38)"
UsageState						B "2.9.3.2.7.39"	"usageState(39)"
BackUpRelationshipObject		B "2.9.3.2.7.40"	"backUpObject(40)"
BackUpRelationshipObject		B "2.9.3.2.7.41"	"backedUpObject(41)"
GroupObjects					B "2.9.3.2.7.42"	"member(42)"
GroupObjects					B "2.9.3.2.7.43"	"owner(43)"
BackUpRelationshipObject		B "2.9.3.2.7.44"	"peer(44)"
PrioritisedObject				B "2.9.3.2.7.45"	"primary(45)"
PrioritisedObject				B "2.9.3.2.7.46"	"providerObject(46)"
PrioritisedObject				B "2.9.3.2.7.47"	"secondary(47)"
PrioritisedObject				B "2.9.3.2.7.48"	"userObject(48)"
ActiveDestination				B "2.9.3.2.7.49"	"activeDestination(49)"
Allomorphs						B "2.9.3.2.7.50"	"allomorphs(50)"
BackUpDestinationList			B "2.9.3.2.7.51"	"backUpDestinationList(51)"
CapacityAlarmThreshold			B "2.9.3.2.7.52"	"capacityAlarmThreshold(52)"
ConfirmedMode					B "2.9.3.2.7.53"	"confirmedMode(53)"
CurrentLogSize					B "2.9.3.2.7.54"	"currentLogSize(54)"
Destination						B "2.9.3.2.7.55"	"destination(55)"
DiscriminatorConstruct			B "2.9.3.2.7.56"	"discriminatorConstruct(56)"
IntervalsOfDay					B "2.9.3.2.7.57"	"intervalsOfDay(57)"
LogFullAction					B "2.9.3.2.7.58"	"logFullAction(58)"
LoggingTime						B "2.9.3.2.7.59"	"loggingTime(59)"
#ObjectClass					B "2.9.3.2.7.60"	"managedObjectClass(60)"
#ObjectInstance					B "2.9.3.2.7.61"	"managedObjectInstance(61)"
MaxLogSize						B "2.9.3.2.7.62"	"maxLogSize(62)"
NameBinding						B "2.9.3.2.7.63"	"nameBinding(63)"
NumberOfRecords					B "2.9.3.2.7.64"	"numberOfRecords(64)"
ObjectClass						B "2.9.3.2.7.65"	"objectClass(65)"
Packages						B "2.9.3.2.7.66"	"packages(66)"
#ObjectInstance					B "2.9.3.2.7.66"	"schedulerName(67)"
StartTime						B "2.9.3.2.7.68"	"startTime(68)"
StopTime						B "2.9.3.2.7.69"	"stopTime(69)"
SupportedFeatures				B "2.9.3.2.7.70"	"supportedFeatures(70)"
WeekMask						B "2.9.3.2.7.71"	"weekMask(71)"
# corruptedPDUsReceivedCounter(72)    -- corruptedPDUsReceivedCounter attribute type
# incomingConnectionRejectErrorCounter(73)    -- incomingConnectionRejectErrorCounte...
# incomingConnectionRequestsCounter(74)    -- incomingConnectionRequestsCounter attr...
# incomingDisconnectCounter(75)    -- incomingDisconnectCounter attribute type
# ncomingDisconnectErrorCounter(76)    -- ncomingDisconnectErrorCounter attribute ty...
# incomingProtocolErrorCounter(77)    -- incomingProtocolErrorCounter attribute type
# octetsReceivedCounter(78)    -- octetsReceivedCounter attribute type
# octetsRetransmittedErrorCounter(79)    -- octetsRetransmittedErrorCounter attribut...
# octetsSentCounter(80)    -- octetsSentCounter attribute type
# outgoingConnectionRejectErrorCounter(81)    -- outgoingConnectionRejectErrorCounte...
# outgoingConnectionRequestsCounter(82)    -- outgoingConnectionRequestsCounter attr...
# outgoingDisconnectCounter(83)    -- outgoingDisconnectCounter attribute type
# outgoingDisconnectErrorCounter(84)    -- outgoingDisconnectErrorCounter attribute ...
# outgoingProtocolErrorCounter(85)    -- outgoingProtocolErrorCounter attribute type
# pdusReceivedCounter(86)    -- pdusReceivedCounter attribute type (PDU: Protocol Da...
# pdusRetransmittedErrorCounter(87)    -- pdusRetransmittedErrorCounter attribute ty...
# pdusSentCounter(88)    -- pdusSentCounter attribute type (PDU: Protocol Data Unit)
# corruptedPDUsReceivedThreshold(89)    -- corruptedPDUsReceivedThreshold attribute ...
# incomingConnectionRejectErrorThreshold(90)    -- incomingConnectionRejectErrorThre...
# incomingConnectionRequestsThreshold(91)    -- incomingConnectionRequestsThreshold ...
# incomingDisconnectErrorThreshold(92)    -- incomingDisconnectErrorThreshold attrib...
# incomingProtocolErrorThreshold(93)    -- incomingProtocolErrorThreshold attribute ...
# octetsReceivedThreshold(94)    -- octetsReceivedThreshold attribute type
# octetsRetransmittedThreshold(95)    -- octetsRetransmittedThreshold attribute type
# octetsSentThreshold(96)    -- octetsSentThreshold attribute type
# outgoingConnectionRejectErrorThreshold(97)    -- outgoingConnectionRejectErrorThre...
# outgoingConnectionRequestsThreshold(98)    -- outgoingConnectionRequestsThreshold ...
# outgoingDisconnectErrorThreshold(99)    -- outgoingDisconnectErrorThreshold attrib...
# outgoingProtocolErrorThreshold(100)    -- outgoingProtocolErrorThreshold attribute...
# pdusReceivedThreshold(101)    -- pdusReceivedThreshold attribute type (PDU: Protoc...
# pdusRetransmittedErrorThreshold(102)    -- pdusRetransmittedErrorThreshold attribu...
# pdusSentThreshold(103)    -- pdusSentThreshold attribute type (PDU: Protocol Data ...
LifecycleState					B "2.9.3.2.7.115"	"lifecycleState(115)"


#.OMIT_ASSIGNMENT
# Removed as they are giving 'defined but not used' warnings currently.
ROSEapdus
CounterThreshold
GaugeThreshold
GaugeThresholdValue
LogAvailability
NotifyThreshold
SchedulingAvailability
TideMarkInfo
TideMark
UnscheduledLogAvailability
Priority
RejectProblem


#.PDU


#.FN_HDR CMIPAbortInfo
  col_append_str(actx->pinfo->cinfo, COL_INFO, "CMIP-A-ABORT");
#.END

#.FN_HDR CMIPUserInfo
  col_append_str(actx->pinfo->cinfo, COL_INFO, "CMIP-A-ASSOCIATE");
#.END

#.FN_BODY CMIPAbortSource  VAL_PTR = &value
  guint32 value;

  %(DEFAULT_BODY)s
  col_append_fstr(actx->pinfo->cinfo, COL_INFO, " AbortSource:%%s", val_to_str(value, cmip_CMIPAbortSource_vals, " Unknown AbortSource:%%d"));
#.END

#.FN_BODY Code/local  VAL_PTR = &opcode
  %(DEFAULT_BODY)s
  if(opcode_type== OPCODE_RETURN_ERROR){
	col_append_str(actx->pinfo->cinfo, COL_INFO, val_to_str(opcode, cmip_error_code_vals, " Unknown Opcode:%%d"));
  }else{
	col_append_str(actx->pinfo->cinfo, COL_INFO, val_to_str(opcode, cmip_Opcode_vals, " Unknown Opcode:%%d"));
  }
#.END

#.FN_HDR Invoke
  opcode_type=OPCODE_INVOKE;
  col_prepend_fstr(actx->pinfo->cinfo, COL_INFO, "Invoke ");
#.END

#.FN_HDR ReturnResult
  opcode_type=OPCODE_RETURN_RESULT;
  col_prepend_fstr(actx->pinfo->cinfo, COL_INFO, "ReturnResult ");
#.END

#.FN_HDR ReturnError
  opcode_type=OPCODE_RETURN_ERROR;
  col_prepend_fstr(actx->pinfo->cinfo, COL_INFO, "ReturnError ");
#.END

#.FN_HDR Reject
  opcode_type=OPCODE_REJECT;
  col_prepend_fstr(actx->pinfo->cinfo, COL_INFO, "Reject ");
#.END

#.FN_BODY AttributeId/globalForm  FN_VARIANT = _str  VAL_PTR = &actx->external.direct_reference
  %(DEFAULT_BODY)s
  actx->external.direct_ref_present = (actx->external.direct_reference != NULL) ? TRUE : FALSE;

#.FN_BODY AttributeId/localForm  VAL_PTR = &actx->external.indirect_reference
  %(DEFAULT_BODY)s
  actx->external.indirect_ref_present = TRUE;

#.FN_BODY Attribute/value
  if(actx->external.direct_ref_present){
    offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, actx->private_data);
  } else if (actx->external.indirect_ref_present &&
             dissector_try_uint(attribute_id_dissector_table, actx->external.indirect_reference, tvb, actx->pinfo, tree)) {
    offset=tvb_reported_length (tvb);
  } else {
    offset=dissect_unknown_ber(actx->pinfo, tvb, offset, tree);
  }

#.FN_PARS AttributeValueAssertion/id
	FN_VARIANT = _str  VAL_PTR = &actx->external.direct_reference

#.FN_FTR AttributeValueAssertion/id
  actx->external.direct_ref_present = (actx->external.direct_reference != NULL) ? TRUE : FALSE;

#.FN_BODY AttributeValueAssertion/value
  if (actx->external.direct_ref_present) {
    offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, actx->private_data);
  }

#.FN_BODY Invoke/argument
    switch(opcode){
    case 0: /* M-eventreport */
      offset = dissect_cmip_EventReportArgument(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 1: /* M-eventreport-confirmed */
      offset = dissect_cmip_EventReportArgument(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 2: /* M-linkedreply */
      offset = dissect_cmip_LinkedReplyArgument(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 3: /* M-get */
      offset = dissect_cmip_GetArgument(FALSE, tvb, offset,actx, tree, -1);
      break;
    case 4: /* M-set */
      offset = dissect_cmip_SetArgument(FALSE, tvb, offset,actx, tree, -1);
      break;
    case 5: /* M-set-confirmed */
      offset = dissect_cmip_SetArgument(FALSE, tvb, offset,actx, tree, -1);
      break;
    case 6: /* M-action*/
      offset = dissect_cmip_ActionArgument(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 7: /* M-action-confirmed*/
      offset = dissect_cmip_ActionArgument(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 8: /* M-create*/
      offset = dissect_cmip_CreateArgument(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 9: /* M-delete*/
      offset = dissect_cmip_DeleteArgument(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 10: /* M-cancelget */
      offset = dissect_cmip_InvokeIDType(FALSE, tvb,  offset, actx, tree, -1);
      break;
    }


#.FN_BODY ReturnResult/result/result

    switch(opcode){
    case 0: /* M-eventreport*/
      break;  /* No return data */
    case 1: /* M-eventreport-confirmed */
      offset = dissect_cmip_EventReportResult(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 2: /* M-linkedreply*/
      break;  /* No return data */
    case 3: /* M-get */
      offset = dissect_cmip_GetResult(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 4: /* M-set */
      break;  /* No return data */
    case 5: /* M-set-confirmed*/
      offset = dissect_cmip_SetResult(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 6: /* M-action*/
      break;  /* No return data */
    case 7: /* M-action-confirmed*/
      offset = dissect_cmip_ActionResult(FALSE, tvb, offset, actx, tree, -1);
      break;
    case 8: /* M-create*/
      offset = dissect_cmip_CreateResult(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 9: /* M-delete*/
      offset = dissect_cmip_DeleteResult(FALSE, tvb,  offset, actx, tree, -1);
      break;
    case 10: /* M-cancelget */
      break; /* doe this one return any data? */
    }
  /*XXX add more types here */

#.FN_BODY ReturnError/parameter

    switch(opcode){
	case 19: /* classInstanceConflict */
		dissect_cmip_BaseManagedObjectId(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 20:  /* complexityLimitation */
		dissect_cmip_ComplexityLimitation(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 11: /* duplicateManagedObjectInstance */
		dissect_cmip_ObjectInstance(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 7: /*  getListError */
		dissect_cmip_GetListError(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 15: /* invalidArgumentValue */
		dissect_cmip_InvalidArgumentValue(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 6: /* invalidAttributeValue */
		dissect_cmip_Attribute(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 4: /* invalidFilter */
		dissect_cmip_CMISFilter(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 17: /* invalidObjectInstance */
		dissect_cmip_ObjectInstance(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 16: /* invalidScope */
		dissect_cmip_Scope(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 18: /* missingAttributeValue */
		/* Hmmm  SET OF AttributeId */
		dissect_cmip_PAR_missingAttributeValue(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 9: /* noSuchAction */
		dissect_cmip_NoSuchAction(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 14: /* noSuchArgument */
		dissect_cmip_NoSuchArgument(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 5: /* noSuchAttribute */
		dissect_cmip_AttributeId(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 13: /* noSuchEventType */
		dissect_cmip_NoSuchEventType(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 22: /* noSuchInvokeId */
		dissect_cmip_InvokeIDType(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 0: /* noSuchObjectClass */
		dissect_cmip_ObjectClass(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 1:/* noSuchObjectInstance */
		dissect_cmip_ObjectInstance(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 12: /* noSuchReferenceObject */
		dissect_cmip_ObjectInstance(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 10: /* processingFailure OPTIONAL   TRUE*/
		dissect_cmip_ProcessingFailure(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 8: /* setListError */
		dissect_cmip_SetListError(FALSE, tvb,  offset, actx, tree, -1);
		break;
	case 3:/* syncNotSupported */
		dissect_cmip_CMISSync(FALSE, tvb,  offset, actx, tree, -1);
		break;
	}

#.FN_PARS ObjectClass/globalForm
  FN_VARIANT = _str

#.FN_PARS ActionTypeId/globalForm
  FN_VARIANT = _str  HF_INDEX = hf_cmip_actionType_OID  VAL_PTR = &object_identifier_id

#.FN_BODY ActionInfo/actionInfoArg
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_PARS EventTypeId/globalForm
  FN_VARIANT = _str  HF_INDEX = hf_cmip_eventType_OID  VAL_PTR = &object_identifier_id

#.FN_BODY EventReportArgument/eventInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY EventReply/eventReplyInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY SetArgument/modificationList/_item/attributeValue
  if(actx->external.direct_ref_present){
    offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL);
  } else if (actx->external.indirect_ref_present &&
             dissector_try_uint(attribute_id_dissector_table, actx->external.indirect_reference, tvb, actx->pinfo, tree)) {
    offset=tvb_reported_length (tvb);
  } else {
    offset=dissect_unknown_ber(actx->pinfo, tvb, offset, tree);
  }

#.FN_PARS SpecificErrorInfo/errorId
  FN_VARIANT = _str  HF_INDEX = hf_cmip_errorId_OID  VAL_PTR = &object_identifier_id

#.FN_BODY SpecificErrorInfo/errorInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY AttributeError/attributeValue
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY InvalidArgumentValue/eventValue/eventInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY ActionReply/actionReplyInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);


# X.721
#.FN_PARS ManagementExtension/identifier FN_VARIANT = _str  VAL_PTR = &object_identifier_id

#.FN_BODY ManagementExtension/information
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY AttributeValueChangeDefinition/_item/oldAttributeValue
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_BODY AttributeValueChangeDefinition/_item/newAttributeValue
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_PARS ServiceUser/identifier FN_VARIANT = _str  VAL_PTR = &object_identifier_id

#.FN_BODY ServiceUser/details
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);

#.FN_PARS SupportedFeatures/_item/featureIdentifier FN_VARIANT = _str  VAL_PTR = &object_identifier_id

#.FN_BODY SupportedFeatures/_item/featureInfo
  offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree, actx->private_data);


#.END