aboutsummaryrefslogtreecommitdiffstats
path: root/idl/parlay/mm.idl
blob: cefb8c40b9f441f789a30e7fe33271d93150e310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
//Source file: mm.idl
//Date:  8 October 2004
//Mobility Interfaces and Data Types for ETSI ES 203 915-06 V1.1.1, DES/TISPAN-01005-06-OSA, Parlay 5.0

#ifndef __MM_DEFINED
#define __MM_DEFINED


#include "osa.idl"

module org {
	
	module csapi {
		
		module mm {
			
			
			enum TpLocationPriority {

				P_M_NORMAL,
				P_M_HIGH				
			};
			
			
			enum TpLocationResponseIndicator {

				P_M_NO_DELAY,
				P_M_LOW_DELAY,
				P_M_DELAY_TOLERANT,
				P_M_USE_TIMER_VALUE				
			};
			
			
			struct TpLocationResponseTime {
				TpLocationResponseIndicator ResponseTime;
				TpInt32 TimerValue;
			};
			
			
			enum TpLocationTriggerCriteria {

				P_UL_ENTERING_AREA,
				P_UL_LEAVING_AREA				
			};
			
			
			struct TpLocationTrigger {
				TpFloat Longitude;
				TpFloat Latitude;
				TpFloat AreaSemiMajor;
				TpFloat AreaSemiMinor;
				TpInt32 AngleOfSemiMajor;
				TpLocationTriggerCriteria Criterion;
				TpDuration ReportingInterval;
			};
			
			
			typedef sequence <TpLocationTrigger> TpLocationTriggerSet;
			
			
			enum TpLocationType {

				P_M_CURRENT,
				P_M_CURRENT_OR_LAST_KNOWN,
				P_M_INITIAL				
			};
			
			
			struct TpLocationRequest {
				TpFloat RequestedAccuracy;
				TpLocationResponseTime RequestedResponseTime;
				TpBoolean AltitudeRequested;
				TpLocationType Type;
				TpLocationPriority Priority;
				TpString RequestedLocationMethod;
			};
			
			
			enum TpLocationUncertaintyShape {

				P_M_SHAPE_NONE,
				P_M_SHAPE_CIRCLE,
				P_M_SHAPE_CIRCLE_SECTOR,
				P_M_SHAPE_CIRCLE_ARC_STRIPE,
				P_M_SHAPE_ELLIPSE,
				P_M_SHAPE_ELLIPSE_SECTOR,
				P_M_SHAPE_ELLIPSE_ARC_STRIPE				
			};
			
			
			struct TpGeographicalPosition {
				TpFloat Longitude;
				TpFloat Latitude;
				TpLocationUncertaintyShape TypeOfUncertaintyShape;
				TpFloat UncertaintyInnerSemiMajor;
				TpFloat UncertaintyOuterSemiMajor;
				TpFloat UncertaintyInnerSemiMinor;
				TpFloat UncertaintyOuterSemiMinor;
				TpInt32 AngleOfSemiMajor;
				TpInt32 SegmentStartAngle;
				TpInt32 SegmentEndAngle;
			};
			
			
			enum TpMobilityDiagnostic {

				P_M_NO_INFORMATION,
				P_M_APPL_NOT_IN_PRIV_EXCEPT_LST,
				P_M_CALL_TO_USER_NOT_SETUP,
				P_M_PRIVACY_OVERRIDE_NOT_APPLIC,
				P_M_DISALL_BY_LOCAL_REGULAT_REQ,
				P_M_CONGESTION,
				P_M_INSUFFICIENT_RESOURCES,
				P_M_INSUFFICIENT_MEAS_DATA,
				P_M_INCONSISTENT_MEAS_DATA,
				P_M_LOC_PROC_NOT_COMPLETED,
				P_M_LOC_PROC_NOT_SUPP_BY_USER,
				P_M_QOS_NOT_ATTAINABLE				
			};
			
			
			enum TpMobilityError {

				P_M_OK,
				P_M_SYSTEM_FAILURE,
				P_M_UNAUTHORIZED_NETWORK,
				P_M_UNAUTHORIZED_APPLICATION,
				P_M_UNKNOWN_SUBSCRIBER,
				P_M_ABSENT_SUBSCRIBER,
				P_M_POSITION_METHOD_FAILURE				
			};
			
			
			enum TpMobilityStopScope {

				P_M_ALL_IN_ASSIGNMENT,
				P_M_SPECIFIED_USERS				
			};
			
			
			struct TpMobilityStopAssignmentData {
				TpAssignmentID AssignmentId;
				TpMobilityStopScope StopScope;
				TpAddressSet Users;
			};
			
			
			enum TpTerminalType {

				P_M_FIXED,
				P_M_MOBILE,
				P_M_IP				
			};
			
			
			struct TpUlExtendedData {
				TpGeographicalPosition GeographicalPosition;
				TpTerminalType TerminalType;
				TpBoolean AltitudePresent;
				TpFloat Altitude;
				TpFloat UncertaintyAltitude;
				TpBoolean TimestampPresent;
				TpDateAndTime Timestamp;
				TpString UsedLocationMethod;
			};
			
			
			typedef sequence <TpUlExtendedData> TpUlExtendedDataSet;
			
			
			struct TpUserLocation {
				TpAddress UserID;
				TpMobilityError StatusCode;
				TpGeographicalPosition GeographicalPosition;
			};
			
			
			struct TpUserLocationExtended {
				TpAddress UserID;
				TpMobilityError StatusCode;
				TpUlExtendedDataSet Locations;
			};
			
			
			typedef sequence <TpUserLocationExtended> TpUserLocationExtendedSet;
			
			
			typedef sequence <TpUserLocation> TpUserLocationSet;
			
			
			typedef TpString TpLocationCellIDOrLAI;
			
			
			struct TpLocationTriggerCamel {
				TpBoolean UpdateInsideVlr;
				TpBoolean UpdateOutsideVlr;
			};
			
			
			struct TpUserLocationCamel {
				TpAddress UserID;
				TpMobilityError StatusCode;
				TpBoolean GeographicalPositionPresent;
				TpGeographicalPosition GeographicalPosition;
				TpBoolean TimestampPresent;
				TpDateAndTime Timestamp;
				TpBoolean VlrNumberPresent;
				TpAddress VlrNumber;
				TpBoolean LocationNumberPresent;
				TpAddress LocationNumber;
				TpBoolean CellIdOrLaiPresent;
				TpLocationCellIDOrLAI CellIdOrLai;
			};
			
			
			typedef sequence <TpUserLocationCamel> TpUserLocationCamelSet;
			
			
			typedef TpString TpIMEI;
			
			
			typedef TpString TpNaESRD;
			
			
			typedef TpString TpNaESRK;
			
			
			struct TpUserLocationEmergencyRequest {
				TpBoolean UserAddressPresent;
				TpAddress UserAddress;
				TpBoolean NaEsrdPresent;
				TpNaESRD NaEsrd;
				TpBoolean NaEsrkPresent;
				TpNaESRK NaEsrk;
				TpBoolean ImeiPresent;
				TpIMEI Imei;
				TpLocationRequest LocationReq;
			};
			
			
			enum TpUserLocationEmergencyTrigger {

				P_ULE_CALL_ORIGINATION,
				P_ULE_CALL_RELEASE,
				P_ULE_LOCATION_REQUEST				
			};
			
			
			struct TpUserLocationEmergency {
				TpMobilityError StatusCode;
				TpBoolean UserIdPresent;
				TpAddress UserId;
				TpBoolean NaEsrdPresent;
				TpNaESRD NaEsrd;
				TpBoolean NaEsrkPresent;
				TpNaESRK NaEsrk;
				TpBoolean ImeiPresent;
				TpIMEI Imei;
				TpUserLocationEmergencyTrigger TriggeringEvent;
				TpBoolean GeographicalPositionPresent;
				TpGeographicalPosition GeographicalPosition;
				TpBoolean AltitudePresent;
				TpFloat Altitude;
				TpFloat UncertaintyAltitude;
				TpBoolean TimestampPresent;
				TpDateAndTime Timestamp;
				TpString UsedLocationMethod;
			};
			
			
			enum TpUserStatusIndicator {

				P_US_REACHABLE,
				P_US_NOT_REACHABLE,
				P_US_BUSY				
			};
			
			
			struct TpUserStatus {
				TpAddress UserID;
				TpMobilityError StatusCode;
				TpUserStatusIndicator Status;
				TpTerminalType TerminalType;
			};
			
			
			typedef sequence <TpUserStatus> TpUserStatusSet;
			
			
			exception P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED {
				TpString ExtraInformation;
			};
			
			
			exception P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED {
				TpString ExtraInformation;
			};
			
			
			exception P_INVALID_REPORTING_INTERVAL {
				TpString ExtraInformation;
			};
			
			
			exception P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED {
				TpString ExtraInformation;
			};
			
			
			struct TpTriggeredStatusRequest {
				TpAddressSet Users;
				TpAssignmentID AssignmentID;
			};
			
			
			typedef sequence <TpTriggeredStatusRequest> TpTriggeredStatusRequestSet;
			
			
			struct TpTriggeredStatusRequestSetEntry {
				TpTriggeredStatusRequestSet Requests;
				TpBoolean Final;
			};
			
			
			struct TpPeriodicLocationRequest {
				TpAddressSet Users;
				TpLocationRequest Request;
				TpDuration ReportingInterval;
				TpAssignmentID AssignmentID;
			};
			
			
			typedef sequence <TpPeriodicLocationRequest> TpPeriodicLocationRequestSet;
			
			
			struct TpPeriodicLocationRequestSetEntry {
				TpPeriodicLocationRequestSet Requests;
				TpBoolean Final;
			};
			
			
			struct TpTriggeredLocationRequest {
				TpAddressSet Users;
				TpLocationRequest Request;
				TpAssignmentID AssignmentID;
			};
			
			
			typedef sequence <TpTriggeredLocationRequest> TpTriggeredLocationRequestSet;
			
			
			struct TpTriggeredLocationRequestSetEntry {
				TpTriggeredLocationRequestSet Requests;
				TpBoolean Final;
			};
			
			
			struct TpUserStatusIndicatorExtended {
				TpUserStatusIndicator UserStatusIndicator;
				TpBoolean PDPContextActive;
			};
			
			
			enum TpAuthStatusIndicator {

				P_AUTHENTICATED_FOR_NETWORK_ONLY,
				P_AUTHENTICATED_FOR_NETWORK_AND_IP_SERVICES,
				P_NOT_AUTHENTICATED				
			};
			
			
			struct TpUserInfo {
				TpString UserName;
				TpString Password;
			};
			
			
			enum TpAccessTechnology {

				P_MOBILE_ACCESS_PS,
				P_MOBILE_ACCESS_CS,
				P_FIXED_ACCESS				
			};
			
			
			enum TpRoamingStatus {

				P_UNKNOWN_ROAMING_STATUS,
				P_HOME_USER,
				P_NATIONAL_ROAMING,
				P_INTERNATIONAL_ROAMING,
				P_OPERATOR_ROAMING				
			};
			
			
			struct TpNetworkStatusIndicator {
				TpString CountryCode;
				TpString MobileNetworkCode;
				TpAccessTechnology AccessTechnology;
				TpRoamingStatus RoamingStatus;
			};
			
			
			struct TpUserStatusExtended {
				TpString UserID;
				TpMobilityError StatusCode;
				TpUserStatusIndicatorExtended Status;
				TpTerminalType TerminalType;
				TpAuthStatusIndicator AuthenticationStatus;
				TpNetworkStatusIndicator NetworkStatus;
				TpString UserIPAddress;
				TpString UserMSISDN;
				TpUserInfo UserInfo;
				TpString UserConnectionID;
				TpString AccessPointName;
			};
			
			
			typedef sequence <TpUserStatusExtended> TpUserStatusExtendedSet;
			
			
			typedef TpInt32 TpBindingNotificationCriteriaType;
			
			
			const TpInt32 P_UB_NEW = 1;
			
			const TpInt32 P_UB_REMOVE = 2;
			
			const TpInt32 P_UB_UPDATE = 4;
			
			struct TpBindingNotificationCriteria {
				TpBindingNotificationCriteriaType NotificationCriteriaType;
				TpAddressSet ContactAddressSet;
			};
			
			
			typedef sequence <TpBindingNotificationCriteria> TpBindingNotificationCriteriaSet;
			
			
			enum TpBindingEntryType {

				P_UB_UNDEFINED,
				P_UB_EXPIRES,
				P_UB_CONTACT_ADDRESS,
				P_UB_PREFERENCE				
			};
			
			
			union TpBindingEntry switch(TpBindingEntryType) {
				case P_UB_EXPIRES: TpInt32 UBExpires;	
				case P_UB_CONTACT_ADDRESS: TpAddress UBContactAddress;	
				case P_UB_PREFERENCE: TpFloat UBPreference;	
				default: short Dummy;
			};
			
			
			typedef sequence <TpBindingEntry> TpBindingEntrySet;
			
			
			typedef sequence <TpBindingEntrySet> TpBindingSet;
			
			
			module ul {
				
				interface IpAppUserLocation : IpInterface {
					void locationReportRes (
						in TpAssignmentID assignmentId,	
						in TpUserLocationSet locations	
						);
						
					void locationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void extendedLocationReportRes (
						in TpAssignmentID assignmentId,	
						in TpUserLocationExtendedSet locations	
						);
						
					void extendedLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void periodicLocationReport (
						in TpAssignmentID assignmentId,	
						in TpUserLocationExtendedSet locations	
						);
						
					void periodicLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpUserLocation : IpService {
					TpAssignmentID locationReportReq (
						in IpAppUserLocation appLocation,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID extendedLocationReportReq (
						in IpAppUserLocation appLocation,	
						in TpAddressSet users,	
						in TpLocationRequest request	
						)						
						raises (TpCommonExceptions,P_APPLICATION_NOT_ACTIVATED,P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED,P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID periodicLocationReportingStartReq (
						in IpAppUserLocation appLocation,	
						in TpAddressSet users,	
						in TpLocationRequest request,	
						in TpDuration reportingInterval	
						)						
						raises (TpCommonExceptions,P_INVALID_REPORTING_INTERVAL,P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED,P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					void periodicLocationReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
					TpPeriodicLocationRequestSetEntry getNextPeriodicLocationRequest (
						in TpBoolean reset	
						)						
						raises (TpCommonExceptions);
						
				};
				
				
				interface IpAppTriggeredUserLocation : IpAppUserLocation {
					void triggeredLocationReport (
						in TpAssignmentID assignmentId,	
						in TpUserLocationExtended location,	
						in TpLocationTriggerCriteria criterion	
						);
						
					void triggeredLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpTriggeredUserLocation : IpUserLocation {
					TpAssignmentID triggeredLocationReportingStartReq (
						in IpAppTriggeredUserLocation appLocation,	
						in TpAddressSet users,	
						in TpLocationRequest request,	
						in TpLocationTriggerSet triggers	
						)						
						raises (TpCommonExceptions,P_REQUESTED_ACCURACY_CANNOT_BE_DELIVERED,P_REQUESTED_RESPONSE_TIME_CANNOT_BE_DELIVERED,P_TRIGGER_CONDITIONS_NOT_SUBSCRIBED,P_UNKNOWN_SUBSCRIBER,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					void triggeredLocationReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
					TpTriggeredLocationRequestSetEntry getNextTriggeredLocationRequest (
						in TpBoolean reset	
						)						
						raises (TpCommonExceptions);
						
				};
				
			};
			
			
			module ulc {
				
				
				interface IpAppUserLocationCamel : IpInterface {
					void locationReportRes (
						in TpAssignmentID assignmentId,	
						in TpUserLocationCamelSet locations	
						);
						
					void locationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void periodicLocationReport (
						in TpAssignmentID assignmentId,	
						in TpUserLocationCamelSet locations	
						);
						
					void periodicLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void triggeredLocationReport (
						in TpAssignmentID assignmentId,	
						in TpUserLocationCamel location,	
						in TpLocationTriggerCamel criterion	
						);
						
					void triggeredLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpUserLocationCamel : IpService {
					TpAssignmentID locationReportReq (
						in IpAppUserLocationCamel appLocationCamel,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID periodicLocationReportingStartReq (
						in IpAppUserLocationCamel appLocationCamel,	
						in TpAddressSet users,	
						in TpDuration reportingInterval	
						)						
						raises (TpCommonExceptions,P_INVALID_REPORTING_INTERVAL,P_UNKNOWN_SUBSCRIBER,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					void periodicLocationReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
					TpAssignmentID triggeredLocationReportingStartReq (
						in IpAppUserLocationCamel appLocationCamel,	
						in TpAddressSet users,	
						in TpLocationTriggerCamel trigger	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_APPLICATION_NOT_ACTIVATED,P_INFORMATION_NOT_AVAILABLE,P_INVALID_INTERFACE_TYPE);
						
					void triggeredLocationReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
					TpPeriodicLocationRequestSetEntry getNextPeriodicLocationRequest (
						in TpBoolean reset	
						)						
						raises (TpCommonExceptions);
						
					TpTriggeredLocationRequestSetEntry getNextTriggeredLocationRequest (
						in TpBoolean reset	
						)						
						raises (TpCommonExceptions);
						
				};
				
			};
			
			
			module ule {
				
				
				interface IpAppUserLocationEmergency : IpInterface {
					void emergencyLocationReport (
						in TpAssignmentID assignmentId,	
						in TpUserLocationEmergency location	
						);
						
					void emergencyLocationReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpUserLocationEmergency : IpService {
					TpAssignmentID emergencyLocationReportReq (
						in IpAppUserLocationEmergency appEmergencyLocation,	
						in TpUserLocationEmergencyRequest request	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID subscribeEmergencyLocationReports (
						in IpAppUserLocationEmergency appEmergencyLocation	
						)						
						raises (TpCommonExceptions,P_INVALID_INTERFACE_TYPE);
						
					void unSubscribeEmergencyLocationReports (
						in TpAssignmentID assignmentId	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
				};
				
			};
			
			
			module us {
				
				
				interface IpAppUserStatus : IpInterface {
					void statusReportRes (
						in TpAssignmentID assignmentId,	
						in TpUserStatusSet status	
						);
						
					void statusReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void triggeredStatusReport (
						in TpAssignmentID assignmentId,	
						in TpUserStatus status	
						);
						
					void triggeredStatusReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void extendedStatusReportRes (
						in TpAssignmentID assignmentId,	
						in TpUserStatusExtendedSet status	
						);
						
					void extendedStatusReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
					void extTriggeredStatusReport (
						in TpAssignmentID assignmentId,	
						in TpUserStatusExtended status	
						);
						
					void extTriggeredStatusReportErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpUserStatus : IpService {
					TpAssignmentID statusReportReq (
						in IpAppUserStatus appStatus,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID triggeredStatusReportingStartReq (
						in IpAppUserStatus appStatus,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					void triggeredStatusReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
					TpTriggeredStatusRequestSetEntry getNextTriggeredStatusRequest (
						in TpBoolean reset	
						)						
						raises (TpCommonExceptions);
						
					TpAssignmentID extendedStatusReportReq (
						in IpAppUserStatus appStatus,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					TpAssignmentID extTriggeredStatusReportingStartReq (
						in IpAppUserStatus appStatus,	
						in TpAddressSet users	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					void extTriggeredStatusReportingStop (
						in TpMobilityStopAssignmentData stopRequest	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
				};
				
			};
			
			
			module ub {
				
				
				interface IpAppUserBinding : IpInterface {
					TpBindingSet triggeredBindingRequestNotification (
						in TpAssignmentID assignmentId,	
						in TpAddress address,	
						in TpBindingSet contactInformation	
						);
						
					void triggeredBindingRequestNotificationStartErr (
						in TpAssignmentID assignmentId,	
						in TpMobilityError cause,	
						in TpMobilityDiagnostic diagnostic	
						);
						
				};
				
				
				interface IpUserBinding : IpService {
					TpAssignmentID triggeredBindingRequestNotificationStartReq (
						in IpAppUserBinding appStatus,	
						in TpAddressSet users,	
						in TpBindingNotificationCriteriaSet criteria	
						)						
						raises (TpCommonExceptions,P_UNKNOWN_SUBSCRIBER,P_INFORMATION_NOT_AVAILABLE,P_APPLICATION_NOT_ACTIVATED,P_INVALID_INTERFACE_TYPE);
						
					void triggeredBindingRequestNotificationStop (
						in TpAssignmentID assignmentId	
						)						
						raises (TpCommonExceptions,P_INVALID_ASSIGNMENT_ID);
						
				};
				
			};
			
		};
		
	};
	
};

#endif