aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/nbap/nbap.cnf
blob: 4dc30bc15185c22a384569e74df47b90efb2cab2 (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
# nbap.cnf
# nbap conformation file
# Copyright 2005 Anders Broman 
# $Id$

#.PDU
NBAP-PDU

#.NO_EMIT


#.TYPE_RENAME

#.FIELD_RENAME
CellSyncBurstTiming/initialPhase initialPhase_0_1048575


#.FN_PARS  ProcedureCode

VAL_PTR = &ProcedureCode

#.FN_FTR ProcedureCode
	if (check_col(actx->pinfo->cinfo, COL_INFO))
       col_add_fstr(actx->pinfo->cinfo, COL_INFO, "%s ",
                   val_to_str(ProcedureCode, nbap_ProcedureCode_vals,
                              "unknown message"));
#.FN_PARS ProtocolIE-ID
 
VAL_PTR = &ProtocolIE_ID

#.FN_PARS ProcedureID/ddMode
 
VAL_PTR = &ddMode

#.FN_BODY Extension
	/* FIX ME */
	guint length;

	offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
	offset = offset + length;
	BYTE_ALIGN_OFFSET(offset)

#.FN_BODY InitiatingMessageValue

	offset = dissect_nbap_InitiatingMessageValueValue(tvb, offset, %(ACTX)s, tree);

#.FN_BODY SuccessfulOutcomeValue

	offset = dissect_nbap_SuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);

#.FN_BODY OutcomeValue
	/* FIX ME */
	guint length;

	offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_pdu_length, &length);
	offset = offset + length;
	BYTE_ALIGN_OFFSET(offset)

#.FN_BODY UnsuccessfulOutcomeValue

	offset = dissect_nbap_UnsuccessfulOutcomeValueValue(tvb, offset, %(ACTX)s, tree);

#.FN_BODY ProtocolIEValue

	offset = dissect_nbap_ProtocolIEValueValue(tvb, offset, %(ACTX)s, tree);

#.FN_BODY FirstValue
	/* FIX ME */
	guint length;

	offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
	offset = offset + length;
	BYTE_ALIGN_OFFSET(offset)

#.FN_BODY SecondValue
	/* FIX ME */
	guint length;

	offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
	offset = offset + length;
	BYTE_ALIGN_OFFSET(offset)


#.FN_BODY PrivateIEvalue
	/* FIX ME */
	guint length;

	offset = dissect_per_length_determinant(tvb, offset, %(ACTX)s, tree, hf_nbap_IE_length, &length);
	offset = offset + length;
	BYTE_ALIGN_OFFSET(offset)