comparison cdg211/prim/mdl.pdf @ 4:56abf6cf8a0b

cdg211: cdginc/mdf/pdf files from TCS211-20070608
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 01:11:35 +0000
parents
children
comparison
equal deleted inserted replaced
3:93999a60b835 4:56abf6cf8a0b
1 ;********************************************************************************
2 ;*** File : mdl.pdf
3 ;*** Creation : Fri Jun 08 13:57:47 CST 2007
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 : mdl
9 ;*** Document No. : 6147.111.97.101
10 ;*** Document Date : 2002-04-19
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: SBK
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Mon Nov 24 15:49:58 2003"
18 PRAGMA LAST_MODIFIED "2002-04-19"
19 PRAGMA ID_AND_VERSION "6147.111.97.101"
20
21
22
23
24
25
26 VALTAB VAL_ch_type
27 VAL 0 CH_TYPE_SACCH "SACCH"
28 VAL 1 CH_TYPE_SDCCH "SDCCH"
29 VAL 2 CH_TYPE_FACCH "FACCH"
30 VAL 3 CH_TYPE_BCCH "BCCH"
31 VAL 4 CH_TYPE_CCCH "CCCH"
32 VAL 5 CH_TYPE_RACH "RACH"
33 VAL 6 CH_TYPE_NBR_CEL_BCCH "Neighbour Cell BCCH"
34
35 VALTAB VAL_sapi
36 VAL 0 SAPI_0 "SAPI 0"
37 VAL 3 SAPI_3 "SAPI 3"
38
39 VALTAB VAL_cs
40 VAL 0 CS_T200_EXP "T200 expired (N200 + 1 times)"
41 VAL 1 CS_REEST_REQ "re-establishment request"
42 VAL 2 CS_UNSOL_UA_RESP "unsolicited UA response"
43 VAL 3 CS_UNSOL_DM_RESP "unsolicited DM response"
44 VAL 4 CS_UNSOL_DM_RESP_MULT_FRM "unsolicited DM response, multiple frame established state"
45 VAL 5 CS_UNSOL_SUP_RESP "unsolicited supervisory response"
46 VAL 6 CS_SEQ_ERR "sequence error"
47 VAL 7 CS_UFRM_W_INC_PARA "U frame with incorrect parameters"
48 VAL 8 CS_SFRM_W_INC_PARA "S frame with incorrect parameters"
49 VAL 9 CS_IFRM_W_INC_MBIT "I frame with incorrect use of M bit"
50 VAL 10 CS_IFRM_W_INC_LEN "I frame with incorrect length"
51 VAL 11 CS_FRM_NOT_IMPL "frame not implemented"
52 VAL 12 CS_SABM_MULT_FRM "SABM command, multiple frame established state"
53 VAL 13 CS_SABM_NO_INFO "SABM command with information field not allowed in this state"
54 VAL 14 CS_NR_SEQ_ERR "sequence error, perform abnormal release"
55
56
57
58
59 VAR ch_type "channel type" B
60
61 VAL @p_mdl - VAL_ch_type@
62
63 VAR sapi "service access point identifier" B
64
65 VAL @p_mdl - VAL_sapi@
66
67 VAR cs "error cause" B
68
69 VAL @p_mdl - VAL_cs@
70
71
72
73
74
75
76
77 ; MDL_ERROR_IND 0x80000004
78 ; MDL_RELEASE_REQ 0x80004004
79
80
81
82 PRIM MDL_ERROR_IND 0x80000004
83 {
84 ch_type ; channel type
85 sapi ; service access point identifier
86 cs ; error cause
87 }
88
89
90
91
92
93
94 PRIM MDL_RELEASE_REQ 0x80004004
95 {
96 ch_type ; channel type
97 sapi ; service access point identifier
98 }
99
100
101
102
103
104
105
106
107