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
use *;
use ;
/**
* ## Data Link Capability Report (BDS 1,0)
*
* Comm-B message reporting Mode S transponder/data link capabilities.
* Per ICAO Doc 9871 Table A-2-16: BDS code 1,0 — Data link capability report
*
* Purpose: To report the data link capability of the Mode S transponder/data
* link installation to ground systems.
*
* Message Structure (56 bits):
* | BDS | CON | RES | OCC | ACAS | SUBNET | LEV5 | MSS | UEL | DEL | ID | SQU | SIC | GIC | HYB | RA | RTCA | DTE |
* |-----|-----|-----|-----|------|--------|------|-----|-----|-----|----|----|-----|-----|-----|----|----|--------|
* | 8 | 1 | 5 | 1 | 1 | 7 | 1 | 1 | 3 | 4 | 1 | 1 | 1 | 1 | 1 | 1 | 2 | 16 |
*
* Field Encoding per ICAO Doc 9871 & Annex 10, Vol IV, §3.1.2.6.10.2:
*
* **BDS Code** (bits 1-8): Fixed value 0x10 (0001 0000 binary = 1,0 hex)
*
* **Continuation Flag** (bit 9):
* - 0 = no continuation registers
* - 1 = extract next register (1,1 then 1,2, etc. up to 1,6)
* - Used to determine extent of continuation into registers 1,1 to 1,6
* - If bit 9 = 1 in register 1,6, this is an error condition
*
* **Reserved** (bits 10-14): Must be 0
*
* **Overlay Command Capability (OCC)** (bit 15):
* - 0 = does not support BDS overlay (Data Parity)
* - 1 = supports BDS overlay capability
*
* **ACAS Operating** (bit 16): Reserved for ACAS
* - 0 = ACAS not operating
* - 1 = ACAS operating
*
* **Mode S Subnetwork Version Number** (bits 17-23): 7-bit version field
* - 0 = Mode S subnetwork not available
* - 1 = ICAO Doc 9688 (1996)
* - 2 = ICAO Doc 9688 (1998)
* - 3 = ICAO Annex 10, Vol III, Amdt 77
* - 4 = ICAO Doc 9871 (Ed 1), RTCA DO-181D, EUROCAE ED-73C
* - 5 = ICAO Doc 9871 (Ed 2), RTCA DO-181E, EUROCAE ED-73E
* - 6-127 = Reserved for future use
*
* **Transponder Enhanced Protocol Indicator** (bit 24):
* - 0 = Level 2 to 4 transponder
* - 1 = Level 5 transponder
*
* **Mode S Specific Services Capability** (bit 25):
* - 0 = no Mode S specific services supported
* - 1 = at least one Mode S specific service supported
* - When set to 1, particular capability reports shall be checked
* - Note: Registers 0,2; 0,3; 0,4; 1,0; 1,7-1,C; 2,0; 3,0 don't affect bit 25
*
* **Uplink ELM Average Throughput Capability** (bits 26-28):
* - 0 = No UELM Capability
* - 1 = 16 UELM segments in 1 second
* - 2 = 16 UELM segments in 500 ms
* - 3 = 16 UELM segments in 250 ms
* - 4 = 16 UELM segments in 125 ms
* - 5 = 16 UELM segments in 60 ms
* - 6 = 16 UELM segments in 30 ms
* - 7 = Reserved
*
* **Downlink ELM Throughput Capability** (bits 29-32):
* - Maximum number of ELM segments transponder can deliver
* - In response to single requesting interrogation (UF = 24)
*
* **Aircraft Identification Capability** (bit 33):
* - 0 = identification (callsign) not available
* - 1 = identification capability available
* - Set by transponder if data comes through separate interface (not ADLP)
*
* **Squitter Capability Subfield (SCS)** (bit 34):
* - 0 = squitter not operational
* - 1 = squitter operational (both BDS 0,5 and 0,6 updated in past 9-11 sec)
* - Registers 0,5 and 0,6 = Extended Squitter airborne/surface position
*
* **Surveillance Identifier Code (SIC)** (bit 35):
* - 0 = no surveillance identifier code capability
* - 1 = surveillance identifier code capability
*
* **Common Usage GICB Capability Report** (bit 36):
* - Toggled each time register 1,7 (common usage GICB capability) changes
* - Register 1,7 sampled at ~1 minute intervals to check for changes
*
* **ACAS Hybrid Surveillance** (bit 37): Reserved for ACAS
* - 0 = hybrid surveillance not fitted or not operational
* - 1 = hybrid surveillance fitted and operational
*
* **ACAS Resolution Advisory (RA)** (bit 38): Reserved for ACAS
* - 0 = ACAS generating TAs only
* - 1 = ACAS generating both TAs and RAs
*
* **ACAS RTCA Version** (bits 39-40): 2-bit RTCA standard version
* - 0 = RTCA/DO-185
* - 1 = RTCA/DO-185-A
* - 2 = RTCA/DO-185-B
* - 3 = Reserved
*
* **Data Terminal Equipment (DTE) Status** (bits 41-56):
* - 16-bit array indicating support status of DTE sub-addresses 0-15
* - Each bit (MSB to LSB) represents DTE subaddress 0 to 15
* - On-board DTE status sampled at ~1 minute intervals
*
* Update Policy per ICAO Doc 9871:
* - Transponder may update bits 1-8, 16, 33, 35, 37-40 independent of ADLP
* - These bits provided by transponder when capability report broadcast
* results from transponder-detected change in ADLP-reported capability
*
* Additional implementation guidelines: ICAO Annex 10, Vol IV, §4.3.8.4.2.2.2
*/