aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ngatm/netnatm/msg/uni_ietab.h
blob: 62cba33cd91d2aea593d66a1c1227feff835a4f5 (plain) (blame)
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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
/* This file was created automatically
 * Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $
 * $FreeBSD$
 */


static void uni_ie_print_itu_cause(struct uni_ie_cause *, struct unicx *);
static int uni_ie_check_itu_cause(struct uni_ie_cause *, struct unicx *);
static int uni_ie_encode_itu_cause(struct uni_msg *, struct uni_ie_cause *, struct unicx *);
static int uni_ie_decode_itu_cause(struct uni_ie_cause *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_cause = {
	0,
	34,
	(uni_print_f)uni_ie_print_itu_cause,
	(uni_check_f)uni_ie_check_itu_cause,
	(uni_encode_f)uni_ie_encode_itu_cause,
	(uni_decode_f)uni_ie_decode_itu_cause
};

static void uni_ie_print_net_cause(struct uni_ie_cause *, struct unicx *);
static int uni_ie_check_net_cause(struct uni_ie_cause *, struct unicx *);
static int uni_ie_encode_net_cause(struct uni_msg *, struct uni_ie_cause *, struct unicx *);
static int uni_ie_decode_net_cause(struct uni_ie_cause *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_cause = {
	0,
	34,
	(uni_print_f)uni_ie_print_net_cause,
	(uni_check_f)uni_ie_check_net_cause,
	(uni_encode_f)uni_ie_encode_net_cause,
	(uni_decode_f)uni_ie_decode_net_cause
};

static void uni_ie_print_itu_callstate(struct uni_ie_callstate *, struct unicx *);
static int uni_ie_check_itu_callstate(struct uni_ie_callstate *, struct unicx *);
static int uni_ie_encode_itu_callstate(struct uni_msg *, struct uni_ie_callstate *, struct unicx *);
static int uni_ie_decode_itu_callstate(struct uni_ie_callstate *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_callstate = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_callstate,
	(uni_check_f)uni_ie_check_itu_callstate,
	(uni_encode_f)uni_ie_encode_itu_callstate,
	(uni_decode_f)uni_ie_decode_itu_callstate
};

static void uni_ie_print_itu_facility(struct uni_ie_facility *, struct unicx *);
static int uni_ie_check_itu_facility(struct uni_ie_facility *, struct unicx *);
static int uni_ie_encode_itu_facility(struct uni_msg *, struct uni_ie_facility *, struct unicx *);
static int uni_ie_decode_itu_facility(struct uni_ie_facility *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_facility = {
	0,
	UNI_FACILITY_MAXAPDU+1+4,
	(uni_print_f)uni_ie_print_itu_facility,
	(uni_check_f)uni_ie_check_itu_facility,
	(uni_encode_f)uni_ie_encode_itu_facility,
	(uni_decode_f)uni_ie_decode_itu_facility
};

static void uni_ie_print_itu_notify(struct uni_ie_notify *, struct unicx *);
static int uni_ie_check_itu_notify(struct uni_ie_notify *, struct unicx *);
static int uni_ie_encode_itu_notify(struct uni_msg *, struct uni_ie_notify *, struct unicx *);
static int uni_ie_decode_itu_notify(struct uni_ie_notify *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_notify = {
	0,
	UNI_NOTIFY_MAXLEN+4,
	(uni_print_f)uni_ie_print_itu_notify,
	(uni_check_f)uni_ie_check_itu_notify,
	(uni_encode_f)uni_ie_encode_itu_notify,
	(uni_decode_f)uni_ie_decode_itu_notify
};

static void uni_ie_print_itu_eetd(struct uni_ie_eetd *, struct unicx *);
static int uni_ie_check_itu_eetd(struct uni_ie_eetd *, struct unicx *);
static int uni_ie_encode_itu_eetd(struct uni_msg *, struct uni_ie_eetd *, struct unicx *);
static int uni_ie_decode_itu_eetd(struct uni_ie_eetd *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_eetd = {
	0,
	11,
	(uni_print_f)uni_ie_print_itu_eetd,
	(uni_check_f)uni_ie_check_itu_eetd,
	(uni_encode_f)uni_ie_encode_itu_eetd,
	(uni_decode_f)uni_ie_decode_itu_eetd
};

static void uni_ie_print_net_eetd(struct uni_ie_eetd *, struct unicx *);
static int uni_ie_check_net_eetd(struct uni_ie_eetd *, struct unicx *);
static int uni_ie_encode_net_eetd(struct uni_msg *, struct uni_ie_eetd *, struct unicx *);
static int uni_ie_decode_net_eetd(struct uni_ie_eetd *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_eetd = {
	0,
	13,
	(uni_print_f)uni_ie_print_net_eetd,
	(uni_check_f)uni_ie_check_net_eetd,
	(uni_encode_f)uni_ie_encode_net_eetd,
	(uni_decode_f)uni_ie_decode_net_eetd
};

static void uni_ie_print_itu_conned(struct uni_ie_conned *, struct unicx *);
static int uni_ie_check_itu_conned(struct uni_ie_conned *, struct unicx *);
static int uni_ie_encode_itu_conned(struct uni_msg *, struct uni_ie_conned *, struct unicx *);
static int uni_ie_decode_itu_conned(struct uni_ie_conned *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_conned = {
	0,
	25,
	(uni_print_f)uni_ie_print_itu_conned,
	(uni_check_f)uni_ie_check_itu_conned,
	(uni_encode_f)uni_ie_encode_itu_conned,
	(uni_decode_f)uni_ie_decode_itu_conned
};

static void uni_ie_print_itu_connedsub(struct uni_ie_connedsub *, struct unicx *);
static int uni_ie_check_itu_connedsub(struct uni_ie_connedsub *, struct unicx *);
static int uni_ie_encode_itu_connedsub(struct uni_msg *, struct uni_ie_connedsub *, struct unicx *);
static int uni_ie_decode_itu_connedsub(struct uni_ie_connedsub *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_connedsub = {
	UNIFL_ACCESS,
	25,
	(uni_print_f)uni_ie_print_itu_connedsub,
	(uni_check_f)uni_ie_check_itu_connedsub,
	(uni_encode_f)uni_ie_encode_itu_connedsub,
	(uni_decode_f)uni_ie_decode_itu_connedsub
};

static void uni_ie_print_itu_epref(struct uni_ie_epref *, struct unicx *);
static int uni_ie_check_itu_epref(struct uni_ie_epref *, struct unicx *);
static int uni_ie_encode_itu_epref(struct uni_msg *, struct uni_ie_epref *, struct unicx *);
static int uni_ie_decode_itu_epref(struct uni_ie_epref *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_epref = {
	0,
	7,
	(uni_print_f)uni_ie_print_itu_epref,
	(uni_check_f)uni_ie_check_itu_epref,
	(uni_encode_f)uni_ie_encode_itu_epref,
	(uni_decode_f)uni_ie_decode_itu_epref
};

static void uni_ie_print_itu_epstate(struct uni_ie_epstate *, struct unicx *);
static int uni_ie_check_itu_epstate(struct uni_ie_epstate *, struct unicx *);
static int uni_ie_encode_itu_epstate(struct uni_msg *, struct uni_ie_epstate *, struct unicx *);
static int uni_ie_decode_itu_epstate(struct uni_ie_epstate *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_epstate = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_epstate,
	(uni_check_f)uni_ie_check_itu_epstate,
	(uni_encode_f)uni_ie_encode_itu_epstate,
	(uni_decode_f)uni_ie_decode_itu_epstate
};

static void uni_ie_print_itu_aal(struct uni_ie_aal *, struct unicx *);
static int uni_ie_check_itu_aal(struct uni_ie_aal *, struct unicx *);
static int uni_ie_encode_itu_aal(struct uni_msg *, struct uni_ie_aal *, struct unicx *);
static int uni_ie_decode_itu_aal(struct uni_ie_aal *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_aal = {
	UNIFL_ACCESS,
	21,
	(uni_print_f)uni_ie_print_itu_aal,
	(uni_check_f)uni_ie_check_itu_aal,
	(uni_encode_f)uni_ie_encode_itu_aal,
	(uni_decode_f)uni_ie_decode_itu_aal
};

static void uni_ie_print_itu_traffic(struct uni_ie_traffic *, struct unicx *);
static int uni_ie_check_itu_traffic(struct uni_ie_traffic *, struct unicx *);
static int uni_ie_encode_itu_traffic(struct uni_msg *, struct uni_ie_traffic *, struct unicx *);
static int uni_ie_decode_itu_traffic(struct uni_ie_traffic *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_traffic = {
	0,
	30,
	(uni_print_f)uni_ie_print_itu_traffic,
	(uni_check_f)uni_ie_check_itu_traffic,
	(uni_encode_f)uni_ie_encode_itu_traffic,
	(uni_decode_f)uni_ie_decode_itu_traffic
};

static const struct iedecl decl_net_traffic = {
	UNIFL_DEFAULT,
	0,
	(uni_print_f)NULL,
	(uni_check_f)NULL,
	(uni_encode_f)NULL,
	(uni_decode_f)NULL
};

static void uni_ie_print_itu_connid(struct uni_ie_connid *, struct unicx *);
static int uni_ie_check_itu_connid(struct uni_ie_connid *, struct unicx *);
static int uni_ie_encode_itu_connid(struct uni_msg *, struct uni_ie_connid *, struct unicx *);
static int uni_ie_decode_itu_connid(struct uni_ie_connid *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_connid = {
	0,
	9,
	(uni_print_f)uni_ie_print_itu_connid,
	(uni_check_f)uni_ie_check_itu_connid,
	(uni_encode_f)uni_ie_encode_itu_connid,
	(uni_decode_f)uni_ie_decode_itu_connid
};

static void uni_ie_print_itu_qos(struct uni_ie_qos *, struct unicx *);
static int uni_ie_check_itu_qos(struct uni_ie_qos *, struct unicx *);
static int uni_ie_encode_itu_qos(struct uni_msg *, struct uni_ie_qos *, struct unicx *);
static int uni_ie_decode_itu_qos(struct uni_ie_qos *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_qos = {
	0,
	6,
	(uni_print_f)uni_ie_print_itu_qos,
	(uni_check_f)uni_ie_check_itu_qos,
	(uni_encode_f)uni_ie_encode_itu_qos,
	(uni_decode_f)uni_ie_decode_itu_qos
};

static void uni_ie_print_net_qos(struct uni_ie_qos *, struct unicx *);
static int uni_ie_check_net_qos(struct uni_ie_qos *, struct unicx *);
static int uni_ie_encode_net_qos(struct uni_msg *, struct uni_ie_qos *, struct unicx *);
static int uni_ie_decode_net_qos(struct uni_ie_qos *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_qos = {
	0,
	6,
	(uni_print_f)uni_ie_print_net_qos,
	(uni_check_f)uni_ie_check_net_qos,
	(uni_encode_f)uni_ie_encode_net_qos,
	(uni_decode_f)uni_ie_decode_net_qos
};

static void uni_ie_print_itu_bhli(struct uni_ie_bhli *, struct unicx *);
static int uni_ie_check_itu_bhli(struct uni_ie_bhli *, struct unicx *);
static int uni_ie_encode_itu_bhli(struct uni_msg *, struct uni_ie_bhli *, struct unicx *);
static int uni_ie_decode_itu_bhli(struct uni_ie_bhli *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_bhli = {
	UNIFL_ACCESS,
	13,
	(uni_print_f)uni_ie_print_itu_bhli,
	(uni_check_f)uni_ie_check_itu_bhli,
	(uni_encode_f)uni_ie_encode_itu_bhli,
	(uni_decode_f)uni_ie_decode_itu_bhli
};

static void uni_ie_print_itu_bearer(struct uni_ie_bearer *, struct unicx *);
static int uni_ie_check_itu_bearer(struct uni_ie_bearer *, struct unicx *);
static int uni_ie_encode_itu_bearer(struct uni_msg *, struct uni_ie_bearer *, struct unicx *);
static int uni_ie_decode_itu_bearer(struct uni_ie_bearer *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_bearer = {
	0,
	7,
	(uni_print_f)uni_ie_print_itu_bearer,
	(uni_check_f)uni_ie_check_itu_bearer,
	(uni_encode_f)uni_ie_encode_itu_bearer,
	(uni_decode_f)uni_ie_decode_itu_bearer
};

static void uni_ie_print_itu_blli(struct uni_ie_blli *, struct unicx *);
static int uni_ie_check_itu_blli(struct uni_ie_blli *, struct unicx *);
static int uni_ie_encode_itu_blli(struct uni_msg *, struct uni_ie_blli *, struct unicx *);
static int uni_ie_decode_itu_blli(struct uni_ie_blli *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_blli = {
	UNIFL_ACCESS,
	17,
	(uni_print_f)uni_ie_print_itu_blli,
	(uni_check_f)uni_ie_check_itu_blli,
	(uni_encode_f)uni_ie_encode_itu_blli,
	(uni_decode_f)uni_ie_decode_itu_blli
};

static void uni_ie_print_itu_lshift(struct uni_ie_lshift *, struct unicx *);
static int uni_ie_check_itu_lshift(struct uni_ie_lshift *, struct unicx *);
static int uni_ie_encode_itu_lshift(struct uni_msg *, struct uni_ie_lshift *, struct unicx *);
static int uni_ie_decode_itu_lshift(struct uni_ie_lshift *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_lshift = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_lshift,
	(uni_check_f)uni_ie_check_itu_lshift,
	(uni_encode_f)uni_ie_encode_itu_lshift,
	(uni_decode_f)uni_ie_decode_itu_lshift
};

static void uni_ie_print_itu_nlshift(struct uni_ie_nlshift *, struct unicx *);
static int uni_ie_check_itu_nlshift(struct uni_ie_nlshift *, struct unicx *);
static int uni_ie_encode_itu_nlshift(struct uni_msg *, struct uni_ie_nlshift *, struct unicx *);
static int uni_ie_decode_itu_nlshift(struct uni_ie_nlshift *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_nlshift = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_nlshift,
	(uni_check_f)uni_ie_check_itu_nlshift,
	(uni_encode_f)uni_ie_encode_itu_nlshift,
	(uni_decode_f)uni_ie_decode_itu_nlshift
};

static void uni_ie_print_itu_scompl(struct uni_ie_scompl *, struct unicx *);
static int uni_ie_check_itu_scompl(struct uni_ie_scompl *, struct unicx *);
static int uni_ie_encode_itu_scompl(struct uni_msg *, struct uni_ie_scompl *, struct unicx *);
static int uni_ie_decode_itu_scompl(struct uni_ie_scompl *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_scompl = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_scompl,
	(uni_check_f)uni_ie_check_itu_scompl,
	(uni_encode_f)uni_ie_encode_itu_scompl,
	(uni_decode_f)uni_ie_decode_itu_scompl
};

static void uni_ie_print_itu_repeat(struct uni_ie_repeat *, struct unicx *);
static int uni_ie_check_itu_repeat(struct uni_ie_repeat *, struct unicx *);
static int uni_ie_encode_itu_repeat(struct uni_msg *, struct uni_ie_repeat *, struct unicx *);
static int uni_ie_decode_itu_repeat(struct uni_ie_repeat *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_repeat = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_repeat,
	(uni_check_f)uni_ie_check_itu_repeat,
	(uni_encode_f)uni_ie_encode_itu_repeat,
	(uni_decode_f)uni_ie_decode_itu_repeat
};

static void uni_ie_print_itu_calling(struct uni_ie_calling *, struct unicx *);
static int uni_ie_check_itu_calling(struct uni_ie_calling *, struct unicx *);
static int uni_ie_encode_itu_calling(struct uni_msg *, struct uni_ie_calling *, struct unicx *);
static int uni_ie_decode_itu_calling(struct uni_ie_calling *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_calling = {
	0,
	26,
	(uni_print_f)uni_ie_print_itu_calling,
	(uni_check_f)uni_ie_check_itu_calling,
	(uni_encode_f)uni_ie_encode_itu_calling,
	(uni_decode_f)uni_ie_decode_itu_calling
};

static void uni_ie_print_itu_callingsub(struct uni_ie_callingsub *, struct unicx *);
static int uni_ie_check_itu_callingsub(struct uni_ie_callingsub *, struct unicx *);
static int uni_ie_encode_itu_callingsub(struct uni_msg *, struct uni_ie_callingsub *, struct unicx *);
static int uni_ie_decode_itu_callingsub(struct uni_ie_callingsub *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_callingsub = {
	UNIFL_ACCESS,
	25,
	(uni_print_f)uni_ie_print_itu_callingsub,
	(uni_check_f)uni_ie_check_itu_callingsub,
	(uni_encode_f)uni_ie_encode_itu_callingsub,
	(uni_decode_f)uni_ie_decode_itu_callingsub
};

static void uni_ie_print_itu_called(struct uni_ie_called *, struct unicx *);
static int uni_ie_check_itu_called(struct uni_ie_called *, struct unicx *);
static int uni_ie_encode_itu_called(struct uni_msg *, struct uni_ie_called *, struct unicx *);
static int uni_ie_decode_itu_called(struct uni_ie_called *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_called = {
	0,
	25,
	(uni_print_f)uni_ie_print_itu_called,
	(uni_check_f)uni_ie_check_itu_called,
	(uni_encode_f)uni_ie_encode_itu_called,
	(uni_decode_f)uni_ie_decode_itu_called
};

static void uni_ie_print_itu_calledsub(struct uni_ie_calledsub *, struct unicx *);
static int uni_ie_check_itu_calledsub(struct uni_ie_calledsub *, struct unicx *);
static int uni_ie_encode_itu_calledsub(struct uni_msg *, struct uni_ie_calledsub *, struct unicx *);
static int uni_ie_decode_itu_calledsub(struct uni_ie_calledsub *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_calledsub = {
	UNIFL_ACCESS,
	25,
	(uni_print_f)uni_ie_print_itu_calledsub,
	(uni_check_f)uni_ie_check_itu_calledsub,
	(uni_encode_f)uni_ie_encode_itu_calledsub,
	(uni_decode_f)uni_ie_decode_itu_calledsub
};

static void uni_ie_print_itu_tns(struct uni_ie_tns *, struct unicx *);
static int uni_ie_check_itu_tns(struct uni_ie_tns *, struct unicx *);
static int uni_ie_encode_itu_tns(struct uni_msg *, struct uni_ie_tns *, struct unicx *);
static int uni_ie_decode_itu_tns(struct uni_ie_tns *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_tns = {
	0,
	9,
	(uni_print_f)uni_ie_print_itu_tns,
	(uni_check_f)uni_ie_check_itu_tns,
	(uni_encode_f)uni_ie_encode_itu_tns,
	(uni_decode_f)uni_ie_decode_itu_tns
};

static const struct iedecl decl_net_tns = {
	UNIFL_DEFAULT,
	0,
	(uni_print_f)NULL,
	(uni_check_f)NULL,
	(uni_encode_f)NULL,
	(uni_decode_f)NULL
};

static void uni_ie_print_itu_restart(struct uni_ie_restart *, struct unicx *);
static int uni_ie_check_itu_restart(struct uni_ie_restart *, struct unicx *);
static int uni_ie_encode_itu_restart(struct uni_msg *, struct uni_ie_restart *, struct unicx *);
static int uni_ie_decode_itu_restart(struct uni_ie_restart *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_restart = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_restart,
	(uni_check_f)uni_ie_check_itu_restart,
	(uni_encode_f)uni_ie_encode_itu_restart,
	(uni_decode_f)uni_ie_decode_itu_restart
};

static void uni_ie_print_itu_uu(struct uni_ie_uu *, struct unicx *);
static int uni_ie_check_itu_uu(struct uni_ie_uu *, struct unicx *);
static int uni_ie_encode_itu_uu(struct uni_msg *, struct uni_ie_uu *, struct unicx *);
static int uni_ie_decode_itu_uu(struct uni_ie_uu *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_uu = {
	UNIFL_ACCESS,
	UNI_UU_MAXLEN+4,
	(uni_print_f)uni_ie_print_itu_uu,
	(uni_check_f)uni_ie_check_itu_uu,
	(uni_encode_f)uni_ie_encode_itu_uu,
	(uni_decode_f)uni_ie_decode_itu_uu
};

static void uni_ie_print_net_git(struct uni_ie_git *, struct unicx *);
static int uni_ie_check_net_git(struct uni_ie_git *, struct unicx *);
static int uni_ie_encode_net_git(struct uni_msg *, struct uni_ie_git *, struct unicx *);
static int uni_ie_decode_net_git(struct uni_ie_git *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_git = {
	0,
	33,
	(uni_print_f)uni_ie_print_net_git,
	(uni_check_f)uni_ie_check_net_git,
	(uni_encode_f)uni_ie_encode_net_git,
	(uni_decode_f)uni_ie_decode_net_git
};

static void uni_ie_print_itu_mintraffic(struct uni_ie_mintraffic *, struct unicx *);
static int uni_ie_check_itu_mintraffic(struct uni_ie_mintraffic *, struct unicx *);
static int uni_ie_encode_itu_mintraffic(struct uni_msg *, struct uni_ie_mintraffic *, struct unicx *);
static int uni_ie_decode_itu_mintraffic(struct uni_ie_mintraffic *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_mintraffic = {
	0,
	20,
	(uni_print_f)uni_ie_print_itu_mintraffic,
	(uni_check_f)uni_ie_check_itu_mintraffic,
	(uni_encode_f)uni_ie_encode_itu_mintraffic,
	(uni_decode_f)uni_ie_decode_itu_mintraffic
};

static const struct iedecl decl_net_mintraffic = {
	UNIFL_DEFAULT,
	0,
	(uni_print_f)NULL,
	(uni_check_f)NULL,
	(uni_encode_f)NULL,
	(uni_decode_f)NULL
};

static void uni_ie_print_itu_atraffic(struct uni_ie_atraffic *, struct unicx *);
static int uni_ie_check_itu_atraffic(struct uni_ie_atraffic *, struct unicx *);
static int uni_ie_encode_itu_atraffic(struct uni_msg *, struct uni_ie_atraffic *, struct unicx *);
static int uni_ie_decode_itu_atraffic(struct uni_ie_atraffic *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_atraffic = {
	0,
	30,
	(uni_print_f)uni_ie_print_itu_atraffic,
	(uni_check_f)uni_ie_check_itu_atraffic,
	(uni_encode_f)uni_ie_encode_itu_atraffic,
	(uni_decode_f)uni_ie_decode_itu_atraffic
};

static const struct iedecl decl_net_atraffic = {
	UNIFL_DEFAULT,
	0,
	(uni_print_f)NULL,
	(uni_check_f)NULL,
	(uni_encode_f)NULL,
	(uni_decode_f)NULL
};

static void uni_ie_print_net_abrsetup(struct uni_ie_abrsetup *, struct unicx *);
static int uni_ie_check_net_abrsetup(struct uni_ie_abrsetup *, struct unicx *);
static int uni_ie_encode_net_abrsetup(struct uni_msg *, struct uni_ie_abrsetup *, struct unicx *);
static int uni_ie_decode_net_abrsetup(struct uni_ie_abrsetup *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_abrsetup = {
	0,
	36,
	(uni_print_f)uni_ie_print_net_abrsetup,
	(uni_check_f)uni_ie_check_net_abrsetup,
	(uni_encode_f)uni_ie_encode_net_abrsetup,
	(uni_decode_f)uni_ie_decode_net_abrsetup
};

static void uni_ie_print_itu_report(struct uni_ie_report *, struct unicx *);
static int uni_ie_check_itu_report(struct uni_ie_report *, struct unicx *);
static int uni_ie_encode_itu_report(struct uni_msg *, struct uni_ie_report *, struct unicx *);
static int uni_ie_decode_itu_report(struct uni_ie_report *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_report = {
	0,
	5,
	(uni_print_f)uni_ie_print_itu_report,
	(uni_check_f)uni_ie_check_itu_report,
	(uni_encode_f)uni_ie_encode_itu_report,
	(uni_decode_f)uni_ie_decode_itu_report
};

static void uni_ie_print_net_called_soft(struct uni_ie_called_soft *, struct unicx *);
static int uni_ie_check_net_called_soft(struct uni_ie_called_soft *, struct unicx *);
static int uni_ie_encode_net_called_soft(struct uni_msg *, struct uni_ie_called_soft *, struct unicx *);
static int uni_ie_decode_net_called_soft(struct uni_ie_called_soft *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_called_soft = {
	0,
	11,
	(uni_print_f)uni_ie_print_net_called_soft,
	(uni_check_f)uni_ie_check_net_called_soft,
	(uni_encode_f)uni_ie_encode_net_called_soft,
	(uni_decode_f)uni_ie_decode_net_called_soft
};

static void uni_ie_print_net_crankback(struct uni_ie_crankback *, struct unicx *);
static int uni_ie_check_net_crankback(struct uni_ie_crankback *, struct unicx *);
static int uni_ie_encode_net_crankback(struct uni_msg *, struct uni_ie_crankback *, struct unicx *);
static int uni_ie_decode_net_crankback(struct uni_ie_crankback *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_crankback = {
	0,
	72,
	(uni_print_f)uni_ie_print_net_crankback,
	(uni_check_f)uni_ie_check_net_crankback,
	(uni_encode_f)uni_ie_encode_net_crankback,
	(uni_decode_f)uni_ie_decode_net_crankback
};

static void uni_ie_print_net_dtl(struct uni_ie_dtl *, struct unicx *);
static int uni_ie_check_net_dtl(struct uni_ie_dtl *, struct unicx *);
static int uni_ie_encode_net_dtl(struct uni_msg *, struct uni_ie_dtl *, struct unicx *);
static int uni_ie_decode_net_dtl(struct uni_ie_dtl *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_dtl = {
	0,
	UNI_DTL_LOGNP_SIZE*UNI_DTL_MAXNUM+6,
	(uni_print_f)uni_ie_print_net_dtl,
	(uni_check_f)uni_ie_check_net_dtl,
	(uni_encode_f)uni_ie_encode_net_dtl,
	(uni_decode_f)uni_ie_decode_net_dtl
};

static void uni_ie_print_net_calling_soft(struct uni_ie_calling_soft *, struct unicx *);
static int uni_ie_check_net_calling_soft(struct uni_ie_calling_soft *, struct unicx *);
static int uni_ie_encode_net_calling_soft(struct uni_msg *, struct uni_ie_calling_soft *, struct unicx *);
static int uni_ie_decode_net_calling_soft(struct uni_ie_calling_soft *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_calling_soft = {
	0,
	10,
	(uni_print_f)uni_ie_print_net_calling_soft,
	(uni_check_f)uni_ie_check_net_calling_soft,
	(uni_encode_f)uni_ie_encode_net_calling_soft,
	(uni_decode_f)uni_ie_decode_net_calling_soft
};

static void uni_ie_print_net_abradd(struct uni_ie_abradd *, struct unicx *);
static int uni_ie_check_net_abradd(struct uni_ie_abradd *, struct unicx *);
static int uni_ie_encode_net_abradd(struct uni_msg *, struct uni_ie_abradd *, struct unicx *);
static int uni_ie_decode_net_abradd(struct uni_ie_abradd *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_abradd = {
	0,
	14,
	(uni_print_f)uni_ie_print_net_abradd,
	(uni_check_f)uni_ie_check_net_abradd,
	(uni_encode_f)uni_ie_encode_net_abradd,
	(uni_decode_f)uni_ie_decode_net_abradd
};

static void uni_ie_print_net_lij_callid(struct uni_ie_lij_callid *, struct unicx *);
static int uni_ie_check_net_lij_callid(struct uni_ie_lij_callid *, struct unicx *);
static int uni_ie_encode_net_lij_callid(struct uni_msg *, struct uni_ie_lij_callid *, struct unicx *);
static int uni_ie_decode_net_lij_callid(struct uni_ie_lij_callid *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_lij_callid = {
	0,
	9,
	(uni_print_f)uni_ie_print_net_lij_callid,
	(uni_check_f)uni_ie_check_net_lij_callid,
	(uni_encode_f)uni_ie_encode_net_lij_callid,
	(uni_decode_f)uni_ie_decode_net_lij_callid
};

static void uni_ie_print_net_lij_param(struct uni_ie_lij_param *, struct unicx *);
static int uni_ie_check_net_lij_param(struct uni_ie_lij_param *, struct unicx *);
static int uni_ie_encode_net_lij_param(struct uni_msg *, struct uni_ie_lij_param *, struct unicx *);
static int uni_ie_decode_net_lij_param(struct uni_ie_lij_param *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_lij_param = {
	0,
	5,
	(uni_print_f)uni_ie_print_net_lij_param,
	(uni_check_f)uni_ie_check_net_lij_param,
	(uni_encode_f)uni_ie_encode_net_lij_param,
	(uni_decode_f)uni_ie_decode_net_lij_param
};

static void uni_ie_print_net_lij_seqno(struct uni_ie_lij_seqno *, struct unicx *);
static int uni_ie_check_net_lij_seqno(struct uni_ie_lij_seqno *, struct unicx *);
static int uni_ie_encode_net_lij_seqno(struct uni_msg *, struct uni_ie_lij_seqno *, struct unicx *);
static int uni_ie_decode_net_lij_seqno(struct uni_ie_lij_seqno *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_lij_seqno = {
	0,
	8,
	(uni_print_f)uni_ie_print_net_lij_seqno,
	(uni_check_f)uni_ie_check_net_lij_seqno,
	(uni_encode_f)uni_ie_encode_net_lij_seqno,
	(uni_decode_f)uni_ie_decode_net_lij_seqno
};

static void uni_ie_print_net_cscope(struct uni_ie_cscope *, struct unicx *);
static int uni_ie_check_net_cscope(struct uni_ie_cscope *, struct unicx *);
static int uni_ie_encode_net_cscope(struct uni_msg *, struct uni_ie_cscope *, struct unicx *);
static int uni_ie_decode_net_cscope(struct uni_ie_cscope *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_cscope = {
	0,
	6,
	(uni_print_f)uni_ie_print_net_cscope,
	(uni_check_f)uni_ie_check_net_cscope,
	(uni_encode_f)uni_ie_encode_net_cscope,
	(uni_decode_f)uni_ie_decode_net_cscope
};

static void uni_ie_print_net_exqos(struct uni_ie_exqos *, struct unicx *);
static int uni_ie_check_net_exqos(struct uni_ie_exqos *, struct unicx *);
static int uni_ie_encode_net_exqos(struct uni_msg *, struct uni_ie_exqos *, struct unicx *);
static int uni_ie_decode_net_exqos(struct uni_ie_exqos *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_exqos = {
	0,
	25,
	(uni_print_f)uni_ie_print_net_exqos,
	(uni_check_f)uni_ie_check_net_exqos,
	(uni_encode_f)uni_ie_encode_net_exqos,
	(uni_decode_f)uni_ie_decode_net_exqos
};

static void uni_ie_print_net_mdcr(struct uni_ie_mdcr *, struct unicx *);
static int uni_ie_check_net_mdcr(struct uni_ie_mdcr *, struct unicx *);
static int uni_ie_encode_net_mdcr(struct uni_msg *, struct uni_ie_mdcr *, struct unicx *);
static int uni_ie_decode_net_mdcr(struct uni_ie_mdcr *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_net_mdcr = {
	0,
	13,
	(uni_print_f)uni_ie_print_net_mdcr,
	(uni_check_f)uni_ie_check_net_mdcr,
	(uni_encode_f)uni_ie_encode_net_mdcr,
	(uni_decode_f)uni_ie_decode_net_mdcr
};

static void uni_ie_print_itu_unrec(struct uni_ie_unrec *, struct unicx *);
static int uni_ie_check_itu_unrec(struct uni_ie_unrec *, struct unicx *);
static int uni_ie_encode_itu_unrec(struct uni_msg *, struct uni_ie_unrec *, struct unicx *);
static int uni_ie_decode_itu_unrec(struct uni_ie_unrec *, struct uni_msg *, u_int, struct unicx *);

static struct iedecl decl_itu_unrec = {
	0,
	128,
	(uni_print_f)uni_ie_print_itu_unrec,
	(uni_check_f)uni_ie_check_itu_unrec,
	(uni_encode_f)uni_ie_encode_itu_unrec,
	(uni_decode_f)uni_ie_decode_itu_unrec
};

const struct iedecl *uni_ietable[256][4] = {
	{ NULL, NULL, NULL, NULL, }, /* 0x00 */
	{ NULL, NULL, NULL, NULL, }, /* 0x01 */
	{ NULL, NULL, NULL, NULL, }, /* 0x02 */
	{ NULL, NULL, NULL, NULL, }, /* 0x03 */
	{ NULL, NULL, NULL, NULL, }, /* 0x04 */
	{ NULL, NULL, NULL, NULL, }, /* 0x05 */
	{ NULL, NULL, NULL, NULL, }, /* 0x06 */
	{ NULL, NULL, NULL, NULL, }, /* 0x07 */
	{ &decl_itu_cause, NULL, NULL, &decl_net_cause, }, /* 0x08 */
	{ NULL, NULL, NULL, NULL, }, /* 0x09 */
	{ NULL, NULL, NULL, NULL, }, /* 0x0a */
	{ NULL, NULL, NULL, NULL, }, /* 0x0b */
	{ NULL, NULL, NULL, NULL, }, /* 0x0c */
	{ NULL, NULL, NULL, NULL, }, /* 0x0d */
	{ NULL, NULL, NULL, NULL, }, /* 0x0e */
	{ NULL, NULL, NULL, NULL, }, /* 0x0f */
	{ NULL, NULL, NULL, NULL, }, /* 0x10 */
	{ NULL, NULL, NULL, NULL, }, /* 0x11 */
	{ NULL, NULL, NULL, NULL, }, /* 0x12 */
	{ NULL, NULL, NULL, NULL, }, /* 0x13 */
	{ &decl_itu_callstate, NULL, NULL, NULL, }, /* 0x14 */
	{ NULL, NULL, NULL, NULL, }, /* 0x15 */
	{ NULL, NULL, NULL, NULL, }, /* 0x16 */
	{ NULL, NULL, NULL, NULL, }, /* 0x17 */
	{ NULL, NULL, NULL, NULL, }, /* 0x18 */
	{ NULL, NULL, NULL, NULL, }, /* 0x19 */
	{ NULL, NULL, NULL, NULL, }, /* 0x1a */
	{ NULL, NULL, NULL, NULL, }, /* 0x1b */
	{ &decl_itu_facility, NULL, NULL, NULL, }, /* 0x1c */
	{ NULL, NULL, NULL, NULL, }, /* 0x1d */
	{ NULL, NULL, NULL, NULL, }, /* 0x1e */
	{ NULL, NULL, NULL, NULL, }, /* 0x1f */
	{ NULL, NULL, NULL, NULL, }, /* 0x20 */
	{ NULL, NULL, NULL, NULL, }, /* 0x21 */
	{ NULL, NULL, NULL, NULL, }, /* 0x22 */
	{ NULL, NULL, NULL, NULL, }, /* 0x23 */
	{ NULL, NULL, NULL, NULL, }, /* 0x24 */
	{ NULL, NULL, NULL, NULL, }, /* 0x25 */
	{ NULL, NULL, NULL, NULL, }, /* 0x26 */
	{ &decl_itu_notify, NULL, NULL, NULL, }, /* 0x27 */
	{ NULL, NULL, NULL, NULL, }, /* 0x28 */
	{ NULL, NULL, NULL, NULL, }, /* 0x29 */
	{ NULL, NULL, NULL, NULL, }, /* 0x2a */
	{ NULL, NULL, NULL, NULL, }, /* 0x2b */
	{ NULL, NULL, NULL, NULL, }, /* 0x2c */
	{ NULL, NULL, NULL, NULL, }, /* 0x2d */
	{ NULL, NULL, NULL, NULL, }, /* 0x2e */
	{ NULL, NULL, NULL, NULL, }, /* 0x2f */
	{ NULL, NULL, NULL, NULL, }, /* 0x30 */
	{ NULL, NULL, NULL, NULL, }, /* 0x31 */
	{ NULL, NULL, NULL, NULL, }, /* 0x32 */
	{ NULL, NULL, NULL, NULL, }, /* 0x33 */
	{ NULL, NULL, NULL, NULL, }, /* 0x34 */
	{ NULL, NULL, NULL, NULL, }, /* 0x35 */
	{ NULL, NULL, NULL, NULL, }, /* 0x36 */
	{ NULL, NULL, NULL, NULL, }, /* 0x37 */
	{ NULL, NULL, NULL, NULL, }, /* 0x38 */
	{ NULL, NULL, NULL, NULL, }, /* 0x39 */
	{ NULL, NULL, NULL, NULL, }, /* 0x3a */
	{ NULL, NULL, NULL, NULL, }, /* 0x3b */
	{ NULL, NULL, NULL, NULL, }, /* 0x3c */
	{ NULL, NULL, NULL, NULL, }, /* 0x3d */
	{ NULL, NULL, NULL, NULL, }, /* 0x3e */
	{ NULL, NULL, NULL, NULL, }, /* 0x3f */
	{ NULL, NULL, NULL, NULL, }, /* 0x40 */
	{ NULL, NULL, NULL, NULL, }, /* 0x41 */
	{ &decl_itu_eetd, NULL, NULL, &decl_net_eetd, }, /* 0x42 */
	{ NULL, NULL, NULL, NULL, }, /* 0x43 */
	{ NULL, NULL, NULL, NULL, }, /* 0x44 */
	{ NULL, NULL, NULL, NULL, }, /* 0x45 */
	{ NULL, NULL, NULL, NULL, }, /* 0x46 */
	{ NULL, NULL, NULL, NULL, }, /* 0x47 */
	{ NULL, NULL, NULL, NULL, }, /* 0x48 */
	{ NULL, NULL, NULL, NULL, }, /* 0x49 */
	{ NULL, NULL, NULL, NULL, }, /* 0x4a */
	{ NULL, NULL, NULL, NULL, }, /* 0x4b */
	{ &decl_itu_conned, NULL, NULL, NULL, }, /* 0x4c */
	{ &decl_itu_connedsub, NULL, NULL, NULL, }, /* 0x4d */
	{ NULL, NULL, NULL, NULL, }, /* 0x4e */
	{ NULL, NULL, NULL, NULL, }, /* 0x4f */
	{ NULL, NULL, NULL, NULL, }, /* 0x50 */
	{ NULL, NULL, NULL, NULL, }, /* 0x51 */
	{ NULL, NULL, NULL, NULL, }, /* 0x52 */
	{ NULL, NULL, NULL, NULL, }, /* 0x53 */
	{ &decl_itu_epref, NULL, NULL, NULL, }, /* 0x54 */
	{ &decl_itu_epstate, NULL, NULL, NULL, }, /* 0x55 */
	{ NULL, NULL, NULL, NULL, }, /* 0x56 */
	{ NULL, NULL, NULL, NULL, }, /* 0x57 */
	{ &decl_itu_aal, NULL, NULL, NULL, }, /* 0x58 */
	{ &decl_itu_traffic, NULL, NULL, &decl_net_traffic, }, /* 0x59 */
	{ &decl_itu_connid, NULL, NULL, NULL, }, /* 0x5a */
	{ NULL, NULL, NULL, NULL, }, /* 0x5b */
	{ &decl_itu_qos, NULL, NULL, &decl_net_qos, }, /* 0x5c */
	{ &decl_itu_bhli, NULL, NULL, NULL, }, /* 0x5d */
	{ &decl_itu_bearer, NULL, NULL, NULL, }, /* 0x5e */
	{ &decl_itu_blli, NULL, NULL, NULL, }, /* 0x5f */
	{ &decl_itu_lshift, NULL, NULL, NULL, }, /* 0x60 */
	{ &decl_itu_nlshift, NULL, NULL, NULL, }, /* 0x61 */
	{ &decl_itu_scompl, NULL, NULL, NULL, }, /* 0x62 */
	{ &decl_itu_repeat, NULL, NULL, NULL, }, /* 0x63 */
	{ NULL, NULL, NULL, NULL, }, /* 0x64 */
	{ NULL, NULL, NULL, NULL, }, /* 0x65 */
	{ NULL, NULL, NULL, NULL, }, /* 0x66 */
	{ NULL, NULL, NULL, NULL, }, /* 0x67 */
	{ NULL, NULL, NULL, NULL, }, /* 0x68 */
	{ NULL, NULL, NULL, NULL, }, /* 0x69 */
	{ NULL, NULL, NULL, NULL, }, /* 0x6a */
	{ NULL, NULL, NULL, NULL, }, /* 0x6b */
	{ &decl_itu_calling, NULL, NULL, NULL, }, /* 0x6c */
	{ &decl_itu_callingsub, NULL, NULL, NULL, }, /* 0x6d */
	{ NULL, NULL, NULL, NULL, }, /* 0x6e */
	{ NULL, NULL, NULL, NULL, }, /* 0x6f */
	{ &decl_itu_called, NULL, NULL, NULL, }, /* 0x70 */
	{ &decl_itu_calledsub, NULL, NULL, NULL, }, /* 0x71 */
	{ NULL, NULL, NULL, NULL, }, /* 0x72 */
	{ NULL, NULL, NULL, NULL, }, /* 0x73 */
	{ NULL, NULL, NULL, NULL, }, /* 0x74 */
	{ NULL, NULL, NULL, NULL, }, /* 0x75 */
	{ NULL, NULL, NULL, NULL, }, /* 0x76 */
	{ NULL, NULL, NULL, NULL, }, /* 0x77 */
	{ &decl_itu_tns, NULL, NULL, &decl_net_tns, }, /* 0x78 */
	{ &decl_itu_restart, NULL, NULL, NULL, }, /* 0x79 */
	{ NULL, NULL, NULL, NULL, }, /* 0x7a */
	{ NULL, NULL, NULL, NULL, }, /* 0x7b */
	{ NULL, NULL, NULL, NULL, }, /* 0x7c */
	{ NULL, NULL, NULL, NULL, }, /* 0x7d */
	{ &decl_itu_uu, NULL, NULL, NULL, }, /* 0x7e */
	{ NULL, NULL, NULL, &decl_net_git, }, /* 0x7f */
	{ NULL, NULL, NULL, NULL, }, /* 0x80 */
	{ &decl_itu_mintraffic, NULL, NULL, &decl_net_mintraffic, }, /* 0x81 */
	{ &decl_itu_atraffic, NULL, NULL, &decl_net_atraffic, }, /* 0x82 */
	{ NULL, NULL, NULL, NULL, }, /* 0x83 */
	{ NULL, NULL, NULL, &decl_net_abrsetup, }, /* 0x84 */
	{ NULL, NULL, NULL, NULL, }, /* 0x85 */
	{ NULL, NULL, NULL, NULL, }, /* 0x86 */
	{ NULL, NULL, NULL, NULL, }, /* 0x87 */
	{ NULL, NULL, NULL, NULL, }, /* 0x88 */
	{ &decl_itu_report, NULL, NULL, NULL, }, /* 0x89 */
	{ NULL, NULL, NULL, NULL, }, /* 0x8a */
	{ NULL, NULL, NULL, NULL, }, /* 0x8b */
	{ NULL, NULL, NULL, NULL, }, /* 0x8c */
	{ NULL, NULL, NULL, NULL, }, /* 0x8d */
	{ NULL, NULL, NULL, NULL, }, /* 0x8e */
	{ NULL, NULL, NULL, NULL, }, /* 0x8f */
	{ NULL, NULL, NULL, NULL, }, /* 0x90 */
	{ NULL, NULL, NULL, NULL, }, /* 0x91 */
	{ NULL, NULL, NULL, NULL, }, /* 0x92 */
	{ NULL, NULL, NULL, NULL, }, /* 0x93 */
	{ NULL, NULL, NULL, NULL, }, /* 0x94 */
	{ NULL, NULL, NULL, NULL, }, /* 0x95 */
	{ NULL, NULL, NULL, NULL, }, /* 0x96 */
	{ NULL, NULL, NULL, NULL, }, /* 0x97 */
	{ NULL, NULL, NULL, NULL, }, /* 0x98 */
	{ NULL, NULL, NULL, NULL, }, /* 0x99 */
	{ NULL, NULL, NULL, NULL, }, /* 0x9a */
	{ NULL, NULL, NULL, NULL, }, /* 0x9b */
	{ NULL, NULL, NULL, NULL, }, /* 0x9c */
	{ NULL, NULL, NULL, NULL, }, /* 0x9d */
	{ NULL, NULL, NULL, NULL, }, /* 0x9e */
	{ NULL, NULL, NULL, NULL, }, /* 0x9f */
	{ NULL, NULL, NULL, NULL, }, /* 0xa0 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa1 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa2 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa3 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa7 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa8 */
	{ NULL, NULL, NULL, NULL, }, /* 0xa9 */
	{ NULL, NULL, NULL, NULL, }, /* 0xaa */
	{ NULL, NULL, NULL, NULL, }, /* 0xab */
	{ NULL, NULL, NULL, NULL, }, /* 0xac */
	{ NULL, NULL, NULL, NULL, }, /* 0xad */
	{ NULL, NULL, NULL, NULL, }, /* 0xae */
	{ NULL, NULL, NULL, NULL, }, /* 0xaf */
	{ NULL, NULL, NULL, NULL, }, /* 0xb0 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb1 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb2 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb3 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb7 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb8 */
	{ NULL, NULL, NULL, NULL, }, /* 0xb9 */
	{ NULL, NULL, NULL, NULL, }, /* 0xba */
	{ NULL, NULL, NULL, NULL, }, /* 0xbb */
	{ NULL, NULL, NULL, NULL, }, /* 0xbc */
	{ NULL, NULL, NULL, NULL, }, /* 0xbd */
	{ NULL, NULL, NULL, NULL, }, /* 0xbe */
	{ NULL, NULL, NULL, NULL, }, /* 0xbf */
	{ NULL, NULL, NULL, NULL, }, /* 0xc0 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc1 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc2 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc3 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc7 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc8 */
	{ NULL, NULL, NULL, NULL, }, /* 0xc9 */
	{ NULL, NULL, NULL, NULL, }, /* 0xca */
	{ NULL, NULL, NULL, NULL, }, /* 0xcb */
	{ NULL, NULL, NULL, NULL, }, /* 0xcc */
	{ NULL, NULL, NULL, NULL, }, /* 0xcd */
	{ NULL, NULL, NULL, NULL, }, /* 0xce */
	{ NULL, NULL, NULL, NULL, }, /* 0xcf */
	{ NULL, NULL, NULL, NULL, }, /* 0xd0 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd1 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd2 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd3 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd7 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd8 */
	{ NULL, NULL, NULL, NULL, }, /* 0xd9 */
	{ NULL, NULL, NULL, NULL, }, /* 0xda */
	{ NULL, NULL, NULL, NULL, }, /* 0xdb */
	{ NULL, NULL, NULL, NULL, }, /* 0xdc */
	{ NULL, NULL, NULL, NULL, }, /* 0xdd */
	{ NULL, NULL, NULL, NULL, }, /* 0xde */
	{ NULL, NULL, NULL, NULL, }, /* 0xdf */
	{ NULL, NULL, NULL, &decl_net_called_soft, }, /* 0xe0 */
	{ NULL, NULL, NULL, &decl_net_crankback, }, /* 0xe1 */
	{ NULL, NULL, NULL, &decl_net_dtl, }, /* 0xe2 */
	{ NULL, NULL, NULL, &decl_net_calling_soft, }, /* 0xe3 */
	{ NULL, NULL, NULL, &decl_net_abradd, }, /* 0xe4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xe5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xe6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xe7 */
	{ NULL, NULL, NULL, &decl_net_lij_callid, }, /* 0xe8 */
	{ NULL, NULL, NULL, &decl_net_lij_param, }, /* 0xe9 */
	{ NULL, NULL, NULL, &decl_net_lij_seqno, }, /* 0xea */
	{ NULL, NULL, NULL, &decl_net_cscope, }, /* 0xeb */
	{ NULL, NULL, NULL, &decl_net_exqos, }, /* 0xec */
	{ NULL, NULL, NULL, NULL, }, /* 0xed */
	{ NULL, NULL, NULL, NULL, }, /* 0xee */
	{ NULL, NULL, NULL, NULL, }, /* 0xef */
	{ NULL, NULL, NULL, &decl_net_mdcr, }, /* 0xf0 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf1 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf2 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf3 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf4 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf5 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf6 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf7 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf8 */
	{ NULL, NULL, NULL, NULL, }, /* 0xf9 */
	{ NULL, NULL, NULL, NULL, }, /* 0xfa */
	{ NULL, NULL, NULL, NULL, }, /* 0xfb */
	{ NULL, NULL, NULL, NULL, }, /* 0xfc */
	{ NULL, NULL, NULL, NULL, }, /* 0xfd */
	{ &decl_itu_unrec, NULL, NULL, NULL, }, /* 0xfe */
	{ NULL, NULL, NULL, NULL, }, /* 0xff */
};