blob: f3d202e3547dd6412691b153965974916c50fff2 [file] [log] [blame]
Sylvain Munaut0f914132009-12-22 21:53:22 +01001-- $Id: MAP-CommonDataTypes.asn 30470 2009-10-10 12:37:56Z krj $
2-- 3GPP TS 29.002 V8.9.0 (2009-04)
3-- 17.7.8 Common data types
4
5MAP-CommonDataTypes {
6 itu-t identified-organization (4) etsi (0) mobileDomain (0)
7 gsm-Network (1) modules (3) map-CommonDataTypes (18) version11 (11)}
8
9DEFINITIONS
10
11IMPLICIT TAGS
12
13::=
14
15BEGIN
16
17EXPORTS
18
19 -- general data types and values
20 AddressString,
21 ISDN-AddressString,
22 maxISDN-AddressLength,
23 FTN-AddressString,
24 ISDN-SubaddressString,
25 ExternalSignalInfo,
26 Ext-ExternalSignalInfo,
27AccessNetworkSignalInfo,
28 SignalInfo,
29 maxSignalInfoLength,
30 AlertingPattern,
31 TBCD-STRING,
32
33 -- data types for numbering and identification
34 IMSI,
35 TMSI,
36 Identity,
37 SubscriberId,
38 IMEI,
39 HLR-List,
40 LMSI,
41 GlobalCellId,
42 NetworkResource,
43 AdditionalNetworkResource,
44 NAEA-PreferredCI,
45 NAEA-CIC,
46 ASCI-CallReference,
47 SubscriberIdentity,
48 PLMN-Id,
49
50 -- data types for CAMEL
51 CellGlobalIdOrServiceAreaIdOrLAI,
52 CellGlobalIdOrServiceAreaIdFixedLength,
53 LAIFixedLength,
54
55 -- data types for subscriber management
56 BasicServiceCode,
57 Ext-BasicServiceCode,
58 EMLPP-Info,
59 EMLPP-Priority,
60 MC-SS-Info,
61 MaxMC-Bearers,
62 MC-Bearers,
63 Ext-SS-Status,
64
65 -- data types for geographic location
66 AgeOfLocationInformation,
67 LCSClientExternalID,
68 LCSClientInternalID,
69 LCSServiceTypeID,
70--- WS added exports needed by gsm_map.asn (extra asn1 file to handle older prot. ver.)
71 ProtocolId,
72 LCSServiceTypeID
73;
74
75IMPORTS
76 TeleserviceCode,
77 Ext-TeleserviceCode
78FROM MAP-TS-Code {
79 itu-t identified-organization (4) etsi (0) mobileDomain (0)
80 gsm-Network (1) modules (3) map-TS-Code (19) version11 (11)}
81
82 BearerServiceCode,
83 Ext-BearerServiceCode
84FROM MAP-BS-Code {
85 itu-t identified-organization (4) etsi (0) mobileDomain (0)
86 gsm-Network (1) modules (3) map-BS-Code (20) version11 (11)}
87
88 SS-Code
89FROM MAP-SS-Code {
90 itu-t identified-organization (4) etsi (0) mobileDomain (0)
91 gsm-Network (1) modules (3) map-SS-Code (15) version11 (11)}
92
93 ExtensionContainer
94FROM MAP-ExtensionDataTypes {
95 itu-t identified-organization (4) etsi (0) mobileDomain (0)
96 gsm-Network (1) modules (3) map-ExtensionDataTypes (21) version11 (11)}
97;
98
99
100-- general data types
101
102TBCD-STRING ::= OCTET STRING
103 -- This type (Telephony Binary Coded Decimal String) is used to
104 -- represent several digits from 0 through 9, *, #, a, b, c, two
105 -- digits per octet, each digit encoded 0000 to 1001 (0 to 9),
106 -- 1010 (*), 1011 (#), 1100 (a), 1101 (b) or 1110 (c); 1111 used
107 -- as filler when there is an odd number of digits.
108
109 -- bits 8765 of octet n encoding digit 2n
110 -- bits 4321 of octet n encoding digit 2(n-1) +1
111
112AddressString ::= OCTET STRING (SIZE (1..maxAddressLength))
113 -- This type is used to represent a number for addressing
114 -- purposes. It is composed of
115 -- a) one octet for nature of address, and numbering plan
116 -- indicator.
117 -- b) digits of an address encoded as TBCD-String.
118
119 -- a) The first octet includes a one bit extension indicator, a
120 -- 3 bits nature of address indicator and a 4 bits numbering
121 -- plan indicator, encoded as follows:
122
123 -- bit 8: 1 (no extension)
124
125 -- bits 765: nature of address indicator
126 -- 000 unknown
127 -- 001 international number
128 -- 010 national significant number
129 -- 011 network specific number
130 -- 100 subscriber number
131 -- 101 reserved
132 -- 110 abbreviated number
133 -- 111 reserved for extension
134
135 -- bits 4321: numbering plan indicator
136 -- 0000 unknown
137 -- 0001 ISDN/Telephony Numbering Plan (Rec ITU-T E.164)
138 -- 0010 spare
139 -- 0011 data numbering plan (ITU-T Rec X.121)
140 -- 0100 telex numbering plan (ITU-T Rec F.69)
141 -- 0101 spare
142 -- 0110 land mobile numbering plan (ITU-T Rec E.212)
143 -- 0111 spare
144 -- 1000 national numbering plan
145 -- 1001 private numbering plan
146 -- 1111 reserved for extension
147
148 -- all other values are reserved.
149
150 -- b) The following octets representing digits of an address
151 -- encoded as a TBCD-STRING.
152
153maxAddressLength INTEGER ::= 20
154
155ISDN-AddressString ::=
156 AddressString (SIZE (1..maxISDN-AddressLength))
157 -- This type is used to represent ISDN numbers.
158
159maxISDN-AddressLength INTEGER ::= 9
160
161FTN-AddressString ::=
162 AddressString (SIZE (1..maxFTN-AddressLength))
163 -- This type is used to represent forwarded-to numbers.
164 -- If NAI = international the first digits represent the country code (CC)
165 -- and the network destination code (NDC) as for E.164.
166
167maxFTN-AddressLength INTEGER ::= 15
168
169ISDN-SubaddressString ::=
170 OCTET STRING (SIZE (1..maxISDN-SubaddressLength))
171 -- This type is used to represent ISDN subaddresses.
172 -- It is composed of
173 -- a) one octet for type of subaddress and odd/even indicator.
174 -- b) 20 octets for subaddress information.
175
176 -- a) The first octet includes a one bit extension indicator, a
177 -- 3 bits type of subaddress and a one bit odd/even indicator,
178 -- encoded as follows:
179
180 -- bit 8: 1 (no extension)
181
182 -- bits 765: type of subaddress
183 -- 000 NSAP (X.213/ISO 8348 AD2)
184 -- 010 User Specified
185 -- All other values are reserved
186
187 -- bit 4: odd/even indicator
188 -- 0 even number of address signals
189 -- 1 odd number of address signals
190 -- The odd/even indicator is used when the type of subaddress
191 -- is "user specified" and the coding is BCD.
192
193 -- bits 321: 000 (unused)
194
195 -- b) Subaddress information.
196 -- The NSAP X.213/ISO8348AD2 address shall be formatted as specified
197 -- by octet 4 which contains the Authority and Format Identifier
198 -- (AFI). The encoding is made according to the "preferred binary
199 -- encoding" as defined in X.213/ISO834AD2. For the definition
200 -- of this type of subaddress, see ITU-T Rec I.334.
201
202 -- For User-specific subaddress, this field is encoded according
203 -- to the user specification, subject to a maximum length of 20
204 -- octets. When interworking with X.25 networks BCD coding should
205 -- be applied.
206
207maxISDN-SubaddressLength INTEGER ::= 21
208
209ExternalSignalInfo ::= SEQUENCE {
210 protocolId ProtocolId,
211 signalInfo SignalInfo,
212 -- Information about the internal structure is given in
213 -- clause 7.6.9.
214 extensionContainer ExtensionContainer OPTIONAL,
215 -- extensionContainer must not be used in version 2
216 ...}
217
218SignalInfo ::= OCTET STRING (SIZE (1..maxSignalInfoLength))
219
220maxSignalInfoLength INTEGER ::= 200
221 -- This NamedValue represents the theoretical maximum number of octets which is
222 -- available to carry a single instance of the SignalInfo data type,
223 -- without requiring segmentation to cope with the network layer service.
224 -- However, the actual maximum size available for an instance of the data
225 -- type may be lower, especially when other information elements
226 -- have to be included in the same component.
227
228ProtocolId ::= ENUMERATED {
229 gsm-0408 (1),
230 gsm-0806 (2),
231 gsm-BSSMAP (3),
232 -- Value 3 is reserved and must not be used
233 ets-300102-1 (4)}
234
235Ext-ExternalSignalInfo ::= SEQUENCE {
236 ext-ProtocolId Ext-ProtocolId,
237 signalInfo SignalInfo,
238 -- Information about the internal structure is given in
239 -- clause 7.6.9.10
240 extensionContainer ExtensionContainer OPTIONAL,
241 ...}
242
243Ext-ProtocolId ::= ENUMERATED {
244 ets-300356 (1),
245 ...
246 }
247-- exception handling:
248-- For Ext-ExternalSignalInfo sequences containing this parameter with any
249-- other value than the ones listed the receiver shall ignore the whole
250-- Ext-ExternalSignalInfo sequence.
251
252AccessNetworkSignalInfo ::= SEQUENCE {
253 accessNetworkProtocolId AccessNetworkProtocolId,
254 signalInfo LongSignalInfo,
255 -- Information about the internal structure is given in clause 7.6.9.1
256
257 extensionContainer ExtensionContainer OPTIONAL,
258 ...}
259
260LongSignalInfo ::= OCTET STRING (SIZE (1..maxLongSignalInfoLength))
261
262maxLongSignalInfoLength INTEGER ::= 2560
263 -- This Named Value represents the maximum number of octets which is available
264 -- to carry a single instance of the LongSignalInfo data type using
265 -- White Book SCCP with the maximum number of segments.
266 -- It takes account of the octets used by the lower layers of the protocol, and
267 -- other information elements which may be included in the same component.
268
269AccessNetworkProtocolId ::= ENUMERATED {
270 ts3G-48006 (1),
271 ts3G-25413 (2),
272 ...}
273 -- exception handling:
274 -- For AccessNetworkSignalInfo sequences containing this parameter with any
275 -- other value than the ones listed the receiver shall ignore the whole
276 -- AccessNetworkSignalInfo sequence.
277
278AlertingPattern ::= OCTET STRING (SIZE (1) )
279 -- This type is used to represent Alerting Pattern
280
281 -- bits 8765 : 0000 (unused)
282
283 -- bits 43 : type of Pattern
284 -- 00 level
285 -- 01 category
286 -- 10 category
287 -- all other values are reserved.
288
289 -- bits 21 : type of alerting
290
291alertingLevel-0 AlertingPattern ::= '00000000'B
292alertingLevel-1 AlertingPattern ::= '00000001'B
293alertingLevel-2 AlertingPattern ::= '00000010'B
294 -- all other values of Alerting level are reserved
295 -- Alerting Levels are defined in GSM 02.07
296
297alertingCategory-1 AlertingPattern ::= '00000100'B
298alertingCategory-2 AlertingPattern ::= '00000101'B
299alertingCategory-3 AlertingPattern ::= '00000110'B
300alertingCategory-4 AlertingPattern ::= '00000111'B
301alertingCategory-5 AlertingPattern ::= '00001000'B
302 -- all other values of Alerting Category are reserved
303 -- Alerting categories are defined in GSM 02.07
304
305-- data types for numbering and identification
306
307IMSI ::= TBCD-STRING (SIZE (3..8))
308 -- digits of MCC, MNC, MSIN are concatenated in this order.
309
310Identity ::= CHOICE {
311 imsi IMSI,
312 imsi-WithLMSI IMSI-WithLMSI}
313
314IMSI-WithLMSI ::= SEQUENCE {
315 imsi IMSI,
316 lmsi LMSI,
317 -- a special value 00000000 indicates that the LMSI is not in use
318 ...}
319
320ASCI-CallReference ::= TBCD-STRING (SIZE (1..8))
321 -- digits of VGCS/VBS-area,Group-ID are concatenated in this order if there is a
322 -- VGCS/VBS-area.
323
324TMSI ::= OCTET STRING (SIZE (1..4))
325
326SubscriberId ::= CHOICE {
327 imsi [0] IMSI,
328 tmsi [1] TMSI}
329
330IMEI ::= TBCD-STRING (SIZE (8))
331 -- Refers to International Mobile Station Equipment Identity
332 -- and Software Version Number (SVN) defined in TS 3GPP TS 23.003 [17].
333 -- If the SVN is not present the last octet shall contain the
334 -- digit 0 and a filler.
335 -- If present the SVN shall be included in the last octet.
336
337HLR-Id ::= IMSI
338 -- leading digits of IMSI, i.e. (MCC, MNC, leading digits of
339 -- MSIN) forming HLR Id defined in TS 3GPP TS 23.003 [17].
340
341HLR-List ::= SEQUENCE SIZE (1..maxNumOfHLR-Id) OF
342 HLR-Id
343
344maxNumOfHLR-Id INTEGER ::= 50
345
346LMSI ::= OCTET STRING (SIZE (4))
347
348GlobalCellId ::= OCTET STRING (SIZE (5..7))
349 -- Refers to Cell Global Identification defined in TS 3GPP TS 23.003 [17].
350 -- The internal structure is defined as follows:
351 -- octet 1 bits 4321 Mobile Country Code 1st digit
352 -- bits 8765 Mobile Country Code 2nd digit
353 -- octet 2 bits 4321 Mobile Country Code 3rd digit
354 -- bits 8765 Mobile Network Code 3rd digit
355 -- or filler (1111) for 2 digit MNCs
356 -- octet 3 bits 4321 Mobile Network Code 1st digit
357 -- bits 8765 Mobile Network Code 2nd digit
358 -- octets 4 and 5 Location Area Code according to TS 3GPP TS 24.008 [35]
359 -- octets 6 and 7 Cell Identity (CI) according to TS 3GPP TS 24.008 [35]
360
361NetworkResource ::= ENUMERATED {
362 plmn (0),
363 hlr (1),
364 vlr (2),
365 pvlr (3),
366 controllingMSC (4),
367 vmsc (5),
368 eir (6),
369 rss (7)}
370
371AdditionalNetworkResource ::= ENUMERATED {
372 sgsn (0),
373 ggsn (1),
374 gmlc (2),
375 gsmSCF (3),
376 nplr (4),
377 auc (5),
378 ... ,
379 ue (6),
380 mme (7)}
381 -- if unknown value is received in AdditionalNetworkResource
382 -- it shall be ignored.
383
384
385NAEA-PreferredCI ::= SEQUENCE {
386 naea-PreferredCIC [0] NAEA-CIC,
387 extensionContainer [1] ExtensionContainer OPTIONAL,
388 ...}
389
390NAEA-CIC ::= OCTET STRING (SIZE (3))
391 -- The internal structure is defined by the Carrier Identification
392 -- parameter in ANSI T1.113.3. Carrier codes between "000" and "999" may
393 -- be encoded as 3 digits using "000" to "999" or as 4 digits using
394 -- "0000" to "0999". Carrier codes between "1000" and "9999" are encoded
395 -- using 4 digits.
396
397SubscriberIdentity ::= CHOICE {
398 imsi [0] IMSI,
399 msisdn [1] ISDN-AddressString
400 }
401
402LCSClientExternalID ::= SEQUENCE {
403 externalAddress [0] ISDN-AddressString OPTIONAL,
404 extensionContainer [1] ExtensionContainer OPTIONAL,
405 ... }
406
407LCSClientInternalID ::= ENUMERATED {
408 broadcastService (0),
409 o-andM-HPLMN (1),
410 o-andM-VPLMN (2),
411 anonymousLocation (3),
412 targetMSsubscribedService (4),
413 ... }
414-- for a CAMEL phase 3 PLMN operator client, the value targetMSsubscribedService shall be used
415
416LCSServiceTypeID ::= INTEGER (0..127)
417 -- the integer values 0-63 are reserved for Standard LCS service types
418 -- the integer values 64-127 are reserved for Non Standard LCS service types
419
420-- Standard LCS Service Types
421emergencyServices LCSServiceTypeID ::= 0
422emergencyAlertServices LCSServiceTypeID ::= 1
423personTracking LCSServiceTypeID ::= 2
424fleetManagement LCSServiceTypeID ::= 3
425assetManagement LCSServiceTypeID ::= 4
426trafficCongestionReporting LCSServiceTypeID ::= 5
427roadsideAssistance LCSServiceTypeID ::= 6
428routingToNearestCommercialEnterprise LCSServiceTypeID ::= 7
429navigation LCSServiceTypeID ::= 8
430 --this service type is reserved for use in previous releases
431citySightseeing LCSServiceTypeID ::= 9
432localizedAdvertising LCSServiceTypeID ::= 10
433mobileYellowPages LCSServiceTypeID ::= 11
434trafficAndPublicTransportationInfo LCSServiceTypeID ::= 12
435weather LCSServiceTypeID ::= 13
436assetAndServiceFinding LCSServiceTypeID ::= 14
437gaming LCSServiceTypeID ::= 15
438findYourFriend LCSServiceTypeID ::= 16
439dating LCSServiceTypeID ::= 17
440chatting LCSServiceTypeID ::= 18
441routeFinding LCSServiceTypeID ::= 19
442whereAmI LCSServiceTypeID ::= 20
443
444-- The values of LCSServiceTypeID are defined according to 3GPP TS 22.071.
445
446-- Non Standard LCS Service Types
447serv64 LCSServiceTypeID ::= 64
448serv65 LCSServiceTypeID ::= 65
449serv66 LCSServiceTypeID ::= 66
450serv67 LCSServiceTypeID ::= 67
451serv68 LCSServiceTypeID ::= 68
452serv69 LCSServiceTypeID ::= 69
453serv70 LCSServiceTypeID ::= 70
454serv71 LCSServiceTypeID ::= 71
455serv72 LCSServiceTypeID ::= 72
456serv73 LCSServiceTypeID ::= 73
457serv74 LCSServiceTypeID ::= 74
458serv75 LCSServiceTypeID ::= 75
459serv76 LCSServiceTypeID ::= 76
460serv77 LCSServiceTypeID ::= 77
461serv78 LCSServiceTypeID ::= 78
462serv79 LCSServiceTypeID ::= 79
463serv80 LCSServiceTypeID ::= 80
464serv81 LCSServiceTypeID ::= 81
465serv82 LCSServiceTypeID ::= 82
466serv83 LCSServiceTypeID ::= 83
467serv84 LCSServiceTypeID ::= 84
468serv85 LCSServiceTypeID ::= 85
469serv86 LCSServiceTypeID ::= 86
470serv87 LCSServiceTypeID ::= 87
471serv88 LCSServiceTypeID ::= 88
472serv89 LCSServiceTypeID ::= 89
473serv90 LCSServiceTypeID ::= 90
474serv91 LCSServiceTypeID ::= 91
475serv92 LCSServiceTypeID ::= 92
476serv93 LCSServiceTypeID ::= 93
477serv94 LCSServiceTypeID ::= 94
478serv95 LCSServiceTypeID ::= 95
479serv96 LCSServiceTypeID ::= 96
480serv97 LCSServiceTypeID ::= 97
481serv98 LCSServiceTypeID ::= 98
482serv99 LCSServiceTypeID ::= 99
483serv100 LCSServiceTypeID ::= 100
484serv101 LCSServiceTypeID ::= 101
485serv102 LCSServiceTypeID ::= 102
486serv103 LCSServiceTypeID ::= 103
487serv104 LCSServiceTypeID ::= 104
488serv105 LCSServiceTypeID ::= 105
489serv106 LCSServiceTypeID ::= 106
490serv107 LCSServiceTypeID ::= 107
491serv108 LCSServiceTypeID ::= 108
492serv109 LCSServiceTypeID ::= 109
493serv110 LCSServiceTypeID ::= 110
494serv111 LCSServiceTypeID ::= 111
495serv112 LCSServiceTypeID ::= 112
496serv113 LCSServiceTypeID ::= 113
497serv114 LCSServiceTypeID ::= 114
498serv115 LCSServiceTypeID ::= 115
499serv116 LCSServiceTypeID ::= 116
500serv117 LCSServiceTypeID ::= 117
501serv118 LCSServiceTypeID ::= 118
502serv119 LCSServiceTypeID ::= 119
503serv120 LCSServiceTypeID ::= 120
504serv121 LCSServiceTypeID ::= 121
505serv122 LCSServiceTypeID ::= 122
506serv123 LCSServiceTypeID ::= 123
507serv124 LCSServiceTypeID ::= 124
508serv125 LCSServiceTypeID ::= 125
509serv126 LCSServiceTypeID ::= 126
510serv127 LCSServiceTypeID ::= 127
511
512PLMN-Id ::= OCTET STRING (SIZE (3))
513 -- The internal structure is defined as follows:
514 -- octet 1 bits 4321 Mobile Country Code 1st digit
515 -- bits 8765 Mobile Country Code 2nd digit
516 -- octet 2 bits 4321 Mobile Country Code 3rd digit
517 -- bits 8765 Mobile Network Code 3rd digit
518 -- or filler (1111) for 2 digit MNCs
519 -- octet 3 bits 4321 Mobile Network Code 1st digit
520 -- bits 8765 Mobile Network Code 2nd digit
521
522-- data types for CAMEL
523
524CellGlobalIdOrServiceAreaIdOrLAI ::= CHOICE {
525 cellGlobalIdOrServiceAreaIdFixedLength [0] CellGlobalIdOrServiceAreaIdFixedLength,
526 laiFixedLength [1] LAIFixedLength}
527
528CellGlobalIdOrServiceAreaIdFixedLength ::= OCTET STRING (SIZE (7))
529 -- Refers to Cell Global Identification or Service Are Identification
530 -- defined in 3GPP TS 23.003.
531 -- The internal structure is defined as follows:
532 -- octet 1 bits 4321 Mobile Country Code 1st digit
533 -- bits 8765 Mobile Country Code 2nd digit
534 -- octet 2 bits 4321 Mobile Country Code 3rd digit
535 -- bits 8765 Mobile Network Code 3rd digit
536 -- or filler (1111) for 2 digit MNCs
537 -- octet 3 bits 4321 Mobile Network Code 1st digit
538 -- bits 8765 Mobile Network Code 2nd digit
539 -- octets 4 and 5 Location Area Code according to 3GPP TS 24.008
540 -- octets 6 and 7 Cell Identity (CI) value or
541 -- Service Area Code (SAC) value
542 -- according to 3GPP TS 23.003
543
544LAIFixedLength ::= OCTET STRING (SIZE (5))
545 -- Refers to Location Area Identification defined in 3GPP TS 23.003 [17].
546 -- The internal structure is defined as follows:
547 -- octet 1 bits 4321 Mobile Country Code 1st digit
548 -- bits 8765 Mobile Country Code 2nd digit
549 -- octet 2 bits 4321 Mobile Country Code 3rd digit
550 -- bits 8765 Mobile Network Code 3rd digit
551 -- or filler (1111) for 2 digit MNCs
552 -- octet 3 bits 4321 Mobile Network Code 1st digit
553 -- bits 8765 Mobile Network Code 2nd digit
554 -- octets 4 and 5 Location Area Code according to 3GPP TS 24.008 [35]
555
556-- data types for subscriber management
557
558BasicServiceCode ::= CHOICE {
559 bearerService [2] BearerServiceCode,
560 teleservice [3] TeleserviceCode}
561
562Ext-BasicServiceCode ::= CHOICE {
563 ext-BearerService [2] Ext-BearerServiceCode,
564 ext-Teleservice [3] Ext-TeleserviceCode}
565
566EMLPP-Info ::= SEQUENCE {
567 maximumentitledPriority EMLPP-Priority,
568 defaultPriority EMLPP-Priority,
569 extensionContainer ExtensionContainer OPTIONAL,
570 ...}
571
572EMLPP-Priority ::= INTEGER (0..15)
573 -- The mapping from the values A,B,0,1,2,3,4 to the integer-value is
574 -- specified as follows where A is the highest and 4 is the lowest
575 -- priority level
576 -- the integer values 7-15 are spare and shall be mapped to value 4
577
578priorityLevelA EMLPP-Priority ::= 6
579priorityLevelB EMLPP-Priority ::= 5
580priorityLevel0 EMLPP-Priority ::= 0
581priorityLevel1 EMLPP-Priority ::= 1
582priorityLevel2 EMLPP-Priority ::= 2
583priorityLevel3 EMLPP-Priority ::= 3
584priorityLevel4 EMLPP-Priority ::= 4
585
586MC-SS-Info ::= SEQUENCE {
587 ss-Code [0] SS-Code,
588 ss-Status [1] Ext-SS-Status,
589 nbrSB [2] MaxMC-Bearers,
590 nbrUser [3] MC-Bearers,
591 extensionContainer [4] ExtensionContainer OPTIONAL,
592 ...}
593
594MaxMC-Bearers ::= INTEGER (2..maxNumOfMC-Bearers)
595
596MC-Bearers ::= INTEGER (1..maxNumOfMC-Bearers)
597
598maxNumOfMC-Bearers INTEGER ::= 7
599
600Ext-SS-Status ::= OCTET STRING (SIZE (1..5))
601
602 -- OCTET 1:
603 --
604 -- bits 8765: 0000 (unused)
605 -- bits 4321: Used to convey the "P bit","R bit","A bit" and "Q bit",
606 -- representing supplementary service state information
607 -- as defined in TS 3GPP TS 23.011 [22]
608
609 -- bit 4: "Q bit"
610
611 -- bit 3: "P bit"
612
613 -- bit 2: "R bit"
614
615 -- bit 1: "A bit"
616
617 -- OCTETS 2-5: reserved for future use. They shall be discarded if
618 -- received and not understood.
619
620
621 -- data types for geographic location
622
623AgeOfLocationInformation ::= INTEGER (0..32767)
624-- the value represents the elapsed time in minutes since the last
625-- network contact of the mobile station (i.e. the actuality of the
626-- location information).
627-- value "0" indicates that the MS is currently in contact with the
628-- network
629-- value "32767" indicates that the location information is at least
630-- 32767 minutes old
631
632END
633