comparison cdg211/msg/tst.mdf @ 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 : tst.mdf
3 ;*** Creation : Fri Jun 08 13:59:02 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 : Air Interface Message Specification
8 ;*** Document Name : tst
9 ;*** Document No. : 8441.603.99.005
10 ;*** Document Date : 2000-10-23
11 ;*** Document Status: BEING_PROCESSED
12 ;*** Document Author: ANS
13 ;********************************************************************************
14
15
16
17 PRAGMA SRC_FILE_TIME "Mon Nov 24 15:50:42 2003"
18 PRAGMA LAST_MODIFIED "2000-10-23"
19 PRAGMA ID_AND_VERSION "8441.603.99.005"
20
21
22
23 CONST L3MAX 251 ; maximum size of a L3 buffer
24 CONST MAX_N_PDU_NUMBER_LIST 11 ; maximum size of N-PDU number list
25
26
27
28 VALTAB VAL_no_of_pdus
29 VAL DEF "Number of PDUs to transmit"
30 VAL 0 TEST_INFINITIVE_NO "ciphering not used"
31
32 VALTAB VAL_dl_timeslot_offset
33 VAL 0 TEST_TN0 "downlink timeslot offsett 0"
34 VAL 1 TEST_TN1 "downlink timeslot offsett 1"
35 VAL 2 TEST_TN2 "downlink timeslot offsett 2"
36 VAL 3 TEST_TN3 "downlink timeslot offsett 3"
37 VAL 4 TEST_TN4 "downlink timeslot offsett 4"
38 VAL 5 TEST_TN5 "downlink timeslot offsett 5"
39 VAL 6 TEST_TN6 "downlink timeslot offsett 6"
40 VAL 7 TEST_TN7 "downlink timeslot offsett 7"
41
42 VALTAB VAL_mode_flag_val
43 VAL 0 TEST_RANDOM "pseudorandom data"
44 VAL 1 TEST_LOOP "loop back"
45
46
47
48
49 VAR msg_type "Message Type"
50 8
51
52
53 VAR no_of_pdus "Number of PDUs"
54 12
55
56 VAL @m_tst - VAL_no_of_pdus@
57
58 VAR dl_timeslot_offset "Downlink Timeslot Offset"
59 3
60
61 VAL @m_tst - VAL_dl_timeslot_offset@
62
63 VAR mode_flag_val "Mode Flag Value"
64 1
65
66 VAL @m_tst - VAL_mode_flag_val@
67
68
69
70
71 COMP pdu_description "PDU Description"
72 {
73 .000 ; spare
74 no_of_pdus ; Number
75 }
76
77
78
79 COMP pdu_description_ie "PDU Description IE"
80 {
81 CSN1_S1 pdu_description ; PDU Description
82 }
83
84
85
86 COMP mode_flag "Mode Flag"
87 {
88 .0000 ; spare
89 dl_timeslot_offset ; Downlink Timeslot Offset
90 mode_flag_val ; Mode Flag Value
91 }
92
93
94
95
96
97
98 MSG gprs_test_mode_cmd downlink 36 ; gprs_test_mode_cmd
99 {
100 GSM3_V msg_type ; Message Type
101 GSM3_V pdu_description_ie ; PDU description
102 GSM3_V mode_flag ; Mode Flag
103 }
104
105
106
107
108
109