aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rrlp/rrlp.cnf
blob: bc1cd7cfd2672755f6f9d2e90c708ea307fdb649 (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
# rrlp.cnf
# rrlp conformation file
# Copyright 2006 Anders Broman 
# $Id$

#.OPT
PER
UNALIGNED
#.END

#.PDU
PDU

#.OMIT_ASSIGNMENTS_EXCEPT  MAP-LCS-DataTypes
Ext-GeographicalInformation
maxExt-GeographicalInformation
VelocityEstimate
#.END

#.OMIT_ASSIGNMENT  MAP-ExtensionDataTypes
SLR-ArgExtensionContainer
#.END

#.FN_HDR PDU
	
	proto_tree_add_item(tree, proto_rrlp, tvb, 0, -1, FALSE);

	if (check_col(actx->pinfo->cinfo, COL_PROTOCOL)) 
		col_append_str(actx->pinfo->cinfo, COL_PROTOCOL, "/RRLP");
#.END


#.FN_BODY Ext-GeographicalInformation VAL_PTR = &parameter_tvb

tvbuff_t *parameter_tvb = NULL;

  %(DEFAULT_BODY)s

  if(parameter_tvb)
	dissect_geographical_description(parameter_tvb, %(ACTX)s->pinfo, tree);
#.END