gps_pvt 0.9.4 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2780 @@
1
+ RRLP-Messages
2
+
3
+ -- { RRLP-messages }
4
+
5
+ DEFINITIONS AUTOMATIC TAGS ::= BEGIN
6
+
7
+ IMPORTS
8
+
9
+ MsrPosition-Req, MsrPosition-Rsp, AssistanceData, ProtocolError, PosCapability-Req, PosCapability-Rsp
10
+ FROM RRLP-Components -- { RRLP-Components }
11
+ ;
12
+
13
+ PDU ::= SEQUENCE {
14
+ referenceNumber INTEGER (0..7),
15
+ component RRLP-Component
16
+ }
17
+
18
+ RRLP-Component ::= CHOICE {
19
+ msrPositionReq MsrPosition-Req,
20
+ msrPositionRsp MsrPosition-Rsp,
21
+ assistanceData AssistanceData,
22
+ assistanceDataAck NULL,
23
+ protocolError ProtocolError,
24
+ ...,
25
+ posCapabilityReq PosCapability-Req,
26
+ posCapabilityRsp PosCapability-Rsp,
27
+ multilaterationOTDReq MultilaterationOTD-Req,
28
+ multilaterationOTDRsp MultilaterationOTD-Rsp,
29
+ posMTAReq PosMTA-Req
30
+ }
31
+
32
+ END
33
+
34
+ RRLP-Components
35
+
36
+ -- { RRLP-Components }
37
+
38
+ DEFINITIONS AUTOMATIC TAGS ::= BEGIN
39
+
40
+ IMPORTS
41
+
42
+ Ext-GeographicalInformation, VelocityEstimate
43
+ FROM MAP-LCS-DataTypes {
44
+ itu-t identified-organization (4) etsi (0) mobileDomain (0)
45
+ gsm-Network (1) modules (3) map-LCS-DataTypes (25) version10 (10)}
46
+
47
+ ExtensionContainer
48
+ FROM MAP-ExtensionDataTypes {
49
+ itu-t identified-organization (4) etsi (0) mobileDomain (0)
50
+ gsm-Network (1) modules (3) map-ExtensionDataTypes (21) version10 (10)}
51
+ ;
52
+
53
+ -- Add here other ASN.1 definitions presented below
54
+ -- in chapters 4 and 5.
55
+
56
+ -- Measurement Position request component
57
+ MsrPosition-Req ::= SEQUENCE {
58
+ positionInstruct PositionInstruct,
59
+ referenceAssistData ReferenceAssistData OPTIONAL,
60
+ msrAssistData MsrAssistData OPTIONAL,
61
+ systemInfoAssistData SystemInfoAssistData OPTIONAL,
62
+ gps-AssistData GPS-AssistData OPTIONAL,
63
+ extensionContainer ExtensionContainer OPTIONAL,
64
+ ...,
65
+ -- Release 98 extension element
66
+ rel98-MsrPosition-Req-extension Rel98-MsrPosition-Req-Extension OPTIONAL,
67
+ -- Release 5 extension element
68
+ rel5-MsrPosition-Req-extension Rel5-MsrPosition-Req-Extension OPTIONAL,
69
+ -- Release 7 extension element
70
+ rel7-MsrPosition-Req-extension Rel7-MsrPosition-Req-Extension OPTIONAL
71
+ }
72
+
73
+ -- Measurement Position response component
74
+ MsrPosition-Rsp ::= SEQUENCE {
75
+ multipleSets MultipleSets OPTIONAL,
76
+ referenceIdentity ReferenceIdentity OPTIONAL,
77
+ otd-MeasureInfo OTD-MeasureInfo OPTIONAL,
78
+ locationInfo LocationInfo OPTIONAL,
79
+ gps-MeasureInfo GPS-MeasureInfo OPTIONAL,
80
+ locationError LocationError OPTIONAL,
81
+ extensionContainer ExtensionContainer OPTIONAL,
82
+ ...,
83
+ -- Release extension here
84
+ rel-98-MsrPosition-Rsp-Extension Rel-98-MsrPosition-Rsp-Extension OPTIONAL,
85
+ rel-5-MsrPosition-Rsp-Extension Rel-5-MsrPosition-Rsp-Extension OPTIONAL,
86
+ -- When RRLP pseudo-segmentation is used, rel-5-MsrPosition-Rsp-Extension
87
+ -- and other possible future extensions should be the ones included in
88
+ -- the 2nd MsrPosition-Rsp component.
89
+ rel-7-MsrPosition-Rsp-Extension Rel-7-MsrPosition-Rsp-Extension OPTIONAL
90
+ }
91
+
92
+ -- Assistance Data component
93
+ AssistanceData ::= SEQUENCE {
94
+ referenceAssistData ReferenceAssistData OPTIONAL,
95
+ msrAssistData MsrAssistData OPTIONAL,
96
+ systemInfoAssistData SystemInfoAssistData OPTIONAL,
97
+ gps-AssistData GPS-AssistData OPTIONAL,
98
+ moreAssDataToBeSent MoreAssDataToBeSent OPTIONAL, -- If not present, interpret as only Assistance Data component used to deliver entire set of assistance data.
99
+ extensionContainer ExtensionContainer OPTIONAL,
100
+ ...,
101
+ -- Release extension here
102
+ rel98-AssistanceData-Extension Rel98-AssistanceData-Extension OPTIONAL,
103
+ rel5-AssistanceData-Extension Rel5-AssistanceData-Extension OPTIONAL,
104
+ rel7-AssistanceData-Extension Rel7-AssistanceData-Extension OPTIONAL
105
+ }
106
+
107
+ -- Protocol Error component
108
+ ProtocolError ::= SEQUENCE {
109
+ errorCause ErrorCodes,
110
+ extensionContainer ExtensionContainer OPTIONAL,
111
+ ...,
112
+ -- Release extensions here
113
+ rel-5-ProtocolError-Extension Rel-5-ProtocolError-Extension OPTIONAL
114
+ }
115
+
116
+ -- Positioning Capability request component
117
+ PosCapability-Req ::= SEQUENCE {
118
+ extended-reference Extended-reference,
119
+ gANSSPositionMethods GANSSPositionMethods OPTIONAL,
120
+ extensionContainer ExtensionContainer OPTIONAL,
121
+ ...
122
+ }
123
+
124
+ -- Positioning Capability response component
125
+ PosCapability-Rsp ::= SEQUENCE {
126
+ extended-reference Extended-reference,
127
+ posCapabilities PosCapabilities,
128
+
129
+ -- assistanceSupported shall be included if and only if any of the assistance data is supported
130
+ assistanceSupported AssistanceSupported OPTIONAL,
131
+ assistanceNeeded AssistanceNeeded OPTIONAL,
132
+ extensionContainer ExtensionContainer OPTIONAL,
133
+ ...
134
+ }
135
+
136
+ -- Positioning Multilateration Timing Advance request component, see sub-clause A.9
137
+ PosMTA-Req ::= SEQUENCE {
138
+ target-Number-of-Cells INTEGER (0..7),
139
+ requested-MS-Synchronization-Accuracy INTEGER (0..15),
140
+ mta-Method MTA-Method,
141
+ random-ID-Set Random-ID-Set,
142
+ mpm-Timer INTEGER (0..7),
143
+ serving-cell BOOLEAN, co-sited-cells Co-Sited-Cells OPTIONAL, -- identifies cells co-sited with serving cell
144
+ cell-Set1 Cell-Set, -- co-sited cells not co-sited with serving cell
145
+ cell-Set2 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
146
+ cell-Set3 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
147
+ cell-Set4 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
148
+ cell-Set5 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
149
+ cell-Set6 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
150
+ cell-Set7 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
151
+ cell-Set8 Cell-Set OPTIONAL, -- co-sited cells not co-sited with serving cell
152
+ mta-security MTA-Security-Method OPTIONAL -- identifies the MTA security method to be used
153
+ }
154
+
155
+ -- Multilateration OTD Request
156
+ MultilaterationOTD-Req ::= SEQUENCE {
157
+ targetNumOTDMeasurements INTEGER,
158
+ requiredDLSyncAccuracy INTEGER,
159
+ neighbourCellSets CellSets,
160
+ servingCellSet CellSet
161
+ }
162
+
163
+ -- Multilateration OTD Response
164
+ MultilaterationOTD-Rsp ::= SEQUENCE {
165
+ servingCellDLAccuracy INTEGER(1..16),
166
+ oTDMeasurementResults OTDMeasurementResults,
167
+ rXLEVMeasurementResults RXLEVMeasurementResults OPTIONAL
168
+ }
169
+
170
+ -- Position instructions
171
+ PositionInstruct ::= SEQUENCE {
172
+ -- Method type
173
+ methodType MethodType,
174
+ positionMethod PositionMethod,
175
+ measureResponseTime MeasureResponseTime,
176
+ useMultipleSets UseMultipleSets,
177
+ environmentCharacter EnvironmentCharacter OPTIONAL
178
+ }
179
+
180
+ --
181
+ MethodType ::= CHOICE {
182
+ msAssisted AccuracyOpt, -- accuracy is optional
183
+ msBased Accuracy, -- accuracy is mandatory
184
+ msBasedPref Accuracy, -- accuracy is mandatory
185
+ msAssistedPref Accuracy -- accuracy is mandatory
186
+ }
187
+
188
+ -- Accuracy of the location estimation
189
+ AccuracyOpt ::= SEQUENCE {
190
+ accuracy Accuracy OPTIONAL
191
+ }
192
+
193
+ -- The values of this field are defined in 3GPP TS 23.032 (Uncertainty code) Accuracy ::= INTEGER (0..127)
194
+ -- Position Method
195
+ PositionMethod ::= ENUMERATED {
196
+ eotd (0),
197
+ gps (1),
198
+ gpsOrEOTD (2)
199
+ }
200
+ -- Measurement request response time
201
+ MeasureResponseTime ::= INTEGER (0..7)
202
+
203
+ -- useMultiple Sets, FFS!
204
+ UseMultipleSets ::= ENUMERATED {
205
+ multipleSets (0), -- multiple sets are allowed
206
+ oneSet (1) -- sending of multiple is not allowed
207
+ }
208
+
209
+ -- Environment characterization
210
+ EnvironmentCharacter ::= ENUMERATED {
211
+ badArea (0), -- bad urban or suburban, heavy multipath and NLOS
212
+ notBadArea (1), -- light multipath and NLOS
213
+ mixedArea (2), -- not defined or mixed environment
214
+ ...
215
+ }
216
+
217
+ -- E-OTD reference BTS for Assitance data IE
218
+ ReferenceAssistData ::= SEQUENCE {
219
+ bcchCarrier BCCHCarrier, -- BCCH carrier
220
+ bsic BSIC, -- BSIC
221
+ timeSlotScheme TimeSlotScheme, -- Timeslot scheme
222
+ btsPosition BTSPosition OPTIONAL
223
+ }
224
+
225
+ -- ellipsoid point and
226
+ -- ellipsoid point with altitude and uncertainty ellipsoid shapes are supported BTSPosition ::= Ext-GeographicalInformation
227
+ -- RF channel number of BCCH
228
+ BCCHCarrier ::= INTEGER (0..1023)
229
+
230
+ -- Base station Identity Code
231
+ BSIC ::= INTEGER (0..63)
232
+
233
+ -- Timeslot scheme
234
+ TimeSlotScheme ::= ENUMERATED {
235
+ equalLength (0),
236
+ variousLength (1)
237
+ }
238
+
239
+ -- Time slot (modulo)
240
+ ModuloTimeSlot ::= INTEGER (0..3)
241
+
242
+ -- E-OTD measurement assistance data IE
243
+ -- The total number of neighbors in this element (MsrAssistData)
244
+ -- and in SystemInfoAssistData element (presented neighbors
245
+ -- can be at a maximum 15!)
246
+ MsrAssistData ::= SEQUENCE {
247
+ msrAssistList SeqOfMsrAssistBTS
248
+ }
249
+
250
+ SeqOfMsrAssistBTS ::= SEQUENCE (SIZE(1..15)) OF MsrAssistBTS
251
+
252
+ MsrAssistBTS ::= SEQUENCE {
253
+ bcchCarrier BCCHCarrier, -- BCCH carrier
254
+ bsic BSIC, -- BSIC
255
+ multiFrameOffset MultiFrameOffset, -- multiframe offset
256
+ timeSlotScheme TimeSlotScheme, -- Timeslot scheme
257
+ roughRTD RoughRTD, -- rough RTD value
258
+
259
+ -- Location Calculation Assistance data is moved here
260
+ calcAssistanceBTS CalcAssistanceBTS OPTIONAL
261
+ }
262
+
263
+ -- Multiframe offset
264
+ MultiFrameOffset ::= INTEGER (0..51)
265
+
266
+ -- The Multiframe Offset value 51 shall not be encoded by the transmitting entity and
267
+ -- shall be treated by the receiving entity as 0.
268
+
269
+ -- Rough RTD value between one base station and reference BTS
270
+ RoughRTD ::= INTEGER (0..1250)
271
+ -- The RoughRTD value 1250 shall not be encoded by the transmitting entity and shall
272
+ -- be treated by the receiving entity as 0.
273
+
274
+ -- E-OTD Measurement assistance data for system information List IE
275
+ -- The total number of base stations in this element (SystemInfoAssistData
276
+ -- presented neighbors) and in MsrAssistData element can be at a maximum 15.
277
+ SystemInfoAssistData ::= SEQUENCE {
278
+ systemInfoAssistList SeqOfSystemInfoAssistBTS
279
+ }
280
+
281
+ SeqOfSystemInfoAssistBTS::= SEQUENCE (SIZE(1..32)) OF SystemInfoAssistBTS
282
+
283
+ -- whether n.th is present or not?
284
+ SystemInfoAssistBTS ::= CHOICE {
285
+ notPresent NULL,
286
+ present AssistBTSData
287
+ }
288
+
289
+ -- Actual assistance data for system information base station
290
+ AssistBTSData ::= SEQUENCE {
291
+ bsic BSIC, -- BSIC
292
+ multiFrameOffset MultiFrameOffset, -- multiframe offset
293
+ timeSlotScheme TimeSlotScheme, -- Timeslot scheme
294
+ roughRTD RoughRTD, -- rough RTD value
295
+
296
+ -- Location Calculation Assistance data
297
+ calcAssistanceBTS CalcAssistanceBTS OPTIONAL
298
+ }
299
+
300
+ -- E-OTD Location calculation assistance data,
301
+ -- CalcAssistanceBTS element is optional not subfields
302
+ CalcAssistanceBTS ::= SEQUENCE {
303
+ fineRTD FineRTD, -- fine RTD value between base stations
304
+ referenceWGS84 ReferenceWGS84 -- reference coordinates
305
+ }
306
+
307
+ -- Coordinates of neighbour BTS, WGS-84 ellipsoid
308
+ ReferenceWGS84 ::= SEQUENCE {
309
+ relativeNorth RelDistance, -- relative distance (south negative)
310
+ relativeEast RelDistance, -- relative distance (west negative)
311
+ -- Relative Altitude is not always known
312
+ relativeAlt RelativeAlt OPTIONAL -- relative altitude
313
+ }
314
+
315
+ -- Fine RTD value between this BTS and the reference BTS
316
+ FineRTD ::= INTEGER (0..255)
317
+
318
+ -- Relative north/east distance
319
+ RelDistance ::= INTEGER (-200000..200000)
320
+
321
+ -- Relative altitude
322
+ RelativeAlt ::= INTEGER (-4000..4000)
323
+
324
+ -- Measure position response IEs
325
+ -- Reference Identity
326
+ -- Multiple sets
327
+ MultipleSets ::= SEQUENCE {
328
+ -- number of reference sets
329
+ nbrOfSets INTEGER (2..3),
330
+
331
+ -- This field actually tells the number of reference BTSs
332
+ nbrOfReferenceBTSs INTEGER (1..3),
333
+
334
+ -- This field is conditional and included optionally only if
335
+ -- nbrOfSets is 3 and number of reference BTSs is 2.
336
+ referenceRelation ReferenceRelation OPTIONAL
337
+ }
338
+
339
+ -- Relation between refence BTSs and sets
340
+ ReferenceRelation ::= ENUMERATED {
341
+ secondBTSThirdSet (0), -- 1st BTS related to 1st and 2nd sets
342
+ secondBTSSecondSet (1), -- 1st BTS related to 1st and 3rd sets
343
+ firstBTSFirstSet (2)-- 1st BTS related to 1st set
344
+ }
345
+
346
+ -- Reference BTS Identity, this element contains number of
347
+ -- BTSs told nbrOfReferenceBTSs field in Multiple sets element)
348
+ ReferenceIdentity ::= SEQUENCE {
349
+ -- Reference BTS list
350
+ refBTSList SeqOfReferenceIdentityType
351
+ }
352
+
353
+ SeqOfReferenceIdentityType ::= SEQUENCE (SIZE(1..3)) OF ReferenceIdentityType
354
+
355
+ -- Cell identity
356
+ ReferenceIdentityType ::= CHOICE {
357
+ bsicAndCarrier BSICAndCarrier, -- BSIC and Carrier
358
+ ci CellID, -- Cell ID, LAC not needed
359
+ requestIndex RequestIndex, -- Index to Requested Neighbor List
360
+ systemInfoIndex SystemInfoIndex,-- Index to System info list, this type of ref. identity
361
+
362
+ -- shall not be used by the MS unless it has received
363
+ -- the SystemInfoAssistData from the SMLC for this cell.
364
+ ciAndLAC CellIDAndLAC -- CI and LAC
365
+ }
366
+
367
+ BSICAndCarrier ::= SEQUENCE {
368
+ carrier BCCHCarrier,
369
+ bsic BSIC
370
+ }
371
+
372
+ RequestIndex ::= INTEGER (1..16)
373
+
374
+ SystemInfoIndex ::= INTEGER (1..32)
375
+
376
+ CellIDAndLAC ::= SEQUENCE {
377
+ referenceLAC LAC, -- Location area code
378
+ referenceCI CellID -- Cell identity
379
+ }
380
+
381
+ CellID ::= INTEGER (0..65535)
382
+
383
+ LAC ::= INTEGER (0..65535)
384
+
385
+ -- OTD-MeasureInfo
386
+ OTD-MeasureInfo ::= SEQUENCE {
387
+ -- Measurement info elements, OTD-MsrElement is repeated number of times
388
+ -- told in nbrOfReferenceBTSs in MultipleSets, default value is 1
389
+ otdMsrFirstSets OTD-MsrElementFirst,
390
+
391
+ -- if more than one sets are present this element is repeated
392
+ -- NumberOfSets - 1 (-1 = first set)
393
+ otdMsrRestSets SeqOfOTD-MsrElementRest OPTIONAL
394
+ }
395
+
396
+ SeqOfOTD-MsrElementRest ::= SEQUENCE (SIZE(1..2)) OF OTD-MsrElementRest
397
+
398
+ -- OTD measurent information for 1 set
399
+ OTD-MsrElementFirst ::= SEQUENCE {
400
+ refFrameNumber INTEGER (0..42431), -- Frame number modulo 42432
401
+ referenceTimeSlot ModuloTimeSlot,
402
+ toaMeasurementsOfRef TOA-MeasurementsOfRef OPTIONAL,
403
+ stdResolution StdResolution,
404
+ taCorrection INTEGER (0..960) OPTIONAL, -- TA correction
405
+
406
+ -- measured neighbors in OTD measurements
407
+ otd-FirstSetMsrs SeqOfOTD-FirstSetMsrs OPTIONAL
408
+ }
409
+
410
+ SeqOfOTD-FirstSetMsrs ::= SEQUENCE (SIZE(1..10)) OF OTD-FirstSetMsrs
411
+
412
+ -- OTD measurent information 2 and 3 sets if exist
413
+ OTD-MsrElementRest ::= SEQUENCE {
414
+ refFrameNumber INTEGER (0..42431), -- Frame number modulo 42432
415
+ referenceTimeSlot ModuloTimeSlot,
416
+ toaMeasurementsOfRef TOA-MeasurementsOfRef OPTIONAL,
417
+ stdResolution StdResolution,
418
+ taCorrection INTEGER (0..960) OPTIONAL, -- TA correction
419
+
420
+ -- measured neighbors in OTD measurements
421
+ otd-MsrsOfOtherSets SeqOfOTD-MsrsOfOtherSets OPTIONAL
422
+ }
423
+
424
+ SeqOfOTD-MsrsOfOtherSets ::= SEQUENCE (SIZE(1..10)) OF OTD-MsrsOfOtherSets
425
+
426
+ -- Standard deviation of the TOA measurements from the reference BTS
427
+ TOA-MeasurementsOfRef ::= SEQUENCE {
428
+ refQuality RefQuality,
429
+ numOfMeasurements NumOfMeasurements
430
+ }
431
+
432
+ RefQuality ::= INTEGER (0..31) -- St Dev of TOA of reference as defined in annex
433
+
434
+ NumOfMeasurements ::= INTEGER (0..7)-- No. of measurements for RefQuality as defined in annex
435
+
436
+ StdResolution ::= INTEGER (0..3) -- Values of resolution are defined in annex
437
+
438
+ OTD-FirstSetMsrs ::= OTD-MeasurementWithID
439
+
440
+ -- Neighbour info in OTD measurements 0-10 times in TD measurement info
441
+ OTD-MsrsOfOtherSets ::= CHOICE {
442
+ identityNotPresent OTD-Measurement,
443
+ identityPresent OTD-MeasurementWithID
444
+ }
445
+
446
+ -- For this OTD measurement identity is same as the identity of BTS
447
+ -- in the first set with same sequence number
448
+ OTD-Measurement ::= SEQUENCE {
449
+ nborTimeSlot ModuloTimeSlot,
450
+ eotdQuality EOTDQuality,
451
+ otdValue OTDValue
452
+ }
453
+
454
+ -- This measurement contains the BTS identity and measurement
455
+ OTD-MeasurementWithID ::=SEQUENCE {
456
+ neighborIdentity NeighborIdentity,
457
+ nborTimeSlot ModuloTimeSlot,
458
+ eotdQuality EOTDQuality,
459
+ otdValue OTDValue
460
+ }
461
+
462
+ EOTDQuality ::= SEQUENCE {
463
+ nbrOfMeasurements INTEGER (0..7),
464
+ stdOfEOTD INTEGER (0..31)
465
+ }
466
+
467
+ NeighborIdentity ::= CHOICE {
468
+ bsicAndCarrier BSICAndCarrier, -- BSIC and Carrier
469
+ ci CellID, -- Cell ID, LAC not needed
470
+ multiFrameCarrier MultiFrameCarrier, -- MultiFrameOffest and BSIC
471
+ requestIndex RequestIndex, -- Index to Requested Neighbor List
472
+ systemInfoIndex SystemInfoIndex,-- Index to System info list, this type of neighbour
473
+ -- identity shall not be used by the MS unless it has
474
+ -- received the SystemInfoAssistData from the SMLC for
475
+ -- this cell.
476
+ ciAndLAC CellIDAndLAC -- CI and LAC
477
+ }
478
+
479
+ -- Multiframe and carrier
480
+ MultiFrameCarrier ::= SEQUENCE {
481
+ bcchCarrier BCCHCarrier,
482
+ multiFrameOffset MultiFrameOffset
483
+ }
484
+
485
+ -- OTD measurement value for neighbour
486
+ OTDValue ::= INTEGER (0..39999)
487
+
488
+ -- Location information IE
489
+ LocationInfo ::= SEQUENCE {
490
+ refFrame INTEGER (0..65535), -- Reference Frame number
491
+ -- If refFrame is within (42432..65535), it shall be ignored by the receiver
492
+ -- in that case the MS should provide GPS TOW if available
493
+ gpsTOW INTEGER (0..14399999) OPTIONAL, -- GPS TOW
494
+ fixType FixType,
495
+ -- Note that applicable range for refFrame is 0 - 42431
496
+ -- Possible shapes carried in posEstimate are
497
+ -- ellipsoid point,
498
+ -- ellipsoid point with uncertainty circle
499
+ -- ellipsoid point with uncertainty ellipse
500
+ -- ellipsoid point with altitude and uncertainty ellipsoid
501
+ posEstimate Ext-GeographicalInformation
502
+ }
503
+
504
+ FixType ::= INTEGER {
505
+ twoDFix (0),
506
+ threeDFix (1)
507
+ } (0..1)
508
+
509
+ -- GPS-Measurement information
510
+ GPS-MeasureInfo ::= SEQUENCE {
511
+ -- Measurement info elements
512
+ -- user has to make sure that in this element is number of elements
513
+ -- defined in reference BTS identity
514
+ gpsMsrSetList SeqOfGPS-MsrSetElement
515
+ }
516
+
517
+ SeqOfGPS-MsrSetElement ::= SEQUENCE (SIZE(1..3)) OF GPS-MsrSetElement
518
+
519
+ -- OTD measurent information 1-3 times in message
520
+ PS-MsrSetElement ::= SEQUENCE {
521
+ refFrame INTEGER (0..65535) OPTIONAL, -- Reference Frame number
522
+ gpsTOW GPSTOW24b, -- GPS TOW
523
+ -- Note that applicable range for refFrame is 0 - 42431
524
+
525
+ --N_SAT can be read from number of elements of gps-msrList
526
+
527
+ gps-msrList SeqOfGPS-MsrElement
528
+ }
529
+
530
+ -- 24 bit presentation for GPSTOW
531
+ GPSTOW24b ::= INTEGER (0..14399999)
532
+
533
+ -- measured elements in measurement parameters field
534
+ SeqOfGPS-MsrElement ::= SEQUENCE (SIZE(1..16)) OF GPS-MsrElement
535
+
536
+ GPS-MsrElement ::= SEQUENCE {
537
+ satelliteID SatelliteID, -- Satellite identifier
538
+ cNo INTEGER (0..63), -- carrier noise ratio
539
+ doppler INTEGER (-32768..32767), -- doppler, mulltiply by 0.2
540
+ wholeChips INTEGER (0..1022), -- whole value of the code phase measurement
541
+ fracChips INTEGER (0..1024), -- fractional value of the code phase measurement
542
+ -- a value of 1024 shall not be encoded by the sender
543
+ -- the receiver shall consider a value of 1024 to be
544
+ -- invalid data
545
+ mpathIndic MpathIndic, -- multipath indicator
546
+ pseuRangeRMSErr INTEGER (0..63) -- index
547
+ }
548
+
549
+ -- Multipath indicator
550
+ MpathIndic ::= ENUMERATED {
551
+ notMeasured (0),
552
+ low (1),
553
+ medium (2),
554
+ high (3)
555
+ }
556
+
557
+ -- Location error IE
558
+ LocationError ::= SEQUENCE {
559
+ locErrorReason LocErrorReason,
560
+ additionalAssistanceData AdditionalAssistanceData OPTIONAL,
561
+ ...
562
+ }
563
+
564
+ LocErrorReason ::= ENUMERATED {
565
+ unDefined (0),
566
+ notEnoughBTSs (1),
567
+ notEnoughSats (2),
568
+ eotdLocCalAssDataMissing (3),
569
+ eotdAssDataMissing (4),
570
+ gpsLocCalAssDataMissing (5),
571
+ gpsAssDataMissing (6),
572
+ methodNotSupported (7),
573
+ notProcessed (8),
574
+ refBTSForGPSNotServingBTS (9),
575
+ refBTSForEOTDNotServingBTS (10),
576
+ ...,
577
+ notEnoughGANSSSats (11),
578
+ ganssAssDataMissing (12),
579
+ refBTSForGANSSNotServingBTS (13)
580
+ }
581
+
582
+ -- exception handling:
583
+ -- an unrecognized value shall be treated the same as value 0
584
+
585
+ -- defines additional assistance data needed for any new location attempt
586
+ -- MS shall retain any assistance data already received
587
+ AdditionalAssistanceData ::= SEQUENCE {
588
+ gpsAssistanceData GPSAssistanceData OPTIONAL,
589
+ extensionContainer ExtensionContainer OPTIONAL,
590
+ ...,
591
+ ganssAssistanceData GANSSAssistanceData OPTIONAL
592
+ }
593
+
594
+ GPSAssistanceData ::= OCTET STRING (SIZE (1..maxGPSAssistanceData))
595
+ -- GPSAssistanceData has identical structure and encoding to octets 3 to n of the
596
+ -- GPS Assistance Data IE in 3GPP TS 49.031
597
+
598
+ maxGPSAssistanceData INTEGER ::= 40
599
+
600
+ GANSSAssistanceData ::= OCTET STRING (SIZE (1..maxGANSSAssistanceData))
601
+ -- GANSSAssistanceData has identical structure and encoding to octets 3 to n of the
602
+ -- GANSS Assistance Data IE in 3GPP TS 49.031
603
+
604
+ maxGANSSAssistanceData INTEGER ::= 40
605
+
606
+ -- Protocol Error Causes
607
+ ErrorCodes ::= ENUMERATED {
608
+ unDefined (0),
609
+ missingComponet (1),
610
+ incorrectData (2),
611
+ missingIEorComponentElement (3),
612
+ messageTooShort (4),
613
+ unknowReferenceNumber (5),
614
+ ...
615
+ }
616
+
617
+ -- exception handling:
618
+ -- an unrecognized value shall be treated the same as value 0
619
+
620
+ -- GPS assistance data IE
621
+ GPS-AssistData ::= SEQUENCE {
622
+ controlHeader ControlHeader
623
+ }
624
+
625
+ -- More Assistance Data To Be Sent IE
626
+ -- More Assistance Data Components On the Way indication for delivery of an entire set of assistance
627
+ -- data in multiple Assistance Data components.
628
+
629
+ MoreAssDataToBeSent ::= ENUMERATED {
630
+ noMoreMessages (0), -- This is the only or last Assistance Data message used to deliver
631
+ -- the entire set of assistance data.
632
+ moreMessagesOnTheWay (1) -- The SMLC will send more Assistance Data messages or a final RRLP
633
+ -- Measure Position Request message to deliver the
634
+ -- the entire set of assistance data.
635
+ }
636
+
637
+ -- Control header of the GPS assistance data
638
+ ControlHeader ::= SEQUENCE {
639
+ -- Field type Present information
640
+ referenceTime ReferenceTime OPTIONAL,
641
+ refLocation RefLocation OPTIONAL,
642
+ dgpsCorrections DGPSCorrections OPTIONAL,
643
+ navigationModel NavigationModel OPTIONAL,
644
+ ionosphericModel IonosphericModel OPTIONAL,
645
+ utcModel UTCModel OPTIONAL,
646
+ almanac Almanac OPTIONAL,
647
+ acquisAssist AcquisAssist OPTIONAL,
648
+ realTimeIntegrity SeqOf-BadSatelliteSet OPTIONAL
649
+ }
650
+
651
+ ReferenceTime ::= SEQUENCE {
652
+ gpsTime GPSTime,
653
+ gsmTime GSMTime OPTIONAL,
654
+ gpsTowAssist GPSTOWAssist OPTIONAL
655
+ }
656
+
657
+ -- GPS Time includes week number and time-of-week (TOW)
658
+ GPSTime ::= SEQUENCE {
659
+ gpsTOW23b GPSTOW23b,
660
+ gpsWeek GPSWeek
661
+ }
662
+
663
+ -- GPSTOW, range 0-604799.92, resolution 0.08 sec, 23-bit presentation
664
+ GPSTOW23b ::= INTEGER (0..7559999)
665
+
666
+ -- GPS week number
667
+ GPSWeek ::= INTEGER (0..1023)
668
+
669
+ -- GPSTOWAssist consists of TLM message, Anti-spoof flag, Alert flag, and 2 reserved bits in TLM Word
670
+ -- for each visible satellite.
671
+ -- N_SAT can be read from number of elements in GPSTOWAssist
672
+
673
+ GPSTOWAssist ::= SEQUENCE (SIZE(1..12)) OF GPSTOWAssistElement
674
+
675
+ GPSTOWAssistElement ::= SEQUENCE {
676
+ satelliteID SatelliteID,
677
+ tlmWord TLMWord,
678
+ antiSpoof AntiSpoofFlag,
679
+ alert AlertFlag,
680
+ tlmRsvdBits TLMReservedBits
681
+ }
682
+
683
+ -- TLM Word, 14 bits
684
+ TLMWord ::= INTEGER (0..16383)
685
+
686
+ -- Anti-Spoof flag
687
+ AntiSpoofFlag ::= INTEGER (0..1)
688
+
689
+ -- Alert flag
690
+ AlertFlag ::= INTEGER (0..1)
691
+
692
+ -- Reserved bits in TLM word, MSB occurs earlier in TLM Word transmitted by satellite
693
+ TLMReservedBits ::= INTEGER (0..3)
694
+
695
+ GSMTime ::= SEQUENCE {
696
+ bcchCarrier BCCHCarrier,-- BCCH carrier
697
+ bsic BSIC, -- BSIC
698
+ frameNumber FrameNumber,
699
+ timeSlot TimeSlot,
700
+ bitNumber BitNumber
701
+ }
702
+
703
+ -- Frame number
704
+ FrameNumber ::= INTEGER (0..2097151)
705
+
706
+ -- Time slot number
707
+ TimeSlot ::= INTEGER (0..7)
708
+
709
+ -- Bit number
710
+ BitNumber ::= INTEGER (0..156)
711
+
712
+ -- Reference Location IE
713
+ RefLocation ::= SEQUENCE {
714
+ threeDLocation Ext-GeographicalInformation
715
+ }
716
+
717
+ -- DGPS Corrections IE
718
+ DGPSCorrections ::= SEQUENCE {
719
+ gpsTOW INTEGER (0..604799),-- DGPS reference time
720
+ status INTEGER (0..7),
721
+ -- N_SAT can be read from number of elements of satList
722
+ satList SeqOfSatElement
723
+ }
724
+
725
+ SeqOfSatElement ::= SEQUENCE (SIZE (1..16)) OF SatElement
726
+
727
+ -- number of correction for satellites
728
+ SatElement ::= SEQUENCE {
729
+ satelliteID SatelliteID,
730
+ --- Sequence number for ephemeris
731
+ iode INTEGER (0..239),
732
+ -- User Differential Range Error
733
+ udre INTEGER (0..3),
734
+ -- Pseudo Range Correction, range is -655.04 - +655.04,
735
+ pseudoRangeCor INTEGER (-2047..2047),
736
+ -- Pseudo Range Rate Correction, range is -4.064 - +4.064,
737
+ rangeRateCor INTEGER (-127..127),
738
+ -- Delta Pseudo Range Correction 2
739
+ deltaPseudoRangeCor2 INTEGER (-127..127),-- This IE shall be ignored by the receiver and
740
+ -- set to zero by the sender
741
+ -- Delta Pseudo Range Correction 2
742
+ deltaRangeRateCor2 INTEGER (-7..7), -- This IE shall be ignored by the receiver and
743
+ -- set to zero by the sender
744
+ -- Delta Pseudo Range Correction 3
745
+ deltaPseudoRangeCor3 INTEGER (-127..127),-- This IE shall be ignored by the receiver and
746
+ -- set to zero by the sender
747
+ -- Delta Pseudo Range Correction 3
748
+ deltaRangeRateCor3 INTEGER (-7..7) -- This IE shall be ignored by the receiver and
749
+ -- set to zero by the sender
750
+ }
751
+
752
+ SatelliteID ::= INTEGER (0..63) -- identifies satellite
753
+
754
+ -- Navigation Model IE
755
+ NavigationModel ::= SEQUENCE {
756
+ navModelList SeqOfNavModelElement
757
+ }
758
+
759
+ -- navigation model satellite list
760
+ SeqOfNavModelElement ::= SEQUENCE (SIZE(1..16)) OF NavModelElement
761
+
762
+ NavModelElement ::= SEQUENCE {
763
+ satelliteID SatelliteID,
764
+ satStatus SatStatus -- satellite status
765
+ }
766
+
767
+ -- the Status of the navigation model
768
+ SatStatus ::= CHOICE {
769
+ -- New satellite, new Navigation Model
770
+ newSatelliteAndModelUC UncompressedEphemeris,
771
+ -- Existing satellite, Existing Navigation Model
772
+ oldSatelliteAndModel NULL,
773
+ -- Existing satellite, new Navigation Model
774
+ newNaviModelUC UncompressedEphemeris,
775
+ ...
776
+ }
777
+
778
+ -- Uncompressed satellite emhemeris and clock corrections
779
+ UncompressedEphemeris ::= SEQUENCE {
780
+ ephemCodeOnL2 INTEGER (0..3),
781
+ ephemURA INTEGER (0..15),
782
+ ephemSVhealth INTEGER (0..63),
783
+ ephemIODC INTEGER (0..1023),
784
+ ephemL2Pflag INTEGER (0..1),
785
+ ephemSF1Rsvd EphemerisSubframe1Reserved,
786
+ ephemTgd INTEGER (-128..127),
787
+ ephemToc INTEGER (0..37799),
788
+ ephemAF2 INTEGER (-128..127),
789
+ ephemAF1 INTEGER (-32768..32767),
790
+ ephemAF0 INTEGER (-2097152..2097151),
791
+ ephemCrs INTEGER (-32768..32767),
792
+ ephemDeltaN INTEGER (-32768..32767),
793
+ ephemM0 INTEGER (-2147483648..2147483647),
794
+ ephemCuc INTEGER (-32768..32767),
795
+ ephemE INTEGER (0..4294967295),
796
+ ephemCus INTEGER (-32768..32767),
797
+ ephemAPowerHalf INTEGER (0..4294967295),
798
+ ephemToe INTEGER (0..37799),
799
+ ephemFitFlag INTEGER (0..1),
800
+ ephemAODA INTEGER (0..31),
801
+ ephemCic INTEGER (-32768..32767),
802
+ ephemOmegaA0 INTEGER (-2147483648..2147483647),
803
+ ephemCis INTEGER (-32768..32767),
804
+ ephemI0 INTEGER (-2147483648..2147483647),
805
+ ephemCrc INTEGER (-32768..32767),
806
+ ephemW INTEGER (-2147483648..2147483647),
807
+ ephemOmegaADot INTEGER (-8388608..8388607),
808
+ ephemIDot INTEGER (-8192..8191)
809
+ }
810
+
811
+ -- Reserved bits in subframe 1 of navigation message
812
+ EphemerisSubframe1Reserved ::= SEQUENCE {
813
+ reserved1 INTEGER (0..8388607), -- 23-bit field
814
+ reserved2 INTEGER (0..16777215), -- 24-bit field
815
+ reserved3 INTEGER (0..16777215), -- 24-bit field
816
+ reserved4 INTEGER (0..65535) -- 16-bit field
817
+ }
818
+
819
+ -- Ionospheric Model IE
820
+ IonosphericModel ::= SEQUENCE {
821
+ alfa0 INTEGER (-128..127),
822
+ alfa1 INTEGER (-128..127),
823
+ alfa2 INTEGER (-128..127),
824
+ alfa3 INTEGER (-128..127),
825
+ beta0 INTEGER (-128..127),
826
+ beta1 INTEGER (-128..127),
827
+ beta2 INTEGER (-128..127),
828
+ beta3 INTEGER (-128..127)
829
+ }
830
+
831
+ -- Universal Time Coordinate Model
832
+ UTCModel ::= SEQUENCE {
833
+ utcA1 INTEGER (-8388608..8388607),
834
+ utcA0 INTEGER (-2147483648..2147483647),
835
+ utcTot INTEGER (0..255),
836
+ utcWNt INTEGER (0..255),
837
+ utcDeltaTls INTEGER (-128..127),
838
+ utcWNlsf INTEGER (0..255),
839
+ utcDN INTEGER (-128..127),
840
+ utcDeltaTlsf INTEGER (-128..127)
841
+ }
842
+
843
+ -- Almanac, Long term model
844
+ -- NOTE: These are parameters are subset of the ephemeris
845
+ -- NOTE: But with reduced resolution and accuracy
846
+ Almanac ::= SEQUENCE {
847
+ alamanacWNa INTEGER (0..255), -- Once per message
848
+ -- navigation model satellite list.
849
+ -- The size of almanacList is actually Nums_Sats_Total field
850
+ almanacList SeqOfAlmanacElement
851
+ }
852
+
853
+ SeqOfAlmanacElement ::= SEQUENCE (SIZE(1..64)) OF AlmanacElement
854
+
855
+ -- Almanac info once per satellite
856
+ AlmanacElement ::= SEQUENCE {
857
+ satelliteID SatelliteID,
858
+ almanacE INTEGER (0..65535),
859
+ alamanacToa INTEGER (0..255),
860
+ almanacKsii INTEGER (-32768..32767),
861
+ almanacOmegaDot INTEGER (-32768..32767),
862
+ almanacSVhealth INTEGER (0..255),
863
+ almanacAPowerHalf INTEGER (0..16777215),
864
+ almanacOmega0 INTEGER (-8388608..8388607),
865
+ almanacW INTEGER (-8388608..8388607),
866
+ almanacM0 INTEGER (-8388608..8388607),
867
+ almanacAF0 INTEGER (-1024..1023),
868
+ almanacAF1 INTEGER (-1024..1023)
869
+ }
870
+
871
+ -- Acquisition Assistance
872
+ AcquisAssist ::= SEQUENCE {
873
+ -- Number of Satellites can be read from acquistList
874
+ timeRelation TimeRelation,
875
+ -- Acquisition assistance list
876
+ -- The size of Number of Satellites is actually Number of Satellites field
877
+ acquisList SeqOfAcquisElement
878
+ }
879
+
880
+ SeqOfAcquisElement ::= SEQUENCE (SIZE(1..16)) OF AcquisElement
881
+
882
+ -- the relationship between GPS time and air-interface timing
883
+ TimeRelation ::= SEQUENCE {
884
+ gpsTOW GPSTOW23b, -- 23b presentation
885
+ gsmTime GSMTime OPTIONAL
886
+ }
887
+
888
+ -- data occuring per number of satellites
889
+ AcquisElement ::= SEQUENCE {
890
+ svid SatelliteID,
891
+ -- Doppler 0th order term,
892
+ -- -5120.0 - 5117.5 Hz (= -2048 - 2047 with 2.5 Hz resolution)
893
+ doppler0 INTEGER (-2048..2047),
894
+ addionalDoppler AddionalDopplerFields OPTIONAL,
895
+ codePhase INTEGER (0..1022), -- Code Phase
896
+ intCodePhase INTEGER (0..19), -- Integer Code Phase
897
+ gpsBitNumber INTEGER (0..3), -- GPS bit number
898
+ codePhaseSearchWindow INTEGER (0..15), -- Code Phase Search Window
899
+ addionalAngle AddionalAngleFields OPTIONAL
900
+ }
901
+
902
+ AddionalDopplerFields ::= SEQUENCE {
903
+ -- Doppler 1st order term, -1.0 - +0.5 Hz/sec
904
+ -- (= -42 + (0 to 63) with 1/42 Hz/sec. resolution)
905
+ doppler1 INTEGER (0..63),
906
+ dopplerUncertainty INTEGER (0..7)
907
+ -- a sender shall not encode any DopplerUncertainty value in the range 5 to 7
908
+ -- a receiver shall ignore any value between 5 and 7.
909
+ }
910
+
911
+ AddionalAngleFields ::= SEQUENCE {
912
+ -- azimuth angle, 0 - 348.75 deg (= 0 - 31 with 11.25 deg resolution)
913
+ azimuth INTEGER (0..31),
914
+ -- elevation angle, 0 - 78.75 deg (= 0 - 7 with 11.25 deg resolution)
915
+ elevation INTEGER (0..7)
916
+ }
917
+
918
+ -- Real-Time Integrity
919
+ -- number of bad satellites can be read from this element
920
+ SeqOf-BadSatelliteSet ::= SEQUENCE (SIZE(1..16)) OF SatelliteID
921
+
922
+ -- Extension Elements
923
+ -- Release 98 Extensions here
924
+
925
+ Rel98-MsrPosition-Req-Extension ::= SEQUENCE {
926
+ rel98-Ext-ExpOTD Rel98-Ext-ExpOTD OPTIONAL, -- ExpectedOTD extension
927
+ ...,
928
+ gpsTimeAssistanceMeasurementRequest NULL OPTIONAL,
929
+ gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
930
+ -- Further R98 extensions here
931
+ }
932
+
933
+ Rel98-AssistanceData-Extension ::= SEQUENCE {
934
+ rel98-Ext-ExpOTD Rel98-Ext-ExpOTD OPTIONAL, -- ExpectedOTD extension
935
+ ...,
936
+ gpsTimeAssistanceMeasurementRequest NULL OPTIONAL,
937
+ gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
938
+ -- Further R98 extensions here
939
+ }
940
+
941
+ -- Release 98 ExpOTD extension
942
+ Rel98-Ext-ExpOTD ::= SEQUENCE {
943
+ -- If MsrAssistBTS is included in message, msrAssistData-R98-ExpOTD shall be included.
944
+ msrAssistData-R98-ExpOTD MsrAssistData-R98-ExpOTD OPTIONAL,
945
+ -- If SystemInfoAssistaData is included in message, systemInfoAssistData-R98-ExpOTD shall be
946
+ -- included.
947
+ systemInfoAssistData-R98-ExpOTD SystemInfoAssistData-R98-ExpOTD OPTIONAL
948
+ }
949
+
950
+ -- MsrAssistData R98 extension
951
+ MsrAssistData-R98-ExpOTD ::= SEQUENCE {
952
+ msrAssistList-R98-ExpOTD SeqOfMsrAssistBTS-R98-ExpOTD
953
+ }
954
+
955
+ -- Indexes in SeqOfMsrAssistBTS-R98-ExpOTD refer to SeqOfMsrAssistBTS
956
+ -- If the index exceeds the SegOfMsrAssistBTS range or if there is other
957
+ -- inconsistencies between the BTS indices, the MS shall apply protocol
958
+ -- error cause incorrectData
959
+
960
+ SeqOfMsrAssistBTS-R98-ExpOTD ::= SEQUENCE (SIZE(1..15)) OF MsrAssistBTS-R98-ExpOTD
961
+
962
+ -- This element completes MsrAssistBTS IE
963
+ MsrAssistBTS-R98-ExpOTD ::= SEQUENCE {
964
+ expectedOTD ExpectedOTD,
965
+ expOTDUncertainty ExpOTDUncertainty
966
+ }
967
+
968
+ -- SystemInfoAssistData R98 extension
969
+ SystemInfoAssistData-R98-ExpOTD ::= SEQUENCE {
970
+ systemInfoAssistListR98-ExpOTD SeqOfSystemInfoAssistBTS-R98-ExpOTD
971
+ }
972
+
973
+ -- SeqOfSystemInfoAssistBTS-R98-ExpOTD index refer to SeqOfSystemInfoAssistBTS
974
+ -- If the index exceeds the SegOfSystemInfoAssistBTS range or if there is other
975
+ -- inconsistencies between the BTS indices, the MS shall apply protocol
976
+ -- error cause incorrectData
977
+ SeqOfSystemInfoAssistBTS-R98-ExpOTD ::= SEQUENCE (SIZE(1..32)) OF SystemInfoAssistBTS-R98-ExpOTD
978
+
979
+ -- whether n.th is present or not ?
980
+ SystemInfoAssistBTS-R98-ExpOTD ::= CHOICE {
981
+ notPresent NULL,
982
+ present AssistBTSData-R98-ExpOTD
983
+ }
984
+
985
+ -- This element completes AssistBTSData IE
986
+ AssistBTSData-R98-ExpOTD ::= SEQUENCE {
987
+ expectedOTD ExpectedOTD,
988
+ expOTDuncertainty ExpOTDUncertainty -- Uncertainty of expected OTD
989
+ }
990
+
991
+ -- Expected OTD value between nbor base station and reference BTS
992
+ -- at MS's current estimated location.
993
+ ExpectedOTD ::= INTEGER (0..1250)
994
+
995
+ -- The ExpectedOTD value 1250 shall not be encoded by the transmitting entity and
996
+ -- shall be treated by the receiving entity as 0.
997
+ -- Uncertainty of Exptected OTD in bits
998
+ ExpOTDUncertainty ::= INTEGER(0..7)
999
+
1000
+ -- Release 98 extensions
1001
+ GPSReferenceTimeUncertainty ::= INTEGER (0 .. 127) -- Coding according to Annex
1002
+
1003
+ GPSTimeAssistanceMeasurements ::= SEQUENCE {
1004
+ referenceFrameMSB INTEGER (0 .. 63) OPTIONAL, -- MSB of frame number
1005
+ gpsTowSubms INTEGER (0 .. 9999) OPTIONAL, -- in units of 100ns, for MS based AGPS
1006
+ deltaTow INTEGER (0 .. 127) OPTIONAL, -- for MS assisted AGPS
1007
+ gpsReferenceTimeUncertainty GPSReferenceTimeUncertainty OPTIONAL
1008
+ }
1009
+
1010
+ Rel-98-MsrPosition-Rsp-Extension ::= SEQUENCE {
1011
+ -- First extension to Release 98
1012
+ rel-98-Ext-MeasureInfo SEQUENCE {
1013
+ otd-MeasureInfo-R98-Ext OTD-MeasureInfo-R98-Ext OPTIONAL
1014
+ },
1015
+ ...,
1016
+ timeAssistanceMeasurements GPSTimeAssistanceMeasurements OPTIONAL
1017
+ -- Further R98 extensions here
1018
+ }
1019
+
1020
+ -- This is an addition to OTD-MeasureInfo element defined in original message,
1021
+ -- If OTD-MeasureInfo is absent, or if one or more OTD-MsrElementRest are present
1022
+ -- OTD-MeasureInfo-R98-Ext shall be absent.
1023
+ -- OTD-MeasureInfo-R98-Ext
1024
+ OTD-MeasureInfo-R98-Ext ::= SEQUENCE {
1025
+ -- Measurement info elements
1026
+ otdMsrFirstSets-R98-Ext OTD-MsrElementFirst-R98-Ext
1027
+ }
1028
+
1029
+ -- OTD measurement information Ext for the first set only
1030
+ OTD-MsrElementFirst-R98-Ext ::= SEQUENCE {
1031
+ -- additional measured neighbors in OTD measurements
1032
+ otd-FirstSetMsrs-R98-Ext SeqOfOTD-FirstSetMsrs-R98-Ext OPTIONAL
1033
+ }
1034
+
1035
+ SeqOfOTD-FirstSetMsrs-R98-Ext ::= SEQUENCE (SIZE(1..5)) OF OTD-FirstSetMsrs
1036
+
1037
+ Rel-5-MsrPosition-Rsp-Extension ::= SEQUENCE {
1038
+ extended-reference Extended-reference OPTIONAL,
1039
+ -- The extended-reference shall be included by the MS if and only if previously
1040
+ -- received from the SMLC in a Measure Position Request. When included, the value sent
1041
+ -- by the MS shall equal the value received from the SMLC.
1042
+ -- extension to Release 5, for RRLP pseudo-segmentation here
1043
+ otd-MeasureInfo-5-Ext OTD-MeasureInfo-5-Ext OPTIONAL,
1044
+ ulPseudoSegInd UlPseudoSegInd OPTIONAL, -- Included when uplink RRLP
1045
+ -- Pseudo-segmentation is used, not included when no uplink pseudo-segmentation is used
1046
+ ...
1047
+ -- Possibly more extensions for Release 5 here later
1048
+ }
1049
+
1050
+ Extended-reference ::= SEQUENCE {
1051
+ smlc-code INTEGER (0..63),
1052
+ transaction-ID INTEGER (0..262143)
1053
+ }
1054
+
1055
+ OTD-MeasureInfo-5-Ext ::= SeqOfOTD-MsrElementRest
1056
+ -- if more than one measurement sets are present this element is repeated
1057
+ -- NumberOfSets - 1 (-1 = first set) combined in OTD-MeasureInfo-5-Ext and
1058
+ -- OTD-MeasureInfo (e.g. if NumberOfSets is 3, then one otdMsrRestSets may
1059
+ -- be sent in OTD-MeasureInfo-5-Ext and one in OTD-MeasureInfo)
1060
+
1061
+ -- First part of Uplink RRLP Pseudo-segmentation indication, possibly more may be defined
1062
+ -- in the future for segmentation with more than two segments.
1063
+ UlPseudoSegInd ::= ENUMERATED {
1064
+ firstOfMany (0),
1065
+ secondOfMany(1)
1066
+ }
1067
+
1068
+
1069
+ Rel5-MsrPosition-Req-Extension ::= SEQUENCE {
1070
+ extended-reference Extended-reference,
1071
+ ...
1072
+ -- Possibly more extensions for Release 5 here later
1073
+ }
1074
+
1075
+ Rel5-AssistanceData-Extension ::= SEQUENCE {
1076
+ extended-reference Extended-reference,
1077
+ ...
1078
+ -- Possibly more extensions for Release 5 here later
1079
+ }
1080
+
1081
+ Rel-5-ProtocolError-Extension::= SEQUENCE {
1082
+ extended-reference Extended-reference OPTIONAL,
1083
+ -- The extended-reference shall be included by the MS if and only if previously
1084
+ -- received from the SMLC.
1085
+ -- When included, the value sent by the MS shall equal the value received from the SMLC.
1086
+ ...
1087
+ -- Possibly more extensions for Release 5 here later
1088
+ }
1089
+
1090
+ -- Release 7 Extensions here
1091
+
1092
+ Rel7-MsrPosition-Req-Extension ::= SEQUENCE {
1093
+ velocityRequested NULL OPTIONAL,
1094
+ ganssPositionMethod GANSSPositioningMethod OPTIONAL,
1095
+ ganss-AssistData GANSS-AssistData OPTIONAL,
1096
+ ganssCarrierPhaseMeasurementRequest NULL OPTIONAL,
1097
+ ganssTODGSMTimeAssociationMeasurementRequest NULL OPTIONAL,
1098
+ requiredResponseTime RequiredResponseTime OPTIONAL,
1099
+ add-GPS-AssistData Add-GPS-AssistData OPTIONAL,
1100
+ ganssMultiFreqMeasurementRequest NULL OPTIONAL,
1101
+ ...
1102
+ -- Further Release 7 extentions here
1103
+ }
1104
+
1105
+ -- additional satellite systems may be added in future versions of the protocol
1106
+ -- Bit 0 of GANSSPositioningMethod bit map shall not be the only one set to TRUE ('1')
1107
+ GANSSPositioningMethod ::= BIT STRING {
1108
+ gps (0),
1109
+ galileo (1),
1110
+ sbas (2),
1111
+ modernizedGPS (3),
1112
+ qzss (4),
1113
+ glonass (5),
1114
+ bds (6)
1115
+ } (SIZE (2..16))
1116
+
1117
+ GANSS-AssistData ::= SEQUENCE {
1118
+ ganss-controlHeader GANSS-ControlHeader
1119
+ }
1120
+
1121
+ GANSS-ControlHeader ::= SEQUENCE {
1122
+ ganssCommonAssistData GANSSCommonAssistData OPTIONAL,
1123
+ ganssGenericAssistDataList SeqOfGANSSGenericAssistDataElement OPTIONAL
1124
+ }
1125
+
1126
+ -- GANSS Common Assistance Data Elements
1127
+ GANSSCommonAssistData ::= SEQUENCE {
1128
+ ganssReferenceTime GANSSReferenceTime OPTIONAL,
1129
+ ganssRefLocation GANSSRefLocation OPTIONAL,
1130
+ ganssIonosphericModel GANSSIonosphericModel OPTIONAL,
1131
+ ... ,
1132
+ ganssAddIonosphericModel GANSSAddIonosphericModel OPTIONAL,
1133
+ ganssEarthOrientParam GANSSEarthOrientParam OPTIONAL,
1134
+ -- If GANSSReferenceTime is included, GANSSReferenceTime-R10-Ext shall also be included.
1135
+ ganssReferenceTime-R10-Ext GANSSReferenceTime-R10-Ext OPTIONAL
1136
+ }
1137
+
1138
+ -- List of GANSS Generic Assistance Data Elements, up to 8 GANSS
1139
+ SeqOfGANSSGenericAssistDataElement ::= SEQUENCE (SIZE (1..8)) OF GANSSGenericAssistDataElement
1140
+
1141
+ -- GANSS Generic Assistance Data Elements
1142
+ GANSSGenericAssistDataElement ::= SEQUENCE {
1143
+ ganssID INTEGER (0..7) OPTIONAL, -- Coding according to Annex
1144
+ ganssTimeModel SeqOfGANSSTimeModel OPTIONAL,
1145
+ ganssDiffCorrections GANSSDiffCorrections OPTIONAL,
1146
+ ganssNavigationModel GANSSNavModel OPTIONAL,
1147
+ ganssRealTimeIntegrity GANSSRealTimeIntegrity OPTIONAL,
1148
+ ganssDataBitAssist GANSSDataBitAssist OPTIONAL,
1149
+ ganssRefMeasurementAssist GANSSRefMeasurementAssist OPTIONAL,
1150
+ ganssAlmanacModel GANSSAlmanacModel OPTIONAL,
1151
+ ganssUTCModel GANSSUTCModel OPTIONAL,
1152
+ ganssEphemerisExtension GANSSEphemerisExtension OPTIONAL,
1153
+ ganssEphemerisExtCheck GANSSEphemerisExtensionCheck OPTIONAL,
1154
+ ... ,
1155
+ sbasID INTEGER (0..7) OPTIONAL, -- Coding according to Annex
1156
+ ganssAddUTCModel GANSSAddUTCModel OPTIONAL,
1157
+ ganssAuxiliaryInfo GANSSAuxiliaryInformation OPTIONAL,
1158
+ ganssDiffCorrectionsValidityPeriod GANSSDiffCorrectionsValidityPeriod OPTIONAL,
1159
+ -- If SeqOfGANSSTimeModel is included, SeqOfGANSSTimeModel-R10-Ext shall also be included.
1160
+ ganssTimeModel-R10-Ext SeqOfGANSSTimeModel-R10-Ext OPTIONAL,
1161
+ -- If GANSSRefMeasurementAssist is included, GANSSRefMeasurementAssist-R10-Ext shall also be
1162
+ -- included.
1163
+ ganssRefMeasurementAssist-R10-Ext GANSSRefMeasurementAssist-R10-Ext OPTIONAL,
1164
+ -- If GANSSAlmanacModel is included, GANSSAlmanacModel-R10-Ext shall also be included.
1165
+ ganssAlmanacModel-R10-Ext GANSSAlmanacModel-R10-Ext OPTIONAL,
1166
+ ganssAlmanacModel-R12-Ext GANSSAlmanacModel-R12-Ext OPTIONAL,
1167
+ ganssRefMeasurementAssist-R12-Ext GANSSRefMeasurementAssist-R12-Ext OPTIONAL,
1168
+ --The field may be present if the ganssID indicates BDS, otherwise it is not present.
1169
+ bdsDifferentialCorrections-r12 BDS-DiffCorrections-r12 OPTIONAL,
1170
+ --The field may be present if the ganssID indicates BDS, otherwise it is not present.
1171
+ bdsGridModel-r12 BDS-GridModelParameter-r12 OPTIONAL
1172
+ }
1173
+
1174
+ -- GANSS COMMON ASSISTANCE DATA ELEMENTS
1175
+
1176
+ -- GANSS Reference Time IE
1177
+ GANSSReferenceTime ::= SEQUENCE {
1178
+ ganssRefTimeInfo GANSSRefTimeInfo,
1179
+ ganssTOD-GSMTimeAssociation GANSSTOD-GSMTimeAssociation OPTIONAL
1180
+ }
1181
+
1182
+ -- GANSS Reference Time includes GANSS TOD, GANSS Day, uncertainty
1183
+ GANSSRefTimeInfo ::= SEQUENCE {
1184
+ ganssDay INTEGER(0 .. 8191) OPTIONAL,
1185
+ ganssTOD GANSSTOD,
1186
+ ganssTODUncertainty GANSSTODUncertainty OPTIONAL,
1187
+ ganssTimeID INTEGER (0 .. 7) OPTIONAL
1188
+ }
1189
+
1190
+ -- GANSS TOD integer seconds
1191
+ GANSSTOD ::= INTEGER (0 .. 86399)
1192
+
1193
+ -- GANSS TOD uncertainty
1194
+ GANSSTODUncertainty ::= INTEGER (0 .. 127) -- Coding according to Annex
1195
+
1196
+ -- GANSS TOD-GSM Time association
1197
+ GANSSTOD-GSMTimeAssociation ::= SEQUENCE {
1198
+ bcchCarrier BCCHCarrier,-- BCCH carrier
1199
+ bsic BSIC, -- BSIC
1200
+ frameNumber FrameNumber,
1201
+ timeSlot TimeSlot,
1202
+ bitNumber BitNumber,
1203
+ frameDrift FrameDrift OPTIONAL
1204
+ }
1205
+
1206
+ -- Frame drift
1207
+ FrameDrift ::= INTEGER(-64 .. 63)
1208
+
1209
+ -- GANSS Reference Location IE
1210
+ GANSSRefLocation ::= SEQUENCE {
1211
+ threeDLocation Ext-GeographicalInformation
1212
+ }
1213
+
1214
+ -- GANSS Ionospheric Model IE
1215
+
1216
+ -- GANSS Ionospheric Model consists of NeQuick model parameters and storm flags
1217
+ GANSSIonosphericModel ::= SEQUENCE {
1218
+ ganssIonoModel GANSSIonosphereModel,
1219
+ ganssIonoStormFlags GANSSIonoStormFlags OPTIONAL,
1220
+ ...
1221
+ }
1222
+
1223
+ -- GANSS ionosphere model. Coding according to Annex
1224
+ GANSSIonosphereModel ::= SEQUENCE {
1225
+ ai0 INTEGER (0 .. 4095),
1226
+ ai1 INTEGER (0 .. 4095),
1227
+ ai2 INTEGER (0 .. 4095)
1228
+ }
1229
+
1230
+ -- GANSS ionosphere storm flags
1231
+ GANSSIonoStormFlags ::= SEQUENCE {
1232
+ ionoStormFlag1 INTEGER (0 .. 1),
1233
+ ionoStormFlag2 INTEGER (0 .. 1),
1234
+ ionoStormFlag3 INTEGER (0 .. 1),
1235
+ ionoStormFlag4 INTEGER (0 .. 1),
1236
+ ionoStormFlag5 INTEGER (0 .. 1)
1237
+ }
1238
+
1239
+ -- GANSS Additional Ionospheric Model IE
1240
+
1241
+ -- GANSS Additional Ionospheric Model consists of Klobuchar model parameters
1242
+ GANSSAddIonosphericModel ::= SEQUENCE {
1243
+ dataID BIT STRING (SIZE (2)), -- Coding according to Annex
1244
+ ionoModel IonosphericModel
1245
+ }
1246
+
1247
+ -- GANSS Earth Orientation Paramaters IE
1248
+ GANSSEarthOrientParam ::= SEQUENCE {
1249
+ teop INTEGER (0..65535),
1250
+ pmX INTEGER (-1048576..1048575),
1251
+ pmXdot INTEGER (-16384..16383),
1252
+ pmY INTEGER (-1048576..1048575),
1253
+ pmYdot INTEGER (-16384..16383),
1254
+ deltaUT1 INTEGER (-1073741824..1073741823),
1255
+ deltaUT1dot INTEGER (-262144..262143)
1256
+ }
1257
+
1258
+ -- GANSS GENERIC ASSISTANCE DATA ELEMENTS
1259
+
1260
+ -- GANSS Time Model IE consists of time offset and first and second order parameters to relate GNSS
1261
+
1262
+ -- specific system time to selected time reference
1263
+ SeqOfGANSSTimeModel ::= SEQUENCE (SIZE(1..7)) OF GANSSTimeModelElement
1264
+
1265
+ GANSSTimeModelElement ::= SEQUENCE {
1266
+ ganssTimeModelRefTime INTEGER(0 .. 65535),
1267
+ tA0 TA0,
1268
+ tA1 TA1 OPTIONAL,
1269
+ tA2 TA2 OPTIONAL,
1270
+ gnssTOID INTEGER (0 .. 7), -- coding according to annex
1271
+ weekNumber INTEGER (0 .. 8191) OPTIONAL
1272
+ }
1273
+
1274
+ -- GANSS time model parameter A0
1275
+ TA0 ::= INTEGER (-2147483648 .. 2147483647)
1276
+
1277
+ -- GANSS time model parameter A1
1278
+ TA1 ::= INTEGER (-8388608 .. 8388607)
1279
+
1280
+ -- GANSS time model parameter A2
1281
+ TA2 ::= INTEGER (-64 .. 63)
1282
+
1283
+ -- GANSS Time Model Rel-10 Extension:
1284
+ SeqOfGANSSTimeModel-R10-Ext ::= SEQUENCE (SIZE(1..7)) OF GANSSTimeModelElement-R10-Ext
1285
+
1286
+ GANSSTimeModelElement-R10-Ext ::= SEQUENCE {
1287
+ gnssTOID INTEGER (0 .. 7), -- coding according to annex
1288
+ deltaT INTEGER (-128..127)
1289
+ }
1290
+
1291
+ -- DGANSS Corrections IE
1292
+ GANSSDiffCorrections ::= SEQUENCE {
1293
+ dganssRefTime INTEGER (0 .. 119), -- DGANSS reference time
1294
+ -- N_SGN_TYPE can be read from number of elements of sgnTypeList
1295
+ sgnTypeList SeqOfSgnTypeElement
1296
+ }
1297
+
1298
+ SeqOfSgnTypeElement ::= SEQUENCE (SIZE (1..3)) OF SgnTypeElement -- max three signals per GNSS
1299
+
1300
+ -- DGANSS signal type element, once per GNSS signal type included in DGANSS
1301
+ SgnTypeElement ::= SEQUENCE {
1302
+ ganssSignalID GANSSSignalID, -- signal type identity
1303
+ ganssStatusHealth INTEGER (0 .. 7),
1304
+ -- N_SAT can be read from number of elements of dganssSgnList
1305
+ dganssSgnList SeqOfDGANSSSgnElement
1306
+ }
1307
+
1308
+ GANSSSignalID ::= INTEGER (0 .. 7) -- Coding according to Annex
1309
+
1310
+ SeqOfDGANSSSgnElement ::= SEQUENCE (SIZE (1..16)) OF DGANSSSgnElement
1311
+
1312
+ -- number of correction for signals
1313
+ DGANSSSgnElement ::= SEQUENCE {
1314
+ svID SVID, -- Satellite identity
1315
+ --- Sequence number for GANSS Navigation Model that matches the DGANSS correction set
1316
+ iod INTEGER (0 .. 1023),
1317
+ -- User Differential Range Error
1318
+ udre INTEGER (0..3),
1319
+ -- Pseudo Range Correction, range is -655.04 - +655.04,
1320
+ pseudoRangeCor INTEGER (-2047..2047),
1321
+ -- Pseudo Range Rate Correction, range is -4.064 - +4.064,
1322
+ rangeRateCor INTEGER (-127..127)
1323
+ }
1324
+
1325
+ SVID ::= INTEGER (0 .. 63) -- Coding according to Annex
1326
+
1327
+ -- GANSS Navigation Model IE
1328
+ GANSSNavModel ::= SEQUENCE {
1329
+ nonBroadcastIndFlag INTEGER (0 .. 1),
1330
+ ganssSatelliteList SeqOfGANSSSatelliteElement
1331
+ }
1332
+
1333
+ SeqOfGANSSSatelliteElement ::= SEQUENCE (SIZE(1..32)) OF GANSSSatelliteElement
1334
+
1335
+ GANSSSatelliteElement ::= SEQUENCE {
1336
+ svID SVID,
1337
+ svHealth BIT STRING (SIZE(5)), -- Coding according to Annex
1338
+ iod INTEGER (0 .. 1023), -- Coding according to Annex
1339
+ ganssClockModel GANSSClockModel,
1340
+ ganssOrbitModel GANSSOrbitModel,
1341
+ ...,
1342
+ svHealthMSB BIT STRING (SIZE(1)) OPTIONAL, -- Coding according to Annex
1343
+ iodMSB INTEGER (0 .. 1) OPTIONAL, -- Coding according to Annex
1344
+ svHealthExt BIT STRING (SIZE(4)) OPTIONAL -- Coding according to Annex
1345
+ }
1346
+
1347
+ -- GANSS orbit model for the GNSS satellite according to the choice
1348
+ GANSSOrbitModel ::= CHOICE {
1349
+ keplerianSet NavModel-KeplerianSet, -- Model-1
1350
+ ... ,
1351
+ navKeplerianSet NavModel-NAVKeplerianSet, -- Model-2
1352
+ cnavKeplerianSet NavModel-CNAVKeplerianSet, -- Model-3
1353
+ glonassECEF NavModel-GLONASSecef, -- Model-4
1354
+ sbasECEF NavModel-SBASecef, -- Model-5
1355
+ bdsKeplerianSet-r12 NavModel-BDSKeplerianSet-r12 -- Model-6
1356
+ }
1357
+
1358
+ -- Navigation model in Keplerian parameters
1359
+ NavModel-KeplerianSet ::= SEQUENCE {
1360
+ keplerToe INTEGER (0 .. 16383),
1361
+ keplerW INTEGER (-2147483648..2147483647),
1362
+ keplerDeltaN INTEGER (-32768..32767),
1363
+ keplerM0 INTEGER (-2147483648..2147483647),
1364
+ keplerOmegaDot INTEGER (-8388608..8388607),
1365
+ keplerE INTEGER (0..4294967295),
1366
+ keplerIDot INTEGER (-8192..8191),
1367
+ keplerAPowerHalf INTEGER (0.. 4294967295),
1368
+ keplerI0 INTEGER (-2147483648..2147483647),
1369
+ keplerOmega0 INTEGER (-2147483648..2147483647),
1370
+ keplerCrs INTEGER (-32768..32767),
1371
+ keplerCis INTEGER (-32768..32767),
1372
+ keplerCus INTEGER (-32768..32767),
1373
+ keplerCrc INTEGER (-32768..32767),
1374
+ keplerCic INTEGER (-32768..32767),
1375
+ keplerCuc INTEGER (-32768..32767)
1376
+ }
1377
+
1378
+ NavModel-NAVKeplerianSet ::= SEQUENCE {
1379
+ navURA INTEGER (0..15),
1380
+ navFitFlag INTEGER (0..1),
1381
+ navToe INTEGER (0..37799),
1382
+ navOmega INTEGER (-2147483648..2147483647),
1383
+ navDeltaN INTEGER (-32768..32767),
1384
+ navM0 INTEGER (-2147483648..2147483647),
1385
+ navOmegaADot INTEGER (-8388608..8388607),
1386
+ navE INTEGER (0..4294967295),
1387
+ navIDot INTEGER (-8192..8191),
1388
+ navAPowerHalf INTEGER (0..4294967295),
1389
+ navI0 INTEGER (-2147483648..2147483647),
1390
+ navOmegaA0 INTEGER (-2147483648..2147483647),
1391
+ navCrs INTEGER (-32768..32767),
1392
+ navCis INTEGER (-32768..32767),
1393
+ navCus INTEGER (-32768..32767),
1394
+ navCrc INTEGER (-32768..32767),
1395
+ navCic INTEGER (-32768..32767),
1396
+ navCuc INTEGER (-32768..32767)
1397
+ }
1398
+
1399
+ NavModel-CNAVKeplerianSet ::= SEQUENCE {
1400
+ cnavTop INTEGER (0..2015),
1401
+ cnavURAindex INTEGER (-16..15),
1402
+ cnavDeltaA INTEGER (-33554432..33554431),
1403
+ cnavAdot INTEGER (-16777216..16777215),
1404
+ cnavDeltaNo INTEGER (-65536..65535),
1405
+ cnavDeltaNoDot INTEGER (-4194304..4194303),
1406
+ cnavMo INTEGER (-4294967296..4294967295),
1407
+ cnavE INTEGER (0..8589934591),
1408
+ cnavOmega INTEGER (-4294967296..4294967295),
1409
+ cnavOMEGA0 INTEGER (-4294967296..4294967295),
1410
+ cnavDeltaOmegaDot INTEGER (-65536..65535),
1411
+ cnavIo INTEGER (-4294967296..4294967295),
1412
+ cnavIoDot INTEGER (-16384..16383),
1413
+ cnavCis INTEGER (-32768..32767),
1414
+ cnavCic INTEGER (-32768..32767),
1415
+ cnavCrs INTEGER (-8388608..8388607),
1416
+ cnavCrc INTEGER (-8388608..8388607),
1417
+ cnavCus INTEGER (-1048576..1048575),
1418
+ cnavCuc INTEGER (-1048576..1048575)
1419
+ }
1420
+
1421
+ NavModel-GLONASSecef ::= SEQUENCE {
1422
+ gloEn INTEGER (0..31),
1423
+ gloP1 BIT STRING (SIZE(2)),
1424
+ gloP2 BOOLEAN,
1425
+ gloM INTEGER (0..3),
1426
+ gloX INTEGER (-67108864..67108863),
1427
+ gloXdot INTEGER (-8388608..8388607),
1428
+ gloXdotdot INTEGER (-16..15),
1429
+ gloY INTEGER (-67108864..67108863),
1430
+ gloYdot INTEGER (-8388608..8388607),
1431
+ gloYdotdot INTEGER (-16..15),
1432
+ gloZ INTEGER (-67108864..67108863),
1433
+ gloZdot INTEGER (-8388608..8388607),
1434
+ gloZdotdot INTEGER (-16..15)
1435
+ }
1436
+
1437
+ NavModel-SBASecef ::= SEQUENCE {
1438
+ sbasTo INTEGER (0..5399) OPTIONAL,
1439
+ sbasAccuracy BIT STRING (SIZE(4)),
1440
+ sbasXg INTEGER (-536870912..536870911),
1441
+ sbasYg INTEGER (-536870912..536870911),
1442
+ sbasZg INTEGER (-16777216..16777215),
1443
+ sbasXgDot INTEGER (-65536..65535),
1444
+ sbasYgDot INTEGER (-65536..65535),
1445
+ sbasZgDot INTEGER (-131072..131071),
1446
+ sbasXgDotDot INTEGER (-512..511),
1447
+ sbagYgDotDot INTEGER (-512..511),
1448
+ sbasZgDotDot INTEGER (-512..511)
1449
+ }
1450
+
1451
+ NavModel-BDSKeplerianSet-r12 ::= SEQUENCE {
1452
+ bdsAODE-r12 INTEGER (0..31),
1453
+ bdsURAI-r12 INTEGER (0..15),
1454
+ bdsToe-r12 INTEGER (0..131071),
1455
+ bdsAPowerHalf-r12 INTEGER (0..4294967295),
1456
+ bdsE-r12 INTEGER (0..4294967295),
1457
+ bdsW-r12 INTEGER (-2147483648..2147483647),
1458
+ bdsDeltaN-r12 INTEGER (-32768..32767),
1459
+ bdsM0-r12 INTEGER (-2147483648..2147483647),
1460
+ bdsOmega0-r12 INTEGER (-2147483648..2147483647),
1461
+ bdsOmegaDot-r12 INTEGER (-8388608..8388607),
1462
+ bdsI0-r12 INTEGER (-2147483648..2147483647),
1463
+ bdsIDot-r12 INTEGER (-8192..8191),
1464
+ bdsCuc-r12 INTEGER (-131072..131071),
1465
+ bdsCus-r12 INTEGER (-131072..131071),
1466
+ bdsCrc-r12 INTEGER (-131072..131071),
1467
+ bdsCrs-r12 INTEGER (-131072..131071),
1468
+ bdsCic-r12 INTEGER (-131072..131071),
1469
+ bdsCis-r12 INTEGER (-131072..131071)
1470
+ }
1471
+
1472
+ -- GANSS clock model for the GNSS satellite according to the choice
1473
+ GANSSClockModel ::= CHOICE {
1474
+ standardClockModelList SeqOfStandardClockModelElement, -- Model-1
1475
+ ... ,
1476
+ navClockModel NAVclockModel, -- Model-2
1477
+ cnavClockModel CNAVclockModel, -- Model-3
1478
+ glonassClockModel GLONASSclockModel, -- Model-4
1479
+ sbasClockModel SBASclockModel, -- Model-5
1480
+ bdsClockModel-r12 BDSClockModel-r12 -- Model-6
1481
+ }
1482
+
1483
+ SeqOfStandardClockModelElement ::= SEQUENCE (SIZE(1..2)) OF StandardClockModelElement
1484
+
1485
+ StandardClockModelElement ::= SEQUENCE {
1486
+ stanClockToc INTEGER (0 .. 16383),
1487
+ stanClockAF2 INTEGER (-2048 .. 2047),
1488
+ stanClockAF1 INTEGER (-131072 .. 131071),
1489
+ stanClockAF0 INTEGER (-134217728 .. 134217727),
1490
+ stanClockTgd INTEGER (-512 .. 511) OPTIONAL,
1491
+ stanModelID INTEGER (0 .. 1) OPTIONAL,
1492
+ ...
1493
+ }
1494
+
1495
+ NAVclockModel ::= SEQUENCE {
1496
+ navToc INTEGER (0.. 37799),
1497
+ navaf2 INTEGER (-128..127),
1498
+ navaf1 INTEGER (-32768..32767),
1499
+ navaf0 INTEGER (-2097152..2097151),
1500
+ navTgd INTEGER (-128..127)
1501
+ }
1502
+
1503
+ CNAVclockModel ::= SEQUENCE {
1504
+ cnavToc INTEGER (0..2015),
1505
+ cnavTop INTEGER (0..2015),
1506
+ cnavURA0 INTEGER (-16..15),
1507
+ cnavURA1 INTEGER (0..7),
1508
+ cnavURA2 INTEGER (0..7),
1509
+ cnavAf2 INTEGER (-512..511),
1510
+ cnavAf1 INTEGER (-524288..524287),
1511
+ cnavAf0 INTEGER (-33554432..33554431),
1512
+ cnavTgd INTEGER (-4096..4095),
1513
+ cnavISCl1cp INTEGER (-4096..4095) OPTIONAL,
1514
+ cnavISCl1cd INTEGER (-4096..4095) OPTIONAL,
1515
+ cnavISCl1ca INTEGER (-4096..4095) OPTIONAL,
1516
+ cnavISCl2c INTEGER (-4096..4095) OPTIONAL,
1517
+ cnavISCl5i5 INTEGER (-4096..4095) OPTIONAL,
1518
+ cnavISCl5q5 INTEGER (-4096..4095) OPTIONAL
1519
+ }
1520
+
1521
+ GLONASSclockModel ::= SEQUENCE {
1522
+ gloTau INTEGER (-2097152..2097151),
1523
+ gloGamma INTEGER (-1024..1023),
1524
+ gloDeltaTau INTEGER (-16..15) OPTIONAL
1525
+ }
1526
+
1527
+ SBASclockModel ::= SEQUENCE {
1528
+ sbasTo INTEGER (0..5399),
1529
+ sbasAgfo INTEGER (-2048..2047),
1530
+ sbasAgf1 INTEGER (-128..127)
1531
+ }
1532
+
1533
+ BDSClockModel-r12 ::= SEQUENCE {
1534
+ bdsAODC-r12 INTEGER (0..31),
1535
+ bdsToc-r12 INTEGER (0..131071),
1536
+ bdsA0-r12 INTEGER (-8388608..8388607),
1537
+ bdsA1-r12 INTEGER (-2097152..2097151),
1538
+ bdsA2-r12 INTEGER (-1024..1023),
1539
+ bdsTgd1-r12 INTEGER (-512..511)
1540
+ }
1541
+
1542
+ -- GANSS Real-Time Integrity IE
1543
+ GANSSRealTimeIntegrity ::= SEQUENCE {
1544
+ -- list of satellites with bad signals
1545
+ -- NBS can be read from number of elements in SeqOf-BadSignalSet
1546
+ ganssBadSignalList SeqOfBadSignalElement
1547
+ }
1548
+
1549
+ SeqOfBadSignalElement ::= SEQUENCE (SIZE(1..16)) OF BadSignalElement
1550
+
1551
+ BadSignalElement ::= SEQUENCE {
1552
+ badSVID SVID, -- Coding according to Annex
1553
+ badSignalID GANSSSignals OPTIONAL -- Coding according to Annex
1554
+ }
1555
+
1556
+ -- GANSS Data Bit Assistance IE
1557
+ GANSSDataBitAssist ::= SEQUENCE {
1558
+ ganssTOD INTEGER (0 .. 59),
1559
+ -- N_SAT can be read from number of elements in SeqOfGanssDataBitsElement
1560
+ ganssDataBitsSatList SeqOfGanssDataBitsElement,
1561
+ ...
1562
+ }
1563
+
1564
+ SeqOfGanssDataBitsElement ::= SEQUENCE (SIZE(1 .. 32)) OF GanssDataBitsElement
1565
+
1566
+ GanssDataBitsElement ::= SEQUENCE {
1567
+ svID SVID,
1568
+ -- N_SGN can be read from number of elements in Seq-OfGANSSDataBitsSgn
1569
+ ganssDataBitsSgnList Seq-OfGANSSDataBitsSgn,
1570
+ ...
1571
+ }
1572
+
1573
+ Seq-OfGANSSDataBitsSgn ::= SEQUENCE (SIZE(1..8)) OF GANSSDataBitsSgnElement
1574
+
1575
+ GANSSDataBitsSgnElement ::= SEQUENCE {
1576
+ ganssSignalType GANSSSignalID,
1577
+ -- N_BIT can be read from number of elements in SeqOf-DataBits
1578
+ ganssDataBits SeqOf-GANSSDataBits,
1579
+ ...
1580
+ }
1581
+
1582
+ SeqOf-GANSSDataBits ::= SEQUENCE (SIZE(1 .. 1024)) OF GANSSDataBit
1583
+
1584
+ GANSSDataBit ::= INTEGER(0 .. 1)
1585
+
1586
+ -- GANSS Reference Measurement Assistance IE
1587
+
1588
+ -- Code and Doppler assistance from the network.
1589
+ GANSSRefMeasurementAssist ::= SEQUENCE {
1590
+ ganssSignalID GANSSSignalID, -- Coding according to Annex
1591
+ ganssRefMeasAssistList SeqOfGANSSRefMeasurementElement
1592
+ }
1593
+
1594
+ SeqOfGANSSRefMeasurementElement ::= SEQUENCE (SIZE(1 .. 16)) OF GANSSRefMeasurementElement
1595
+
1596
+ GANSSRefMeasurementElement ::= SEQUENCE {
1597
+ svID SVID,
1598
+ -- Doppler 0th order term,
1599
+ -- -1024 m/s to 1023.5 m/s with 0.5 m/s resolution)
1600
+ doppler0 INTEGER (-2048 .. 2047), -- Coding according to Annex
1601
+ additionalDoppler AdditionalDopplerFields OPTIONAL,
1602
+ codePhase INTEGER (0 .. 1022), -- Code Phase in ms
1603
+ intCodePhase INTEGER (0 .. 127), -- Integer Code Phase in ms
1604
+ codePhaseSearchWindow INTEGER (0 .. 31), -- Code Phase Search Window, see Annex
1605
+ additionalAngle AddionalAngleFields OPTIONAL,
1606
+ ...,
1607
+ codePhase1023 BOOLEAN OPTIONAL
1608
+ }
1609
+
1610
+ AdditionalDopplerFields ::= SEQUENCE {
1611
+ -- Doppler 1st order term, -0.2 - +0.1 m/s2
1612
+ -- ( = -42 + (0 to 63) with 1/210 m/s2 resolution)
1613
+ doppler1 INTEGER (0..63),
1614
+ dopplerUncertainty INTEGER (0..4)
1615
+ }
1616
+
1617
+ -- GANSS Reference Measurement Rel-10 Extension:
1618
+ -- GANSSRefMeasurementAssist-R10-Ext shall contain the same number of elements as the
1619
+ -- SeqOfGANSSRefMeasurementElement included in GANSSRefMeasurementAssist IE
1620
+ GANSSRefMeasurementAssist-R10-Ext ::= SEQUENCE (SIZE(1 .. 16)) OF GANSSRefMeasurement-R10-Ext-Element
1621
+
1622
+ GANSSRefMeasurement-R10-Ext-Element ::= SEQUENCE {
1623
+ svID SVID,
1624
+ azimuthLSB INTEGER(0..15),
1625
+ elevationLSB INTEGER(0..15)
1626
+ }
1627
+
1628
+ -- GANSS Reference Measurement Rel-12 Extension:
1629
+ GANSSRefMeasurementAssist-R12-Ext ::= SEQUENCE {
1630
+ ganssSignalID GANSSSignalID,
1631
+ confidence INTEGER (0..100) OPTIONAL,
1632
+ ganssRefMeasAssistList SeqOfGANSSRefMeasurementElement-R12 OPTIONAL
1633
+ }
1634
+
1635
+ SeqOfGANSSRefMeasurementElement-R12 ::= SEQUENCE (SIZE(1 .. 16)) OF GANSSRefMeasurement-R12-Ext-Element
1636
+
1637
+ GANSSRefMeasurement-R12-Ext-Element ::= SEQUENCE {
1638
+ svID SVID,
1639
+ dopplerUncertaintyExt ENUMERATED {
1640
+ d60, d80, d100, d120, noInformation, ...}
1641
+ }
1642
+
1643
+ -- GANSS Almanac Model IE
1644
+ GANSSAlmanacModel ::= SEQUENCE {
1645
+ weekNumber INTEGER (0 .. 255),
1646
+ toa INTEGER (0 .. 255) OPTIONAL,
1647
+ ioda INTEGER (0 .. 3) OPTIONAL,
1648
+ ganssAlmanacList SeqOfGANSSAlmanacElement
1649
+ }
1650
+
1651
+ SeqOfGANSSAlmanacElement ::= SEQUENCE (SIZE(1 .. 36)) OF GANSSAlmanacElement
1652
+
1653
+ -- GANSS Almanac Model
1654
+ GANSSAlmanacElement ::= CHOICE {
1655
+ keplerianAlmanacSet Almanac-KeplerianSet, -- Model-1
1656
+ ...,
1657
+ keplerianNAVAlmanac Almanac-NAVKeplerianSet, -- Model-2
1658
+ keplerianReducedAlmanac Almanac-ReducedKeplerianSet, -- Model-3
1659
+ keplerianMidiAlmanac Almanac-MidiAlmanacSet, -- Model-4
1660
+ keplerianGLONASS Almanac-GlonassAlmanacSet, -- Model-5
1661
+ ecefSBASAlmanac Almanac-ECEFsbasAlmanacSet, -- Model-6
1662
+ keplerianBDSAlmanac-r12 Almanac-BDSAlmanacSet-r12 -- Model-7
1663
+ }
1664
+
1665
+ -- Almanac parameters according to Keplerian parameters
1666
+ Almanac-KeplerianSet ::= SEQUENCE {
1667
+ svID SVID,
1668
+ kepAlmanacE INTEGER (0 .. 2047),
1669
+ kepAlmanacDeltaI INTEGER (-1024 .. 1023),
1670
+ kepAlmanacOmegaDot INTEGER (-1024 .. 1023),
1671
+ kepSVHealth INTEGER (0 .. 15), -- Coding according to Annex
1672
+ kepAlmanacAPowerHalf INTEGER (-65536 .. 65535),
1673
+ kepAlmanacOmega0 INTEGER (-32768 .. 32767),
1674
+ kepAlmanacW INTEGER (-32768 .. 32767),
1675
+ kepAlmanacM0 INTEGER (-32768 .. 32767),
1676
+ kepAlmanacAF0 INTEGER (-8192 .. 8191),
1677
+ kepAlmanacAF1 INTEGER (-1024..1023)
1678
+ }
1679
+
1680
+ Almanac-NAVKeplerianSet ::= SEQUENCE {
1681
+ svID SVID,
1682
+ navAlmE INTEGER (0..65535),
1683
+ navAlmDeltaI INTEGER (-32768..32767),
1684
+ navAlmOMEGADOT INTEGER (-32768..32767),
1685
+ navAlmSVHealth INTEGER (0..255),
1686
+ navAlmSqrtA INTEGER (0..16777215),
1687
+ navAlmOMEGAo INTEGER (-8388608..8388607),
1688
+ navAlmOmega INTEGER (-8388608..8388607),
1689
+ navAlmMo INTEGER (-8388608..8388607),
1690
+ navAlmaf0 INTEGER (-1024..1023),
1691
+ navAlmaf1 INTEGER (-1024..1023)
1692
+ }
1693
+
1694
+ Almanac-ReducedKeplerianSet ::= SEQUENCE {
1695
+ svID SVID,
1696
+ redAlmDeltaA INTEGER (-128..127),
1697
+ redAlmOmega0 INTEGER (-64..63),
1698
+ redAlmPhi0 INTEGER (-64..63),
1699
+ redAlmL1Health BOOLEAN,
1700
+ redAlmL2Health BOOLEAN,
1701
+ redAlmL5Health BOOLEAN
1702
+ }
1703
+
1704
+ Almanac-MidiAlmanacSet ::= SEQUENCE {
1705
+ svID SVID,
1706
+ midiAlmE INTEGER (0..2047),
1707
+ midiAlmDeltaI INTEGER (-1024..1023),
1708
+ midiAlmOmegaDot INTEGER (-1024..1023),
1709
+ midiAlmSqrtA INTEGER (0..131071),
1710
+ midiAlmOmega0 INTEGER (-32768..32767),
1711
+ midiAlmOmega INTEGER (-32768..32767),
1712
+ midiAlmMo INTEGER (-32768..32767),
1713
+ midiAlmaf0 INTEGER (-1024..1023),
1714
+ midiAlmaf1 INTEGER (-512..511),
1715
+ midiAlmL1Health BOOLEAN,
1716
+ midiAlmL2Health BOOLEAN,
1717
+ midiAlmL5Health BOOLEAN
1718
+ }
1719
+
1720
+ Almanac-GlonassAlmanacSet ::= SEQUENCE {
1721
+ gloAlmNA INTEGER (1..1461),
1722
+ gloAlmnA INTEGER (1..24),
1723
+ gloAlmHA INTEGER (0..31),
1724
+ gloAlmLambdaA INTEGER (-1048576..1048575),
1725
+ gloAlmtlambdaA INTEGER (0..2097151),
1726
+ gloAlmDeltaIa INTEGER (-131072..131071),
1727
+ gloAlmDeltaTA INTEGER (-2097152..2097151),
1728
+ gloAlmDeltaTdotA INTEGER (-64..63),
1729
+ gloAlmEpsilonA INTEGER (0..32767),
1730
+ gloAlmOmegaA INTEGER (-32768..32767),
1731
+ gloAlmTauA INTEGER (-512..511),
1732
+ gloAlmCA INTEGER (0..1),
1733
+ gloAlmMA BIT STRING (SIZE(2)) OPTIONAL
1734
+ }
1735
+
1736
+ Almanac-ECEFsbasAlmanacSet ::= SEQUENCE {
1737
+ sbasAlmDataID INTEGER (0..3),
1738
+ svID SVID,
1739
+ sbasAlmHealth BIT STRING (SIZE(8)),
1740
+ sbasAlmXg INTEGER (-16384..16383),
1741
+ sbasAlmYg INTEGER (-16384..16383),
1742
+ sbasAlmZg INTEGER (-256..255),
1743
+ sbasAlmXgdot INTEGER (-4..3),
1744
+ sbasAlmYgDot INTEGER (-4..3),
1745
+ sbasAlmZgDot INTEGER (-8..7),
1746
+ sbasAlmTo INTEGER (0..2047)
1747
+ }
1748
+
1749
+ Almanac-BDSAlmanacSet-r12 ::= SEQUENCE {
1750
+ svID SVID,
1751
+ --This field may be present if the toa is not the same for all SVs; otherwise it is not present and the toa is provided in GANSSAlmanacModel
1752
+ bdsAlmToa-r12 INTEGER (0..255) OPTIONAL,
1753
+ bdsAlmSqrtA-r12 INTEGER (0..16777215),
1754
+ bdsAlmE-r12 INTEGER (0..131071),
1755
+ bdsAlmW-r12 INTEGER (-8388608..8388607),
1756
+ bdsAlmM0-r12 INTEGER (-8388608..8388607),
1757
+ bdsAlmOmega0-r12 INTEGER (-8388608..8388607),
1758
+ bdsAlmOmegaDot-r12 INTEGER (-65536..65535),
1759
+ bdsAlmDeltaI-r12 INTEGER (-32768..32767),
1760
+ bdsAlmA0-r12 INTEGER (-1024..1023),
1761
+ bdsAlmA1-r12 INTEGER (-1024..1023),
1762
+ --This field is mandatory present if SV-ID is between 0 and 29; otherwise it is not present.
1763
+ bdsSvHealth-r12 BIT STRING (SIZE(9)) OPTIONAL
1764
+ }
1765
+
1766
+ -- GANSS Almanac Model Rel-10 Extension
1767
+ GANSSAlmanacModel-R10-Ext ::= SEQUENCE {
1768
+ completeAlmanacProvided BOOLEAN -- TRUE means that complete Almanac is provided
1769
+ }
1770
+
1771
+ -- GANSS Almanac Model Rel-12 Extension
1772
+ GANSSAlmanacModel-R12-Ext ::= SEQUENCE {
1773
+ -- Either toa in GANSSAlmanacModel or toa-ext shall be present if GANSS-ID indicates Galileo
1774
+ toa-ext INTEGER (256..1023) OPTIONAL,
1775
+ -- Either ioda in GANSSAlmanacModel or ioda-ext shall be present if GANSS-ID indicates Galileo
1776
+ ioda-ext INTEGER (4..15) OPTIONAL
1777
+ }
1778
+
1779
+ -- GANSS Universal Time Coordinate Model (Model-1)
1780
+ GANSSUTCModel ::= SEQUENCE {
1781
+ ganssUtcA1 INTEGER (-8388608..8388607),
1782
+ ganssUtcA0 INTEGER (-2147483648..2147483647),
1783
+ ganssUtcTot INTEGER (0..255),
1784
+ ganssUtcWNt INTEGER (0..255),
1785
+ ganssUtcDeltaTls INTEGER (-128..127),
1786
+ ganssUtcWNlsf INTEGER (0..255),
1787
+ ganssUtcDN INTEGER (-128..127),
1788
+ ganssUtcDeltaTlsf INTEGER (-128..127)
1789
+ }
1790
+
1791
+ --GANSS Ephemeris Extension
1792
+ GANSSEphemerisExtension ::= SEQUENCE {
1793
+ ganssEphemerisHeader GANSSEphemerisExtensionHeader OPTIONAL,
1794
+ ganssReferenceSet SeqOfGANSSRefOrbit OPTIONAL,
1795
+ ganssephemerisDeltasMatrix GANSSEphemerisDeltaMatrix OPTIONAL,
1796
+ ...
1797
+ }
1798
+
1799
+ -- The ganssEphemerisHeader and the ganssReferenceSet are mandatory only once in the delivery of the
1800
+ -- GANSS Ephemeris Extension. The ganssReferenceSet shall include all healthy satellite vehicles
1801
+ -- at the time of message construction.
1802
+
1803
+ GANSSEphemerisExtensionHeader ::= SEQUENCE {
1804
+ timeAtEstimation GANSSEphemerisExtensionTime,
1805
+ validityPeriod INTEGER(1..8),
1806
+ -- The validity period, represented in hours, is the validity period of each individual ephemeris
1807
+ -- delta payload
1808
+ ephemerisExtensionDuration INTEGER(1..512),
1809
+ -- If the ephemerisExtensionDuration does not match the request duration made by the MS, the MS
1810
+ -- should regard the provided ephemerisExtensionDuration as the limit of the SMLC ephemeris
1811
+ -- extension capability at this time.
1812
+ ...
1813
+ }
1814
+
1815
+ GANSSEphemerisExtensionTime ::= SEQUENCE {
1816
+ ganssEphExtDay INTEGER(0..8191),
1817
+ ganssEphExtTOD GANSSTOD,
1818
+ ...
1819
+ }
1820
+
1821
+ -- Reference Nav Model for Ephepmeris Extension
1822
+ ReferenceNavModel ::= SEQUENCE {
1823
+ keplerToe INTEGER (0..37799),
1824
+ keplerW INTEGER (-2147483648..2147483647),
1825
+ keplerDeltaN INTEGER (-32768..32767),
1826
+ keplerM0 INTEGER (-2147483648..2147483647),
1827
+ keplerOmegaDot INTEGER (-8388608..8388607),
1828
+ keplerE INTEGER (0..4294967295),
1829
+ keplerIDot INTEGER (-8192..8191),
1830
+ keplerAPowerHalf INTEGER (0.. 4294967295),
1831
+ keplerI0 INTEGER (-2147483648..2147483647),
1832
+ keplerOmega0 INTEGER (-2147483648..2147483647),
1833
+ keplerCrs INTEGER (-32768..32767),
1834
+ keplerCis INTEGER (-32768..32767),
1835
+ keplerCus INTEGER (-32768..32767),
1836
+ keplerCrc INTEGER (-32768..32767),
1837
+ keplerCic INTEGER (-32768..32767),
1838
+ keplerCuc INTEGER (-32768..32767)
1839
+ }
1840
+
1841
+ SeqOfGANSSRefOrbit ::= SEQUENCE (SIZE(1..32)) OF GANSSReferenceOrbit
1842
+ --The number of reference orbits can be read from number of elements in this sequence
1843
+
1844
+ GANSSReferenceOrbit ::= SEQUENCE {
1845
+ svID SVID,
1846
+ ganssOrbitModel ReferenceNavModel,
1847
+ ganssClockModel GANSSClockModel,
1848
+ ...
1849
+ }
1850
+
1851
+ GANSSEphemerisDeltaMatrix ::= SEQUENCE (SIZE(1 .. 128)) OF GANSSEphemerisDeltaEpoch
1852
+
1853
+ GANSSEphemerisDeltaEpoch ::= SEQUENCE {
1854
+ ganssDeltaEpochHeader GANSSDeltaEpochHeader OPTIONAL,
1855
+ ganssDeltaElementList GANSSDeltaElementList,
1856
+ ...
1857
+ }
1858
+
1859
+ -- Each GANSSDeltaEpoch element contains a header and the delta values for a particular time window
1860
+ -- for all PRN's.
1861
+
1862
+ GANSSDeltaEpochHeader ::= SEQUENCE {
1863
+ validityPeriod INTEGER(1..8) OPTIONAL,
1864
+ ephemerisDeltaSizes GANSSEphemerisDeltaBitSizes OPTIONAL,
1865
+ ephemerisDeltaScales GANSSEphemerisDeltaScales OPTIONAL,
1866
+ ...
1867
+ }
1868
+
1869
+ -- In each of the GANSSDeltaEpochs, if the optional element, validityPeriod is not included, the
1870
+ -- value in GANSSEphemerisExtensionHeader shall be used. If the optional elements
1871
+ -- ephemerisDeltaSizes or ephemerisDeltaScales are not included, then the default ephemeris delta
1872
+ -- sizes and scales shall be used. The default sizes and scales are found in the annex in the
1873
+ -- table 55.11.
1874
+
1875
+ GANSSDeltaElementList ::= SEQUENCE (SIZE(1 .. 32)) OF OCTET STRING(SIZE (1..49))
1876
+ -- Each octet string element in GANSSDeltaElementList corresponds to one PRN within one epoch
1877
+
1878
+ -- Table 55.11 of the annex shows the organization of the delta ephemeris octet string.
1879
+ -- Decoding of each of the octet strings is accomplished by consulting the ephemerisDeltaSizes
1880
+ -- table to learn the length and order of each of the parameters in the ephemerisDelta payload.
1881
+
1882
+ -- Post decode scaling is accomplished by consulting the ephemerisDeltaScales table to learn the
1883
+ -- scale factors to apply to the terms in the delta ephemeris.
1884
+
1885
+ -- Ephemeris Delta Bit Sizes.
1886
+ GANSSEphemerisDeltaBitSizes ::= SEQUENCE {
1887
+ -- This structure defines the order and sizes of the fields in the GANSSDeltaEpoch octet string
1888
+ -- seqNum and svID are the first two elements of each GANSS Ephemeris Delta Element Structure
1889
+ -- seqNum is always 7 bits, and svID is always 6 bits long and are thus not included in
1890
+ -- the GANSSEphemerisDeltaBitSizes table. The value of seqNum indicates the GANSSDeltaEpoch number
1891
+
1892
+ -- The Ephemeris delta element payload mimics the bitsize table, but also includes the svID and
1893
+ -- seqNum as the first two elements (in that order),in each block.
1894
+
1895
+ bitsize-delta-omega INTEGER(1..32),
1896
+ bitsize-delta-deltaN INTEGER(1..16),
1897
+ bitsize-delta-m0 INTEGER(1..32),
1898
+ bitsize-delta-omegadot INTEGER(1..24),
1899
+ bitsize-delta-e INTEGER(1..32),
1900
+ bitsize-delta-idot INTEGER(1..14),
1901
+ bitsize-delta-sqrtA INTEGER(1..32),
1902
+ bitsize-delta-i0 INTEGER(1..32),
1903
+ bitsize-delta-omega0 INTEGER(1..32),
1904
+ bitsize-delta-crs INTEGER(1..16),
1905
+ bitsize-delta-cis INTEGER(1..16),
1906
+ bitsize-delta-cus INTEGER(1..16),
1907
+ bitsize-delta-crc INTEGER(1..16),
1908
+ bitsize-delta-cic INTEGER(1..16),
1909
+ bitsize-delta-cuc INTEGER(1..16),
1910
+ bitsize-delta-tgd1 INTEGER(1..10),
1911
+ bitsize-delta-tgd2 INTEGER(1..10),
1912
+ ...
1913
+ }
1914
+
1915
+ GANSSEphemerisDeltaScales ::= SEQUENCE {
1916
+ scale-delta-omega INTEGER(-16..15),
1917
+ scale-delta-deltaN INTEGER(-16..15),
1918
+ scale-delta-m0 INTEGER(-16..15),
1919
+ scale-delta-omegadot INTEGER(-16..15),
1920
+ scale-delta-e INTEGER(-16..15),
1921
+ scale-delta-idot INTEGER(-16..15),
1922
+ scale-delta-sqrtA INTEGER(-16..15),
1923
+ scale-delta-i0 INTEGER(-16..15),
1924
+ scale-delta-omega0 INTEGER(-16..15),
1925
+ scale-delta-crs INTEGER(-16..15),
1926
+ scale-delta-cis INTEGER(-16..15),
1927
+ scale-delta-cus INTEGER(-16..15),
1928
+ scale-delta-crc INTEGER(-16..15),
1929
+ scale-delta-cic INTEGER(-16..15),
1930
+ scale-delta-cuc INTEGER(-16..15),
1931
+ scale-delta-tgd1 INTEGER(-16..15),
1932
+ scale-delta-tgd2 INTEGER(-16..15),
1933
+ ...
1934
+ }
1935
+
1936
+ -- GANSS Ephemeris Extension Check
1937
+ GANSSEphemerisExtensionCheck ::= SEQUENCE {
1938
+ ganssBeginTime GANSSEphemerisExtensionTime,
1939
+ ganssEndTime GANSSEphemerisExtensionTime,
1940
+ ganssSatEventsInfo GANSSSatEventsInfo,
1941
+ ...
1942
+ }
1943
+
1944
+ GANSSSatEventsInfo ::= SEQUENCE {
1945
+ eventOccured BIT STRING (SIZE (64)),
1946
+ futureEventNoted BIT STRING (SIZE (64)),
1947
+ ...
1948
+ }
1949
+
1950
+ -- If a bit is clear in the eventOccured field it indicates that no known errors have occured
1951
+ -- between the current time and the ganssBeginTime nor is a maneuver planned for the next sixty
1952
+ -- minutes.
1953
+ -- If a bit is set in the futureEventNoted field it indicates that a maneuver is planned during the
1954
+ -- time period between current time plus sixty minutes and the ganssEndTime
1955
+ -- GANSS Additional Universal Time Coordinate Model
1956
+ GANSSAddUTCModel ::= CHOICE {
1957
+ utcModel2 UTCmodelSet2,
1958
+ utcModel3 UTCmodelSet3,
1959
+ utcModel4 UTCmodelSet4,
1960
+ ...,
1961
+ utcModel5-r12 UTCmodelSet5-r12
1962
+ }
1963
+
1964
+ UTCmodelSet2 ::= SEQUENCE {
1965
+ utcA0 INTEGER (-32768..32767),
1966
+ utcA1 INTEGER (-4096.. 4095),
1967
+ utcA2 INTEGER (-64..63),
1968
+ utcDeltaTls INTEGER (-128.. 127),
1969
+ utcTot INTEGER (0..65535),
1970
+ utcWNot INTEGER (0..8191),
1971
+ utcWNlsf INTEGER (0..255),
1972
+ utcDN BIT STRING (SIZE(4)),
1973
+ utcDeltaTlsf INTEGER (-128..127)
1974
+ }
1975
+
1976
+ UTCmodelSet3 ::= SEQUENCE {
1977
+ nA INTEGER (1..1461),
1978
+ tauC INTEGER (-2147483648..2147483647),
1979
+ b1 INTEGER (-1024..1023) OPTIONAL,
1980
+ b2 INTEGER (-512..511) OPTIONAL,
1981
+ kp BIT STRING (SIZE(2)) OPTIONAL
1982
+ }
1983
+
1984
+ UTCmodelSet4 ::= SEQUENCE {
1985
+ utcA1wnt INTEGER (-8388608..8388607),
1986
+ utcA0wnt INTEGER (-2147483648..2147483647),
1987
+ utcTot INTEGER (0..255),
1988
+ utcWNt INTEGER (0..255),
1989
+ utcDeltaTls INTEGER (-128..127),
1990
+ utcWNlsf INTEGER (0..255),
1991
+ utcDN INTEGER (-128..127),
1992
+ utcDeltaTlsf INTEGER (-128..127),
1993
+ utcStandardID INTEGER (0..7) -- coding according to annex
1994
+ }
1995
+
1996
+ UTCmodelSet5-r12 ::= SEQUENCE {
1997
+ utcA0-r12 INTEGER (-2147483648..2147483647),
1998
+ utcA1-r12 INTEGER (-8388608..8388607),
1999
+ utcDeltaTls-r12 INTEGER (-128..127),
2000
+ utcWNlsf-r12 INTEGER (0..255),
2001
+ utcDN-r12 INTEGER (0..255),
2002
+ utcDeltaTlsf-r12 INTEGER (-128..127)
2003
+ }
2004
+
2005
+ -- GANSS Auxiliary Information
2006
+ GANSSAuxiliaryInformation ::= CHOICE {
2007
+ ganssID1 GANSS-ID1, -- This choice may only be present if GANSS ID indicates Modernized GPS
2008
+ ganssID3 GANSS-ID3, -- This choice may only be present if GANSS ID indicates GLONASS
2009
+ ...
2010
+ }
2011
+
2012
+ GANSS-ID1 ::= SEQUENCE (SIZE(1..64)) OF GANSS-ID1-element
2013
+
2014
+ GANSS-ID1-element ::= SEQUENCE {
2015
+ svID SVID,
2016
+ signals AvailableGANSSSignals,
2017
+ ...
2018
+ }
2019
+
2020
+ GANSS-ID3 ::= SEQUENCE (SIZE(1..64)) OF GANSS-ID3-element
2021
+
2022
+ GANSS-ID3-element ::= SEQUENCE {
2023
+ svID SVID,
2024
+ signalsAvailable GANSSSignals,
2025
+ channelNumber INTEGER (-7..13),
2026
+ ...
2027
+ }
2028
+
2029
+ -- DGANSS Corrections Validity Period:
2030
+ -- This element may only be included if GANSSDiffCorrections IE is included in
2031
+ -- GANSSGenericAssistDataElement element.
2032
+ -- GANSSDiffCorrectionsValidityPeriod shall contain the same number of elements as the
2033
+ -- SeqOfSgnTypeElement included in GANSSDiffCorrections IE
2034
+ GANSSDiffCorrectionsValidityPeriod ::= SEQUENCE (SIZE (1..3)) OF DGANSSExtensionSgnTypeElement
2035
+
2036
+ DGANSSExtensionSgnTypeElement ::= SEQUENCE {
2037
+ ganssSignalID GANSSSignalID, -- signal type identity
2038
+ dganssExtensionSgnList SeqOfDGANSSExtensionSgnElement
2039
+ }
2040
+
2041
+ -- SeqOfDGANSSExtensionSgnElement shall contain the same number of elements as the
2042
+ -- SeqOfDGANSSSgnElement included in GANSSDiffCorrections IE
2043
+ SeqOfDGANSSExtensionSgnElement ::= SEQUENCE (SIZE (1..16)) OF DGANSSExtensionSgnElement
2044
+
2045
+ DGANSSExtensionSgnElement ::= SEQUENCE {
2046
+ svID SVID, -- Satellite identity
2047
+ udreGrowthRate INTEGER(0..7), -- coding according to annex
2048
+ udreValidityTime INTEGER(0..7), -- coding according to annex
2049
+ ...
2050
+ }
2051
+
2052
+ --Required Measurement Request Response Time, range is 1 to 128 seconds.
2053
+ RequiredResponseTime ::= INTEGER (1..128)
2054
+
2055
+ -- Control header for additional GPS assistance data
2056
+ Add-GPS-AssistData ::= SEQUENCE {
2057
+ add-GPS-controlHeader Add-GPS-ControlHeader
2058
+ }
2059
+
2060
+ Add-GPS-ControlHeader ::= SEQUENCE {
2061
+ gpsEphemerisExtension GPSEphemerisExtension OPTIONAL,
2062
+ gpsEphemerisExtensionCheck GPSEphemerisExtensionCheck OPTIONAL,
2063
+ ... ,
2064
+ dgpsCorrectionsValidityPeriod DGPSCorrectionsValidityPeriod OPTIONAL,
2065
+ -- If ReferenceTime is included in ControlHeader, GPSReferenceTime-R10-Ext
2066
+ -- shall also be included.
2067
+ gpsReferenceTime-R10-Ext GPSReferenceTime-R10-Ext OPTIONAL,
2068
+ -- If AcquisAssist is included in ControlHeader, GPSAcquisAssist-R10-Ext
2069
+ -- shall also be included.
2070
+ gpsAcquisAssist-R10-Ext GPSAcquisAssist-R10-Ext OPTIONAL,
2071
+ -- If Almanac is included in ControlHeader, GPSAlmanac-R10-Ext
2072
+ -- shall also be included.
2073
+ gpsAlmanac-R10-Ext GPSAlmanac-R10-Ext OPTIONAL,
2074
+ gpsAcquisAssist-R12-Ext GPSAcquisAssist-R12-Ext OPTIONAL
2075
+ }
2076
+
2077
+ GPSClockModel ::= SEQUENCE {
2078
+ af2 INTEGER (-128..127),
2079
+ af1 INTEGER (-32768..32767),
2080
+ af0 INTEGER (-2097152..2097151),
2081
+ tgd INTEGER (-128..127)
2082
+ }
2083
+
2084
+ --GPS Ephemeris Extension
2085
+ GPSEphemerisExtension ::= SEQUENCE {
2086
+ gpsEphemerisHeader GPSEphemerisExtensionHeader OPTIONAL,
2087
+ gpsReferenceSet SeqOfGPSRefOrbit OPTIONAL,
2088
+ gpsephemerisDeltaMatrix GPSEphemerisDeltaMatrix OPTIONAL,
2089
+ ...
2090
+ }
2091
+
2092
+ -- The gpsEphemerisHeader and the gpsReferenceSet are mandatory only once in the delivery of the
2093
+ -- GPS Ephemeris Extension. The gpsReferenceSet shall include all healthy satellite vehicles at the
2094
+ -- time of message construction
2095
+
2096
+ -- The SMLC is required to deliver the gpsReferenceSet for all healthy satellite vehicles
2097
+ -- at the time of message construction.
2098
+ GPSEphemerisExtensionHeader ::= SEQUENCE {
2099
+ timeofEstimation GPSEphemerisExtensionTime,
2100
+ validityPeriod INTEGER(1..8),
2101
+ -- The validity period, represented in hours is the validity period of each individual ephemeris
2102
+ -- delta payload
2103
+ ephemerisExtensionDuration INTEGER(1..512),
2104
+ -- If the ephemerisExtensionDuration does not match the request duration made by the MS, the MS
2105
+ -- should regard the provided ephemerisExtensionDuration as the limit of the SMLC ephemeris
2106
+ -- extension capability at this time.
2107
+ ...
2108
+ }
2109
+
2110
+ GPSEphemerisExtensionTime ::= SEQUENCE {
2111
+ gpsWeek GPSWeek,
2112
+ gpsTOW INTEGER (0..604799),
2113
+ ...
2114
+ }
2115
+
2116
+ SeqOfGPSRefOrbit ::= SEQUENCE (SIZE(1..32)) OF GPSReferenceOrbit
2117
+
2118
+ --The number of reference orbits can be read from number of elements in this sequence
2119
+ GPSReferenceOrbit ::= SEQUENCE {
2120
+ svID SVID,
2121
+ gpsOrbitModel ReferenceNavModel,
2122
+ gpsClockModel GPSClockModel,
2123
+ ...
2124
+ }
2125
+
2126
+ GPSEphemerisDeltaMatrix ::= SEQUENCE (SIZE(1 .. 128)) OF GPSEphemerisDeltaEpoch
2127
+
2128
+ GPSEphemerisDeltaEpoch ::= SEQUENCE {
2129
+ gpsDeltaEpochHeader GPSDeltaEpochHeader OPTIONAL,
2130
+ gpsDeltaElementList GPSDeltaElementList,
2131
+ ...
2132
+ }
2133
+
2134
+ -- Each GPSDeltaEpoch element contains a header and the delta values for a particular time window
2135
+ -- for all PRN's.
2136
+ GPSDeltaEpochHeader ::= SEQUENCE {
2137
+ validityPeriod INTEGER(1..8) OPTIONAL,
2138
+ ephemerisDeltaSizes GPSEphemerisDeltaBitSizes OPTIONAL,
2139
+ ephemerisDeltaScales GPSEphemerisDeltaScales OPTIONAL,
2140
+ ...
2141
+ }
2142
+
2143
+ -- In each of the GPSDeltaEpochs, if the optional element validityPeriod is not included,
2144
+ -- the value in GPSEphemerisExtensionHeader shall be used. if the optional elements
2145
+ -- ephemerisDeltaSizes or ephemerisDeltaScales are not included, then the default ephemeris delta
2146
+ -- sizes and scales shall be used. The default sizes and scales are found in the annex in section
2147
+ -- A.29.m
2148
+
2149
+ GPSDeltaElementList ::= SEQUENCE (SIZE(1 .. 32)) OF OCTET STRING(SIZE (1..47))
2150
+ -- Each octet string element in GPSDeltaElementList corresponds to one PRN within one epoch
2151
+ -- Table A.29.m of the annex shows the organization of the delta ephemeris octet string.
2152
+ -- Decoding of each of the octet strings is accomplished by consulting the ephemerisDeltaSizes
2153
+ -- table to learn the length and order of each of the parameters in the ephemerisDelta payload
2154
+
2155
+ -- Post decode scaling is accomplished by consulting the ephemerisDeltaScales table to learn the.
2156
+ -- scale factors to apply to the terms in the delta ephemeris
2157
+ -- Ephemeris Delta Bit Sizes.
2158
+
2159
+ GPSEphemerisDeltaBitSizes ::= SEQUENCE {
2160
+ -- This structure defines the order and sizes of the fields in the GPSsDeltaEpoch octet string
2161
+ -- seqNum and svID are the first two elements of each GPS Ephemeris Delta Element Structure
2162
+ -- seqNum is always 7 bits, and svID is always 5 bits long and are thus not included in
2163
+ -- the GPSEphemerisDeltaBitSizes table. seqNum indicates the GPSDeltaEpoch number.
2164
+ -- The Ephemeris delta element payload mimics the bitsize table, but also includes the svID and
2165
+ -- seqNum as the first two elements (in that order),in each block.
2166
+ bitsize-delta-omega INTEGER(1..32),
2167
+ bitsize-delta-deltaN INTEGER(1..16),
2168
+ bitsize-delta-m0 INTEGER(1..32),
2169
+ bitsize-delta-omegadot INTEGER(1..24),
2170
+ bitsize-delta-e INTEGER(1..32),
2171
+ bitsize-delta-idot INTEGER(1..14),
2172
+ bitsize-delta-sqrtA INTEGER(1..32),
2173
+ bitsize-delta-i0 INTEGER(1..32),
2174
+ bitsize-delta-omega0 INTEGER(1..32),
2175
+ bitsize-delta-crs INTEGER(1..16),
2176
+ bitsize-delta-cis INTEGER(1..16),
2177
+ bitsize-delta-cus INTEGER(1..16),
2178
+ bitsize-delta-crc INTEGER(1..16),
2179
+ bitsize-delta-cic INTEGER(1..16),
2180
+ bitsize-delta-cuc INTEGER(1..16),
2181
+ bitsize-delta-tgd INTEGER(1..10),
2182
+ ...
2183
+ }
2184
+
2185
+ GPSEphemerisDeltaScales ::= SEQUENCE {
2186
+ scale-delta-omega INTEGER(-16..15),
2187
+ scale-delta-deltaN INTEGER(-16..15),
2188
+ scale-delta-m0 INTEGER(-16..15),
2189
+ scale-delta-omegadot INTEGER(-16..15),
2190
+ scale-delta-e INTEGER(-16..15),
2191
+ scale-delta-idot INTEGER(-16..15),
2192
+ scale-delta-sqrtA INTEGER(-16..15),
2193
+ scale-delta-i0 INTEGER(-16..15),
2194
+ scale-delta-omega0 INTEGER(-16..15),
2195
+ scale-delta-crs INTEGER(-16..15),
2196
+ scale-delta-cis INTEGER(-16..15),
2197
+ scale-delta-cus INTEGER(-16..15),
2198
+ scale-delta-crc INTEGER(-16..15),
2199
+ scale-delta-cic INTEGER(-16..15),
2200
+ scale-delta-cuc INTEGER(-16..15),
2201
+ scale-delta-tgd INTEGER(-16..15),
2202
+ ...
2203
+ }
2204
+
2205
+ GPSEphemerisExtensionCheck ::= SEQUENCE {
2206
+ gpsBeginTime GPSEphemerisExtensionTime,
2207
+ gpsEndTime GPSEphemerisExtensionTime,
2208
+ gpsSatEventsInfo GPSSatEventsInfo,
2209
+ ...
2210
+ }
2211
+
2212
+ GPSSatEventsInfo ::= SEQUENCE {
2213
+ eventOccured BIT STRING (SIZE (32)),
2214
+ futureEventNoted BIT STRING (SIZE (32)),
2215
+ ...
2216
+ }
2217
+
2218
+ -- If a bit is clear in the eventOccured field it indicates that no known errors have occured since
2219
+ -- the gpsBeginTime nor is a maneuver planned for the next sixty minutes.
2220
+ -- If a bit is set in the futureEventNoted field it indicates that a maneuver is planned during the
2221
+ -- time period between current time plus sixty minutes and gpsEndTime
2222
+
2223
+ -- DGPS Corrections Validity Period:
2224
+ -- This element may only be included if DGPSCorrections IE is included in ControlHeader element.
2225
+ -- DGPSCorrectionsValidityPeriod shall contain the same number of elements as the SeqOfSatElement
2226
+ -- included in DGPSCorrections IE
2227
+ DGPSCorrectionsValidityPeriod ::= SEQUENCE (SIZE (1..16)) OF DGPSExtensionSatElement
2228
+
2229
+ DGPSExtensionSatElement ::= SEQUENCE {
2230
+ satelliteID SatelliteID,
2231
+ udreGrowthRate INTEGER(0..7), -- coding according to annex
2232
+ udreValidityTime INTEGER(0..7), -- coding according to annex
2233
+ ...
2234
+ }
2235
+
2236
+ -- GPS Reference Time Rel-10 Extension:
2237
+ GPSReferenceTime-R10-Ext ::= SEQUENCE {
2238
+ gpsWeekCycleNumber INTEGER(0..7) -- coding according to annex
2239
+ }
2240
+
2241
+ -- GPS Acquisition Assistance Rel-10 Extension:
2242
+ -- GPSAcquisAssist-R10-Ext shall contain the same number of elements as the SeqOfAcquisElement
2243
+ -- included in AcquisAssist IE
2244
+ GPSAcquisAssist-R10-Ext ::= SEQUENCE(SIZE (1..16)) OF GPSAcquisAssist-R10-Ext-Element
2245
+
2246
+ GPSAcquisAssist-R10-Ext-Element::= SEQUENCE {
2247
+ satelliteID SatelliteID,
2248
+ azimuthLSB INTEGER(0..15),
2249
+ elevationLSB INTEGER(0..15)
2250
+ }
2251
+
2252
+ -- GPS Acquisition Assistance Rel-12 Extension:
2253
+ GPSAcquisAssist-R12-Ext ::= SEQUENCE {
2254
+ confidence INTEGER (0..100) OPTIONAL,
2255
+ acquisList SeqOfGPSAcquisAssist-R12-Ext OPTIONAL
2256
+ }
2257
+ SeqOfGPSAcquisAssist-R12-Ext ::= SEQUENCE (SIZE(1..16)) OF GPSAcquisAssist-R12-Ext-Element
2258
+
2259
+ GPSAcquisAssist-R12-Ext-Element ::= SEQUENCE {
2260
+ satelliteID SatelliteID,
2261
+ dopplerUncertaintyExt ENUMERATED {
2262
+ d300, d400, d500, d600, noInformation, ...}
2263
+ }
2264
+
2265
+ -- GPS Almanac Rel-10 Extension:
2266
+ GPSAlmanac-R10-Ext ::= SEQUENCE {
2267
+ completeAlmanacProvided BOOLEAN -- TRUE means that complete Almanac is provided
2268
+ }
2269
+
2270
+ Rel-7-MsrPosition-Rsp-Extension ::= SEQUENCE {
2271
+ velEstimate VelocityEstimate OPTIONAL,
2272
+ -- Horizontal Velocity
2273
+ -- Horizontal with Vertical Velocity
2274
+ -- Horizontal Velocity with Uncertainty
2275
+ -- Horizontal with Vertical Velocity and Uncertainty
2276
+ ganssLocationInfo GANSSLocationInfo OPTIONAL,
2277
+ ganssMeasureInfo GANSSMeasureInfo OPTIONAL,
2278
+ ...
2279
+ -- Further Release 7 extensions here
2280
+ }
2281
+
2282
+ -- GANSS Location Information contains location estimate, time stamp with uncertainty
2283
+ -- and optionally Reference Frame field
2284
+ GANSSLocationInfo ::= SEQUENCE {
2285
+ referenceFrame ReferenceFrame OPTIONAL, -- Reference Frame Number
2286
+ ganssTODm GANSSTODm OPTIONAL, -- GNSS TOD modulo
2287
+ ganssTODFrac INTEGER (0 .. 16384) OPTIONAL, -- Coding according to Annex
2288
+ -- a value of 16384 shall not be encoded by the sender
2289
+ -- the receiver shall consider a value of 16384 to be invalid data
2290
+ ganssTODUncertainty GANSSTODUncertainty OPTIONAL, -- Coding according to Annex
2291
+ ganssTimeID INTEGER (0 .. 7) OPTIONAL, -- Coding according to Annex
2292
+ fixType FixType,
2293
+ posData PositionData,
2294
+ stationaryIndication INTEGER(0 .. 1) OPTIONAL, -- '0' if moving or motion not known
2295
+ -- Possible shapes carried in posEstimate are
2296
+ -- ellipsoid point,
2297
+ -- ellipsoid point with uncertainty circle
2298
+ -- ellipsoid point with uncertainty ellipse
2299
+ -- ellipsoid point with altitude and uncertainty ellipsoid
2300
+ posEstimate Ext-GeographicalInformation,
2301
+ ...
2302
+ }
2303
+
2304
+ PositionData ::= BIT STRING {
2305
+ e-otd (0),
2306
+ gps (1),
2307
+ galileo (2),
2308
+ sbas (3),
2309
+ modernizedGPS (4),
2310
+ qzss (5),
2311
+ glonass (6),
2312
+ bds (7)
2313
+ } (SIZE (3..16))
2314
+
2315
+ -- GANSS TOD modulo 1 hour
2316
+ GANSSTODm ::= INTEGER (0 .. 3599999)
2317
+
2318
+ ReferenceFrame ::= SEQUENCE {
2319
+ referenceFN INTEGER (0 .. 65535),
2320
+ -- Note that applicable range for referenceFN is 0 - 42431
2321
+ referenceFNMSB INTEGER (0 .. 63) OPTIONAL -- MSB of Reference Frame Number
2322
+ }
2323
+
2324
+ -- GANSS Measurement Information
2325
+ GANSSMeasureInfo ::= SEQUENCE {
2326
+ -- Measurement info elements
2327
+ ganssMsrSetList SeqOfGANSS-MsrSetElement
2328
+ }
2329
+
2330
+ SeqOfGANSS-MsrSetElement ::= SEQUENCE (SIZE(1..3)) OF GANSS-MsrSetElement
2331
+
2332
+ -- GANSS measurement information 1-3 times in a message
2333
+ GANSS-MsrSetElement ::= SEQUENCE {
2334
+ referenceFrame ReferenceFrame OPTIONAL, -- Reference Frame Number
2335
+ -- if ganssTODm is included, it is the GNSS specific system time of the GANSS reported
2336
+ -- first in ganss-SgnTypeList. If GPS Measurement Information element is not included in
2337
+ -- a Measure Position Response component, this field shall be present.
2338
+ ganssTODm GANSSTODm OPTIONAL, -- GANSS TOD modulo 1 hour
2339
+ deltaGANSSTOD INTEGER (0 .. 127) OPTIONAL,
2340
+ ganssTODUncertainty GANSSTODUncertainty OPTIONAL, -- Coding according to Annex
2341
+ --N_GANSS can be read from number of elements of SeqOfGANSS-MsrElement
2342
+ ganss-MsrElementList SeqOfGANSS-MsrElement
2343
+ }
2344
+
2345
+ SeqOfGANSS-MsrElement ::= SEQUENCE (SIZE(1..8)) OF GANSS-MsrElement
2346
+
2347
+ GANSS-MsrElement ::= SEQUENCE {
2348
+ ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
2349
+ ganss-SgnTypeList SeqOfGANSS-SgnTypeElement
2350
+ }
2351
+
2352
+ -- Measurements can be returned up to 8 different signal types
2353
+ -- N_SGN_TYPE can be read from number of elements of SeqOfGANSS-SgnTypeElement
2354
+ -- Reporting of multiple signal types as defined in A.2.2.4g
2355
+ SeqOfGANSS-SgnTypeElement ::= SEQUENCE (SIZE(1..8)) OF GANSS-SgnTypeElement
2356
+
2357
+ GANSS-SgnTypeElement ::= SEQUENCE {
2358
+ ganssSignalID GANSSSignalID, -- Coding according to Annex
2359
+ ganssCodePhaseAmbiguity INTEGER (0 .. 127) OPTIONAL,
2360
+ --N_SGN can be read from number of elements of SeqOfGANSS-SgnElement
2361
+ ganss-SgnList SeqOfGANSS-SgnElement,
2362
+ ...
2363
+ }
2364
+
2365
+ -- Up to 16 Measurements can be returned per signal type
2366
+ SeqOfGANSS-SgnElement ::= SEQUENCE (SIZE(1..16)) OF GANSS-SgnElement
2367
+
2368
+ GANSS-SgnElement ::= SEQUENCE {
2369
+ svID SVID,
2370
+ cNo INTEGER (0 .. 63),
2371
+ mpathDet MpathIndic, -- Coding according to Annex
2372
+ carrierQualityInd INTEGER (0 .. 3) OPTIONAL, -- Coding according to Annex
2373
+ codePhase INTEGER (0 .. 2097151),
2374
+ integerCodePhase INTEGER (0 .. 127) OPTIONAL,
2375
+ codePhaseRMSError INTEGER (0..63), -- Coding according to Annex
2376
+ doppler INTEGER (-32768 .. 32767) OPTIONAL,
2377
+ adr INTEGER (0 .. 33554431) OPTIONAL
2378
+ }
2379
+
2380
+ Rel7-AssistanceData-Extension ::= SEQUENCE {
2381
+ ganss-AssistData GANSS-AssistData OPTIONAL,
2382
+ ganssCarrierPhaseMeasurementRequest NULL OPTIONAL,
2383
+ ganssTODGSMTimeAssociationMeasurementRequest NULL OPTIONAL,
2384
+ add-GPS-AssistData Add-GPS-AssistData OPTIONAL,
2385
+ ...
2386
+ -- Possibly more extensions for Release 7 here
2387
+ }
2388
+
2389
+ BDS-DiffCorrections-r12 ::= SEQUENCE {
2390
+ dbds-RefTime-r12 INTEGER (0..3599),
2391
+ -- N_SGN_TYPE can be read from number of elements of bds-SgnTypeList-r12
2392
+ bds-SgnTypeList-r12 BDS-SgnTypeList-r12,
2393
+ ...
2394
+ }
2395
+
2396
+ BDS-SgnTypeList-r12 ::= SEQUENCE (SIZE (1..3)) OF BDS-SgnTypeElement-r12
2397
+
2398
+ BDS-SgnTypeElement-r12 ::= SEQUENCE {
2399
+ ganssSignalID GANSSSignalID OPTIONAL,
2400
+ -- N_SAT can be read from number of elements of dbds-CorrectionList-r12
2401
+ dbds-CorrectionList-r12 DBDS-CorrectionList-r12,
2402
+ ...
2403
+ }
2404
+
2405
+ DBDS-CorrectionList-r12 ::= SEQUENCE (SIZE (1..64)) OF DBDS-CorrectionElement-r12
2406
+
2407
+ DBDS-CorrectionElement-r12 ::= SEQUENCE {
2408
+ svID SVID,
2409
+ bds-UDREI-r12 INTEGER (0..15),
2410
+ bds-RURAI-r12 INTEGER (0..15),
2411
+ bds-ECC-DeltaT-r12 INTEGER (-4096..4095),
2412
+ ...
2413
+ }
2414
+
2415
+ BDS-GridModelParameter-r12 ::= SEQUENCE {
2416
+ bds-RefTime-r12 INTEGER (0..3599),
2417
+ --N_IGP can be read from number of elements of GridIonList-r12
2418
+ gridIonList-r12 GridIonList-r12,
2419
+ ...
2420
+ }
2421
+
2422
+ --Up to 16 instances are used in this version of the specification. The values 17 to 320 are reserved for future use.
2423
+ GridIonList-r12 ::= SEQUENCE (SIZE (1..320)) OF GridIonElement-r12
2424
+
2425
+ GridIonElement-r12 ::= SEQUENCE {
2426
+ igp-ID-r12 INTEGER (1..320),
2427
+ dt-r12 INTEGER (0..511),
2428
+ givei-r12 INTEGER (0..15),
2429
+ ...
2430
+ }
2431
+
2432
+ -- Rel-7 Positioning Capability parameters here
2433
+ PosCapabilities ::= SEQUENCE {
2434
+ -- nonGANSSpositionMethods shall be included if and only if any
2435
+ -- of the non-GANSS methods is supported.
2436
+ nonGANSSpositionMethods NonGANSSPositionMethods OPTIONAL,
2437
+ -- gANSSpositionMethods shall be included if and only if any of the GANSS methods is supported.
2438
+ gANSSPositionMethods GANSSPositionMethods OPTIONAL,
2439
+ -- multipleMeasurementSets shall be present if and only if 'multiple sets' is supported
2440
+ -- for any of the positioning methods
2441
+ multipleMeasurementSets MultipleMeasurementSets OPTIONAL,
2442
+ ...
2443
+ }
2444
+
2445
+ NonGANSSPositionMethods ::= BIT STRING {
2446
+ msAssistedEOTD (0),
2447
+ msBasedEOTD (1),
2448
+ msAssistedGPS (2), -- If this bit is set, gpsAssistance in AssistanceSupported IE
2449
+ -- shall be present
2450
+ msBasedGPS (3), -- If this bit is set, gpsAssistance in AssistanceSupported IE
2451
+ -- shall be present
2452
+ standaloneGPS (4)
2453
+ } (SIZE (1..16))
2454
+
2455
+ GANSSPositionMethods ::= SEQUENCE (SIZE(1..16)) OF GANSSPositionMethod
2456
+
2457
+ GANSSPositionMethod ::= SEQUENCE {
2458
+ ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
2459
+ -- gANSSPositioningMethodTypes may be present for PosCapability-Req
2460
+ -- and shall be present for PosCapability-Rsp
2461
+ gANSSPositioningMethodTypes GANSSPositioningMethodTypes OPTIONAL,
2462
+ gANSSSignals GANSSSignals,
2463
+ ... ,
2464
+ -- sbasID shall be present if and only if ganssID indicates SBAS
2465
+ sbasID SBASID OPTIONAL
2466
+ }
2467
+
2468
+ GANSSPositioningMethodTypes ::= BIT STRING {
2469
+ msAssisted (0),-- If this bit is set, gANSSAssistanceSet in AssistanceSupported IE
2470
+ -- shall be present.
2471
+ msBased (1),-- If this bit is set, gANSSAssistanceSet in AssistanceSupported IE
2472
+ -- shall be present.
2473
+ standalone (2)
2474
+ } (SIZE (1..8))
2475
+
2476
+ -- indicates MS support for particular GANSS signals and frequencies
2477
+ GANSSSignals ::= BIT STRING {
2478
+ signal1 (0),
2479
+ signal2 (1),
2480
+ signal3 (2),
2481
+ signal4 (3),
2482
+ signal5 (4),
2483
+ signal6 (5),
2484
+ signal7 (6),
2485
+ signal8 (7)
2486
+ } (SIZE (1..8))
2487
+
2488
+ SBASID ::= BIT STRING {
2489
+ waas (0),
2490
+ egnos (1),
2491
+ masas (2),
2492
+ gagan (3)
2493
+ } (SIZE (1..8))
2494
+
2495
+ -- indicates MS support of multiple measurement sets for MS assisted position methods
2496
+ MultipleMeasurementSets ::= BIT STRING {
2497
+ eotd (0),
2498
+ gps (1),
2499
+ ganss (2)
2500
+ } (SIZE (1..8))
2501
+
2502
+ -- indicates MS support of different types of assistance data
2503
+ AssistanceSupported ::= SEQUENCE {
2504
+ gpsAssistance GPSAssistance OPTIONAL,
2505
+ gANSSAssistanceSet GANSSAssistanceSet OPTIONAL,
2506
+ ... ,
2507
+ -- gANSSAdditionalAssistanceChoices shall be present if the MS supports other than native models
2508
+ gANSSAdditionalAssistanceChoices GANSSAdditionalAssistanceChoices OPTIONAL
2509
+ }
2510
+
2511
+ -- GPS assistance data supported
2512
+ GPSAssistance ::= BIT STRING {
2513
+ almanac (0),
2514
+ uTCmodel (1),
2515
+ ionosphericModel (2),
2516
+ navigationmodel (3),
2517
+ dGPScorrections (4),
2518
+ referenceLocation (5),
2519
+ referenceTime (6),
2520
+ acquisitionAssistance (7),
2521
+ realTimeIntegrity (8),
2522
+ ephemerisExtension (9),
2523
+ ephemerisExtensionCheck (10),
2524
+ gPSAcquisAssist-R12-Ext (11)
2525
+ } (SIZE (1..16))
2526
+
2527
+ -- GANSS assistance data supported
2528
+ GANSSAssistanceSet ::= SEQUENCE {
2529
+ commonGANSSAssistance CommonGANSSAssistance,
2530
+ specificGANSSAssistance SpecificGANSSAssistance,
2531
+ ...
2532
+ }
2533
+
2534
+ -- Common GANSS assistance data supported
2535
+ CommonGANSSAssistance ::= BIT STRING {
2536
+ referenceTime (0),
2537
+ referenceLocation (1),
2538
+ ionosphericModel (3),
2539
+ addIonosphericModel (4),
2540
+ earthOrientationParam (5)
2541
+ } (SIZE (1..8))
2542
+
2543
+ SpecificGANSSAssistance ::= SEQUENCE (SIZE(1..16)) OF GANSSAssistanceForOneGANSS
2544
+
2545
+ -- assistance data supported for a particular GANSS system
2546
+ GANSSAssistanceForOneGANSS ::= SEQUENCE {
2547
+ ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
2548
+ gANSSAssistance GANSSAssistance,
2549
+ ...
2550
+ }
2551
+
2552
+ -- specific GANSS assistance data supported
2553
+ GANSSAssistance ::= BIT STRING {
2554
+ realTimeIntegrity (0),
2555
+ differentialCorrections (1),
2556
+ almanac (2),
2557
+ referenceMeasurementInformation (3),
2558
+ navigationModel (4),
2559
+ timeModelGNSS-UTC (5),
2560
+ timeModelGNSS-GNSS (6),
2561
+ databitassistance (7),
2562
+ ephemerisExtension (8),
2563
+ ephemerisExtensionCheck (9),
2564
+ addUTCmodel (10),
2565
+ auxiliaryInformation (11),
2566
+ gANSSRefMeasurementAssist-R12-Ext (12),
2567
+ bdsDifferentialCorrections-r12 (13),
2568
+ bdsGridModel-r12 (14)
2569
+ } (SIZE (1..16))
2570
+
2571
+ GANSSAdditionalAssistanceChoices ::= SEQUENCE (SIZE(1..16)) OF GANSSAdditionalAssistanceChoicesForOneGANSS
2572
+
2573
+ GANSSAdditionalAssistanceChoicesForOneGANSS ::= SEQUENCE {
2574
+ ganssID INTEGER (0..7) OPTIONAL, --Absence means Galileo
2575
+ ganssClockModelChoice GANSSModelID OPTIONAL,
2576
+ gannsOrbitModelChoice GANSSModelID OPTIONAL,
2577
+ ganssAlmanacModelChoice GANSSModelID OPTIONAL,
2578
+ ganssAdditionalUTCModelChoice GANSSModelID OPTIONAL,
2579
+ ...
2580
+ }
2581
+ GANSSModelID ::= BIT STRING {
2582
+ model1 (0),
2583
+ model2 (1),
2584
+ model3 (2),
2585
+ model4 (3),
2586
+ model5 (4),
2587
+ model6 (5),
2588
+ model7 (6),
2589
+ model8 (7)
2590
+ } (SIZE (1..8))
2591
+
2592
+ -- indicates assistance data that may be needed by the MS
2593
+ -- These elements are coded as defined in TS 49.031 with the exceptions defined in section A.8.2.3
2594
+ AssistanceNeeded ::= SEQUENCE {
2595
+ gpsAssistanceData GPSAssistanceData OPTIONAL,
2596
+ ganssAssistanceData GANSSAssistanceData OPTIONAL,
2597
+ ...
2598
+ }
2599
+
2600
+ CellSets ::= SEQUENCE {
2601
+ cellSet1 CellSet, -- set 1
2602
+ cellSet2 CellSet OPTIONAL, -- set 2
2603
+ cellSet3 CellSet OPTIONAL, -- set 3
2604
+ cellSet4 CellSet OPTIONAL, -- set 4
2605
+ cellSet5 CellSet OPTIONAL, -- set 5
2606
+ cellSet6 CellSet OPTIONAL, -- set 6
2607
+ cellSet7 CellSet OPTIONAL, -- set 7
2608
+ cellSet8 CellSet OPTIONAL -- set 8
2609
+ }
2610
+
2611
+ CellSet ::= SEQUENCE {
2612
+ cell1 CellInfo, -- provides a GSM ARFCN value
2613
+ cell2 CellInfo OPTIONAL, -- provides a GSM ARFCN and BSIC value
2614
+ cell3 CellInfo OPTIONAL, -- provides a GSM ARFCN and BSIC value
2615
+ cell4 CellInfo OPTIONAL, -- provides a GSM ARFCN and BSIC value
2616
+ cell5 CellInfo OPTIONAL, -- provides a GSM ARFCN and BSIC value
2617
+ cell6 CellInfo OPTIONAL -- provides a GSM ARFCN and BSIC value
2618
+ }
2619
+
2620
+ CellInfo ::= SEQUENCE {
2621
+ bsic INTEGER (0..511),
2622
+ arfcn INTEGER (0..1023) OPTIONAL
2623
+ }
2624
+
2625
+ OTDMeasurementResults ::= SEQUENCE {
2626
+ oTDMeasurementInfo1 OTDMeasurementInfo, -- Measurement 1
2627
+ oTDMeasurementInfo2 OTDMeasurementInfo OPTIONAL, -- Measurement 2
2628
+ oTDMeasurementInfo3 OTDMeasurementInfo OPTIONAL, -- Measurement 3
2629
+ oTDMeasurementInfo4 OTDMeasurementInfo OPTIONAL, -- Measurement 4
2630
+ oTDMeasurementInfo5 OTDMeasurementInfo OPTIONAL, -- Measurement 5
2631
+ oTDMeasurementInfo6 OTDMeasurementInfo OPTIONAL, -- Measurement 6
2632
+ oTDMeasurementInfo7 OTDMeasurementInfo OPTIONAL -- Measurement 7
2633
+ }
2634
+
2635
+ OTDMeasurementInfo ::= SEQUENCE {
2636
+ reportedCell CellType,
2637
+ msSyncAccuracy INTEGER(0..15),
2638
+ observedTimeDiff INTEGER(0..999)
2639
+ }
2640
+
2641
+ CellType ::= CHOICE {
2642
+ configuredNeighbourCellIdx INTEGER(1..48), --The cell is part of assistance info
2643
+ detectedNeighbourCell CellInfo -- The cell is not part of assistance info
2644
+ }
2645
+
2646
+ RXLEVMeasurementResults ::= SEQUENCE {
2647
+ rxLEVMeasurementInfo1 RXLEVMeasurementInfo, --Rxlevel Measurement 1
2648
+ rxLEVMeasurementInfo2 RXLEVMeasurementInfo OPTIONAL, --Rxlevel Measurement 2
2649
+ rxLEVMeasurementInfo3 RXLEVMeasurementInfo OPTIONAL, --Rxlevel Measurement 3
2650
+ rxLEVMeasurementInfo4 RXLEVMeasurementInfo OPTIONAL, --Rxlevel Measurement 4
2651
+ rxLEVMeasurementInfo5 RXLEVMeasurementInfo OPTIONAL, --Rxlevel Measurement 5
2652
+ rxLEVMeasurementInfo6 RXLEVMeasurementInfo OPTIONAL --Rxlevel Measurement 6
2653
+ }
2654
+
2655
+ RXLEVMeasurementInfo ::= SEQUENCE {
2656
+ reportedCell CellType,
2657
+ rxLEV INTEGER(0..63)
2658
+ }
2659
+
2660
+ MTA-Method ::= CHOICE {
2661
+ rlc-Data-Block NULL,
2662
+ access-Burst NULL,
2663
+ extended-Access-Burst Extended-Access-Burst,
2664
+ spare NULL
2665
+ }
2666
+
2667
+ Random-ID-Set ::= SEQUENCE {
2668
+ random-ID1 INTEGER (0..65535),
2669
+ random-ID2 INTEGER (0..65535),
2670
+ random-ID3 INTEGER (0..65535) OPTIONAL,
2671
+ random-ID4 INTEGER (0..65535) OPTIONAL,
2672
+ random-ID5 INTEGER (0..65535) OPTIONAL,
2673
+ random-ID6 INTEGER (0..65535) OPTIONAL,
2674
+ random-ID7 INTEGER (0..65535) OPTIONAL,
2675
+ random-ID8 INTEGER (0..65535) OPTIONAL,
2676
+ random-ID9 INTEGER (0..65535) OPTIONAL
2677
+ }
2678
+
2679
+ Extended-Access-Burst ::= SEQUENCE {
2680
+ short-BSS-ID INTEGER (0..7)
2681
+ }
2682
+
2683
+ Co-Sited-Cells ::= SEQUENCE {
2684
+ co-sited-cell-Set-Member1 Co-Sited-Cell-Set-Member OPTIONAL,
2685
+ co-sited-cell-set-Member2 Co-Sited-Cell-Set-Member OPTIONAL,
2686
+ co-sited-cell-set-Member3 Co-Sited-Cell-Set-Member OPTIONAL,
2687
+ co-sited-cell-set-Member4 Co-Sited-Cell-Set-Member OPTIONAL,
2688
+ co-sited-cell-set-Member5 Co-Sited-Cell-Set-Member OPTIONAL,
2689
+ co-sited-cell-set-Member6 Co-Sited-Cell-Set-Member OPTIONAL
2690
+ }
2691
+
2692
+ Co-Sited-Cell-Set-Member ::= SEQUENCE {
2693
+ arfcn INTEGER (0..1023),
2694
+ bsic-Info BSIC-Info
2695
+ }
2696
+
2697
+ Cell-Set ::= SEQUENCE {
2698
+ cell-Set-Member1 Cell-Set-Member,
2699
+ cell-set-Member2 Cell-Set-Member OPTIONAL,
2700
+ cell-set-Member3 Cell-Set-Member OPTIONAL,
2701
+ cell-set-Member4 Cell-Set-Member OPTIONAL,
2702
+ cell-set-Member5 Cell-Set-Member OPTIONAL,
2703
+ cell-set-Member6 Cell-Set-Member OPTIONAL
2704
+ }
2705
+
2706
+ Cell-Set-Member ::= SEQUENCE {
2707
+ arfcn INTEGER (0..1023),
2708
+ bsic-Info BSIC-Info,
2709
+ short-ID INTEGER (0..255) OPTIONAL,
2710
+ ec-cell-information CHOICE {
2711
+ ec-RACH-Control-Parameters EC-RACH-Control-Parameters, -- May be included for any member of
2712
+ -- a Cell-Set that supports EC-GSM-IoT (see sub-clause A.9).
2713
+ default-ec-RACH-Control-Parameters NULL -- Indicates a member uses the same ec-RACH-Control
2714
+ -- Parameters as any other member of the Cell-Set for which this information is provided.
2715
+ },
2716
+ peo-cell-information CHOICE {
2717
+ rach-Control-Parameters RACH-Control-Parameters, -- May be included for any member of
2718
+ -- a Cell-Set that supports PEO (see sub-clause A.9).
2719
+ default-rach-Control-Parameters NULL -- Indicates a member uses the same rach-Control
2720
+ -- Parameters as any other member of the Cell-Set for which this information is provided.
2721
+ }
2722
+ }
2723
+
2724
+ BSIC-Info ::= SEQUENCE {
2725
+ radio-Frequency-Colour-Code INTEGER (0..7),
2726
+ network-Colour-Code INTEGER (0..7),
2727
+ base-station-Colour-Code INTEGER (0..7)
2728
+ }
2729
+
2730
+ EC-RACH-Control-Parameters ::= SEQUENCE {
2731
+ ec-BS-CC-CHANS INTEGER (0..3),
2732
+ ec-RXLEV-ACCESS-MIN INTEGER (0..63),
2733
+ ms-TXPWR-MAX-CCH INTEGER (0..31),
2734
+ lb-MS-TXPWR-MAX-CCH INTEGER (0..31) OPTIONAL,
2735
+ cell-SELECTION-RLA-MARGIN INTEGER (0..7) OPTIONAL,
2736
+ dl-CC-Selection BOOLEAN,
2737
+ bt-Threshold-DL INTEGER (0..31),
2738
+ cc2-Range-DL INTEGER (0..31) OPTIONAL,
2739
+ cc3-Range-DL INTEGER (0..31) OPTIONAL,
2740
+ bt-Threshold-UL INTEGER (0..31),
2741
+ cc2-Range-UL INTEGER (0..31) OPTIONAL,
2742
+ cc3-Range-UL INTEGER (0..31) OPTIONAL,
2743
+ cc4-Range-UL INTEGER (0..31) OPTIONAL,
2744
+ bsPWR INTEGER (0..63),
2745
+ dl-Signal-Strength-Step-Size INTEGER (0..3) OPTIONAL,
2746
+ ec-Reduced-PDCH-Allocation BOOLEAN,
2747
+ ec-Max-Retrans INTEGER,
2748
+ sm INTEGER (0..3),
2749
+ tm INTEGER (0..3),
2750
+ access-Timeslots BOOLEAN,
2751
+ alpha INTEGER (0..15) OPTIONAL,
2752
+ t3168 INTEGER (0..7) OPTIONAL,
2753
+ t3192 INTEGER (0..7) OPTIONAL,
2754
+ t3226 INTEGER (0..7) OPTIONAL,
2755
+ t3248 INTEGER (0..3),
2756
+ mta-BITMAP MTA-BITMAP
2757
+ }
2758
+
2759
+ RACH-Control-Parameters ::= SEQUENCE {
2760
+ rxlev-ACCESS-MIN INTEGER (0..63),
2761
+ ms-TXPWR-MAX-CCH INTEGER (0..31),
2762
+ max-Retrans INTEGER (0..3),
2763
+ tx-integer INTEGER (0..15),
2764
+ mta-BITMAP MTA-BITMAP
2765
+ }
2766
+
2767
+ MTA-BITMAP ::= SEQUENCE {
2768
+ mta-RLC-Data-Block-method BOOLEAN,
2769
+ mta-Access-Burst-method BOOLEAN,
2770
+ mta-Extended-Access-Burst-method BOOLEAN,
2771
+ mta-spare BOOLEAN
2772
+ }
2773
+
2774
+ MTA-Security ::= CHOICE {
2775
+ mta-access-security-method NULL,
2776
+ bss-duplication-detection-method NULL,
2777
+ spare NULL
2778
+ }
2779
+
2780
+ END