comparison cdg-hybrid/sap/8010_157_upm_sap.pdf @ 212:e7a67accfad9

cdg-hybrid cdginc headers created
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 21:52:58 +0000
parents
children
comparison
equal deleted inserted replaced
211:02269c474131 212:e7a67accfad9
1 ;********************************************************************************
2 ;*** File : 8010_157_upm_sap.pdf
3 ;*** Creation : Wed Mar 11 09:57:56 CST 2009
4 ;*** XSLT Processor : Apache Software Foundation / http://xml.apache.org/xalan-j / supports XSLT-Ver: 1
5 ;*** Copyright : (c) Texas Instruments AG, Berlin Germany 2002
6 ;********************************************************************************
7 ;*** Document Type : Service Access Point Specification
8 ;*** Document Name : 8010_157_upm_sap
9 ;*** Document No. : 8010.157.04.003
10 ;*** Document Date : 2004-01-19
11 ;*** Document Status: APPROVED
12 ;*** Document Author: MVJ
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Thu Nov 29 09:29:28 2007"
18 PRAGMA LAST_MODIFIED "2004-01-19"
19 PRAGMA ID_AND_VERSION "8010.157.04.003"
20 PRAGMA PREFIX UPM ; Prefix for this document
21 PRAGMA ALLWAYS_ENUM_IN_VAL_FILE YES ; Enumeration values in value file
22 PRAGMA ENABLE_GROUP NO ; Enable h-file grouping
23 PRAGMA COMPATIBILITY_DEFINES NO ; Compatible to the old #defines
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39 ; UPM_DTI_REQ 0x8000009D
40 ; UPM_DTI_CNF 0x8000409D
41 ; UPM_COUNT_REQ 0x8001009D
42 ; UPM_COUNT_CNF 0x8001409D
43
44
45
46 PRIM UPM_DTI_REQ 0x8000009D
47 {
48 EXTERN @p_8010_137_nas_include - nsapi@ nsapi ; Network layer service access point identifier
49 EXTERN @p_8010_137_nas_include - dti_conn@ dti_conn ; DTI connect
50 EXTERN @p_8010_137_nas_include - dti_direction@ dti_direction ; DTI direction
51 EXTERN @p_8010_137_nas_include - dti_linkid@ dti_linkid ; DTI link ID
52 EXTERN @p_8010_137_nas_include - dti_neighbor@ dti_neighbor ; DTI neighbor
53 }
54
55
56
57
58
59
60 PRIM UPM_DTI_CNF 0x8000409D
61 {
62 EXTERN @p_8010_137_nas_include - dti_linkid@ dti_linkid ; DTI Link ID
63 EXTERN @p_8010_137_nas_include - dti_conn@ dti_conn ; DTI connect
64 }
65
66
67
68
69
70
71 PRIM UPM_COUNT_REQ 0x8001009D
72 {
73 EXTERN @p_8010_137_nas_include - nsapi@ nsapi ; network layer service access point identifier
74 EXTERN @p_8010_137_nas_include - reset@ reset ; shall counters be reset
75 }
76
77
78
79
80
81
82 PRIM UPM_COUNT_CNF 0x8001409D
83 {
84 EXTERN @p_8010_137_nas_include - nsapi@ nsapi ; network layer service access point identifier
85 EXTERN @p_8010_137_nas_include - octets_uplink@ octets_uplink ; octets uplink
86 EXTERN @p_8010_137_nas_include - octets_downlink@ octets_downlink ; octets downlink
87 EXTERN @p_8010_137_nas_include - packets_uplink@ packets_uplink ; packets uplink
88 EXTERN @p_8010_137_nas_include - packets_downlink@ packets_downlink ; packets downlink
89 }
90
91
92
93
94
95
96
97
98