-
Notifications
You must be signed in to change notification settings - Fork 263
/
Copy pathTS29522_ServiceParameter.yaml
936 lines (891 loc) · 33.9 KB
/
TS29522_ServiceParameter.yaml
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
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
openapi: 3.0.0
info:
title: 3gpp-service-parameter
version: 1.2.0-alpha.6
description: |
API for AF service paramter
© 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: >
3GPP TS 29.522 V18.5.0; 5G System; Network Exposure Function Northbound APIs.
url: 'https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/'
security:
- {}
- oAuth2ClientCredentials: []
servers:
- url: '{apiRoot}/3gpp-service-parameter/v1'
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 5.2.4 of 3GPP TS 29.122.
paths:
/{afId}/subscriptions:
parameters:
- name: afId
in: path
description: Identifier of the AF
required: true
schema:
type: string
get:
summary: read all of the active subscriptions for the AF
operationId: ReadAllSubscriptions
tags:
- Service Parameter Subscriptions
parameters:
- name: gpsis
in: query
description: The GPSI of the requested UE(s).
required: false
schema:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
minItems: 1
- name: ip-addrs
in: query
description: The IP address(es) of the requested UE(s).
required: false
schema:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/IpAddr'
minItems: 1
- name: ip-domain
in: query
description: >
The IPv4 address domain identifier. The attribute may only be provided
if IPv4 address is included in the ip-addrs query parameter.
required: false
schema:
type: string
- name: mac-addrs
in: query
description: The MAC address(es) of the requested UE(s).
required: false
schema:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MacAddr48'
minItems: 1
responses:
'200':
description: OK.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/ServiceParameterData'
minItems: 0
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'406':
$ref: 'TS29122_CommonData.yaml#/components/responses/406'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
post:
summary: Creates a new subscription resource
operationId: CreateAnSubscription
tags:
- Service Parameter Subscriptions
requestBody:
description: Request to create a new subscription resource
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
responses:
'201':
description: Created (Successful creation of subscription)
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
headers:
Location:
description: Contains the URI of the newly created resource.
required: true
schema:
type: string
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
callbacks:
notificationDestination:
'{$request.body#/notificationDestination}':
post:
requestBody:
description: >
Notifications upon AF Service Parameter Authorization Update,
and/or AF subscribed event notification of the outcome related
to the invocation of service parameters provisioning.
required: true
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/AfNotification'
minItems: 1
responses:
'204':
description: Expected response to a successful callback processing without a body
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
/{afId}/subscriptions/{subscriptionId}:
parameters:
- name: afId
in: path
description: Identifier of the AF
required: true
schema:
type: string
- name: subscriptionId
in: path
description: Identifier of the subscription resource
required: true
schema:
type: string
get:
summary: read an active subscriptions for the SCS/AS and the subscription Id
operationId: ReadAnSubscription
tags:
- Individual Service Parameter Subscription
responses:
'200':
description: OK (Successful get the active subscription)
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'406':
$ref: 'TS29122_CommonData.yaml#/components/responses/406'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
put:
summary: Fully updates/replaces an existing subscription resource
operationId: FullyUpdateAnSubscription
tags:
- Individual Service Parameter Subscription
requestBody:
description: Parameters to update/replace the existing subscription
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
responses:
'200':
description: OK (Successful update of the subscription)
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
'204':
description: OK (Successful update of the subscription)
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
patch:
summary: Partial updates/replaces an existing subscription resource
operationId: PartialUpdateAnSubscription
tags:
- Individual Service Parameter Subscription
requestBody:
required: true
content:
application/merge-patch+json:
schema:
$ref: '#/components/schemas/ServiceParameterDataPatch'
responses:
'200':
description: OK. The subscription was modified successfully.
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceParameterData'
'204':
description: OK. The subscription was modified successfully.
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'411':
$ref: 'TS29122_CommonData.yaml#/components/responses/411'
'413':
$ref: 'TS29122_CommonData.yaml#/components/responses/413'
'415':
$ref: 'TS29122_CommonData.yaml#/components/responses/415'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
delete:
summary: Deletes an already existing subscription
operationId: DeleteAnSubscription
tags:
- Individual Service Parameter Subscription
responses:
'204':
description: No Content (Successful deletion of the existing subscription)
'307':
$ref: 'TS29122_CommonData.yaml#/components/responses/307'
'308':
$ref: 'TS29122_CommonData.yaml#/components/responses/308'
'400':
$ref: 'TS29122_CommonData.yaml#/components/responses/400'
'401':
$ref: 'TS29122_CommonData.yaml#/components/responses/401'
'403':
$ref: 'TS29122_CommonData.yaml#/components/responses/403'
'404':
$ref: 'TS29122_CommonData.yaml#/components/responses/404'
'429':
$ref: 'TS29122_CommonData.yaml#/components/responses/429'
'500':
$ref: 'TS29122_CommonData.yaml#/components/responses/500'
'503':
$ref: 'TS29122_CommonData.yaml#/components/responses/503'
default:
$ref: 'TS29122_CommonData.yaml#/components/responses/default'
components:
securitySchemes:
oAuth2ClientCredentials:
type: oauth2
flows:
clientCredentials:
tokenUrl: '{tokenUrl}'
scopes: {}
schemas:
ServiceParameterData:
description: Represents an individual Service Parameter subscription resource.
type: object
properties:
afServiceId:
type: string
description: Identifies a service on behalf of which the AF is issuing the request.
appId:
type: string
description: Identifies an application.
dnn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
externalGroupId:
$ref: 'TS29122_CommonData.yaml#/components/schemas/ExternalGroupId'
anyUeInd:
type: boolean
description: >
Identifies whether the AF request applies to any non-roaming UE. This attribute,
when provided, shall set to "true" if applicable for any UE, otherwise, set to "false".
roamUeNetDescs:
type: array
items:
$ref: '#/components/schemas/NetworkDescription'
minItems: 1
description: Each element identifies one or more PLMN IDs of inbound roamers.
gpsi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
ueIpv4:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ipv4Addr'
ueIpv6:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Ipv6Addr'
ueMac:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MacAddr48'
self:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Link'
subNotifEvents:
type: array
items:
$ref: '#/components/schemas/Event'
minItems: 1
description: >
Identifies the AF subscribed event(s) notifications related to AF provisioned
service parameters.
notificationDestination:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
requestTestNotification:
type: boolean
description: >
Set to true by the AF to request the NEF to send a test notification
as defined in clause 5.2.5.3 of 3GPP TS 29.122. Set to false or omitted otherwise.
websockNotifConfig:
$ref: 'TS29122_CommonData.yaml#/components/schemas/WebsockNotifConfig'
paramOverPc5:
$ref: '#/components/schemas/ParameterOverPc5'
paramOverUu:
$ref: '#/components/schemas/ParameterOverUu'
paramForProSeDd:
$ref: '#/components/schemas/ParamForProSeDd'
paramForProSeDc:
$ref: '#/components/schemas/ParamForProSeDc'
paramForProSeU2NRelUe:
$ref: '#/components/schemas/ParamForProSeU2NRelUe'
paramForProSeRemUe:
$ref: '#/components/schemas/ParamForProSeRemUe'
paramForProSeU2URelUe:
$ref: '#/components/schemas/ParamForProSeU2URelUe'
paramForProSeEndUe:
$ref: '#/components/schemas/ParamForProSeEndUe'
paramForRangingSlPos:
$ref: '#/components/schemas/ParamForRangingSlPos'
mappingInfo:
$ref: '#/components/schemas/MappingInfo'
urspGuidance:
type: array
items:
$ref: '#/components/schemas/UrspRuleRequest'
minItems: 1
description: Contains the service parameter used to guide the URSP.
a2xParamsPc5:
$ref: '#/components/schemas/A2xParamsPc5'
tnaps:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/TnapId'
minItems: 1
description: Contains the TNAP IDs collocated with the 5G-RG(s) of a specific user.
mtcProviderId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
suppFeat:
$ref: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'
ServiceParameterDataPatch:
description: >
Represents the parameters to request the modification of a service parameter
subscription resource.
type: object
properties:
paramOverPc5:
$ref: '#/components/schemas/ParameterOverPc5Rm'
paramOverUu:
$ref: '#/components/schemas/ParameterOverUuRm'
paramForProSeDd:
$ref: '#/components/schemas/ParamForProSeDdRm'
paramForProSeDc:
$ref: '#/components/schemas/ParamForProSeDcRm'
paramForProSeU2NRelUe:
$ref: '#/components/schemas/ParamForProSeU2NRelUeRm'
paramForProSeRemUe:
$ref: '#/components/schemas/ParamForProSeRemUeRm'
paramForProSeU2URelUe:
$ref: '#/components/schemas/ParamForProSeU2URelUeRm'
paramForProSeEndUe:
$ref: '#/components/schemas/ParamForProSeEndUeRm'
paramForRangingSlPos:
$ref: '#/components/schemas/ParamForRangingSlPosRm'
mappingInfo:
$ref: '#/components/schemas/MappingInfoRm'
urspGuidance:
type: array
items:
$ref: '#/components/schemas/UrspRuleRequest'
minItems: 1
description: Contains the service parameter used to guide the URSP.
a2xParamsPc5:
$ref: '#/components/schemas/A2xParamsPc5Rm'
tnaps:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/TnapId'
minItems: 1
description: Contains the TNAP IDs collocated with the 5G-RG(s) of a specific user.
nullable: true
subNotifEvents:
type: array
items:
$ref: '#/components/schemas/Event'
minItems: 1
nullable: true
description: >
Identifies the AF subscribed event(s) notifications related to AF provisioned
service parameters.
notificationDestination:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Uri'
ParameterOverPc5:
description: >
Represents configuration parameters for V2X communications over PC5 reference point.
type: string
ParameterOverPc5Rm:
description: >
Represents the same as the ParameterOverPc5 data type but with the nullable:true property.
type: string
nullable: true
ParameterOverUu:
description: >
Represents configuration parameters for V2X communications over Uu reference point.
type: string
ParameterOverUuRm:
description: >
Represents the same as the ParameterOverUu data type but with the nullable:true property.
type: string
nullable: true
ParamForProSeDd:
description: Represents the service parameters for 5G ProSe direct discovery.
type: string
ParamForProSeDdRm:
description: >
This data type is defined in the same way as the ParamForProSeDd data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForProSeDc:
description: Represents the service parameters for 5G ProSe direct communications.
type: string
ParamForProSeDcRm:
description: >
This data type is defined in the same way as the ParamForProSeDc data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForProSeU2NRelUe:
description: Represents the service parameters for 5G ProSe UE-to-network relay UE.
type: string
ParamForProSeU2NRelUeRm:
description: >
This data type is defined in the same way as the ParamForProSeU2NRelay data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForProSeRemUe:
description: Represents the service parameters for 5G ProSe Remote UE.
type: string
ParamForProSeRemUeRm:
description: >
This data type is defined in the same way as the ParamForProSeRemUe data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForProSeU2URelUe:
description: Represents the service parameters for 5G ProSe UE-to-UE relay UE.
type: string
ParamForProSeU2URelUeRm:
description: >
This data type is defined in the same way as the ParamForProSeU2URelay data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForProSeEndUe:
description: Represents the service parameters for 5G ProSe End UE.
type: string
ParamForProSeEndUeRm:
description: >
This data type is defined in the same way as the ParamForProSeEndUe data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
ParamForRangingSlPos:
description: Represents the service parameters for ranging and sidelink positioning.
type: string
ParamForRangingSlPosRm:
description: >
This data type is defined in the same way as the ParamForRangingslpos data type,
but with the OpenAPI nullable property set to true.
type: string
nullable: true
A2xParamsPc5:
description: >
Represents configuration parameters for A2X communications over PC5 reference point.
type: string
A2xParamsPc5Rm:
description: >
Represents the same as the A2xParamsPc5 data type but with the nullable:true property.
type: string
nullable: true
UrspRuleRequest:
description: Contains parameters that can be used to guide the URSP.
type: object
properties:
trafficDesc:
$ref: '#/components/schemas/TrafficDescriptorComponents'
relatPrecedence:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
visitedNetDescs:
type: array
items:
$ref: '#/components/schemas/NetworkDescription'
minItems: 1
description: >
Each element identifies one or more PLMN IDs where AF guidance for VPLMN-specific
URSP rule applies.
routeSelParamSets:
type: array
items:
$ref: '#/components/schemas/RouteSelectionParameterSet'
minItems: 1
description: >
Sets of parameters that may be used to guide the Route Selection Descriptors of the
URSP.
RouteSelectionParameterSet:
description: >
Contains parameters that can be used to guide the Route Selection
Descriptors of the URSP.
type: object
properties:
dnn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
precedence:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Uinteger'
spatialValidityAreas:
type: array
items:
$ref: 'TS29522_AMPolicyAuthorization.yaml#/components/schemas/GeographicalArea'
minItems: 1
description: >
Indicates where the route selection parameters apply. It may correspond
to a geographical area, for example using a geographic shape that
is known to the AF and is configured by the operator to correspond to a list
of or TAIs.
spatialValidityTais:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Tai'
minItems: 1
description: >
Indicates the TAIs in which the route selection parameters apply. This attribute is
applicable only within the 5GC and it shall not be included in the request messages of
untrusted AFs for URSP guidance.
pduSessType:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PduSessionType'
Event:
anyOf:
- type: string
enum:
- SUCCESS_UE_POL_DEL_SP
- UNSUCCESS_UE_POL_DEL_SP
- type: string
description: >
This string provides forward-compatibility with future extensions to the enumeration
and is not used to encode content defined in the present version of this API.
description: |
Represents the AF subscribe to event notification of the outcome related to the
invocation of AF provisioned service parameters.
Possible values are:
- SUCCESS_UE_POL_DEL_SP: Successful UE Policy Delivery related to
the invocation of AF provisioned Service Parameters.
- UNSUCCESS_UE_POL_DEL_SP: Unsuccessful UE Policy Delivery related to the invocation of AF
provisioned Service Parameters.
AfNotification:
description: >
Notifications upon AF Service Parameter Authorization Update e.g. to
revoke the authorization, and/or AF subscribed event notification of the
outcome related to the invocation of service parameter provisioning.
type: object
properties:
subscription:
$ref: 'TS29122_CommonData.yaml#/components/schemas/Link'
reportEvent:
$ref: '#/components/schemas/Event'
authResult:
$ref: '#/components/schemas/AuthorizationResult'
gpsis:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
minItems: 1
dnn:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
snssai:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai'
eventInfo:
$ref: '#/components/schemas/EventInfo'
required:
- subscription
anyOf:
- required: [reportEvent]
- required: [authResult]
TrafficDescriptorComponents:
description: Traffic descriptor components for the requested URSP.
type: object
properties:
appDescs:
type: object
additionalProperties:
$ref: 'TS29522_5GLANParameterProvision.yaml#/components/schemas/AppDescriptor'
minProperties: 1
description: >
Describes the operation systems and the corresponding applications for each
operation systems. The key of map is osId.
flowDescs:
type: array
items:
type: string
minItems: 1
description: >
Represents a 3-tuple with protocol, server ip and server port for UL/DL
application traffic. The content of the string has the same encoding as the IPFilterRule
AVP value as defined in IETF RFC 6733.
domainDescs:
type: array
items:
type: string
minItems: 1
description: >
FQDN(s) or a regular expression which are used as a domain name matching
criteria.
ethFlowDescs:
type: array
items:
$ref: 'TS29514_Npcf_PolicyAuthorization.yaml#/components/schemas/EthFlowDescription'
minItems: 1
description: >
Descriptor(s) for destination information of non-IP traffic in which only
ethernet flow description is defined.
dnns:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Dnn'
minItems: 1
description: This is matched against the DNN information provided by the application.
connCaps:
type: array
items:
$ref: '#/components/schemas/ConnectionCapabilities'
minItems: 1
description: >
This is matched against the information provided by a UE application when it
requests a network connection with certain capabilities.
pinId:
type: string
description: This is matched against a PIN ID for a specific PIN configured in the PEGC.
oneOf:
- required: [pinId]
- anyOf:
- required: [appDescs]
- required: [flowDescs]
- required: [domainDescs]
- required: [ethFlowDescs]
- required: [dnns]
- required: [connCaps]
NetworkDescription:
description: >
Represents the description of a PLMN, by the definition of the PLMN ID, the MCC (and
applicable MNC(s)) or the indication of any PLMN.
type: object
properties:
plmnId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId'
mcc:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Mcc'
mncs:
type: array
items:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Mnc'
minItems: 1
description: Represents the applicable MNC(s) for the indicated MCC.
anyPlmnInd:
type: boolean
description: Indicates any PLMN.
oneOf:
- required: [plmnId]
- required: [mcc]
- required: [anyPlmnInd]
AuthorizationResult:
anyOf:
- type: string
enum:
- AUTH_REVOKED
- type: string
description: >
This string provides forward-compatibility with future extensions to the enumeration
and is not used to encode content defined in the present version of this API.
description: |
Represents the NEF notify the AF about the service parameters authorization updates result,
e.g. to revoke an authorization.
Possible values are:
- AUTH_REVOKED: Indicated the service parameters authorization is revoked.
EventInfo:
description: Indicates the event information.
type: object
properties:
failureCause:
$ref: '#/components/schemas/Failure'
plmnId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnIdNid'
MappingInfo:
description: >
Contains the mapping information between the Application Layer ID and the GPSI.
type: object
properties:
appLayerId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationlayerId'
gpsi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
required:
- appLayerId
- gpsi
MappingInfoRm:
description: >
This data type is defined in the same way as the MappingInfo data type but with the OpenAPI
nullable property set to true.
type: object
properties:
appLayerId:
$ref: 'TS29571_CommonData.yaml#/components/schemas/ApplicationlayerId'
gpsi:
$ref: 'TS29571_CommonData.yaml#/components/schemas/Gpsi'
nullable: true
required:
- appLayerId
- gpsi
Failure:
oneOf:
- type: string
enum:
- UNSPECIFIED
- UE_NOT_REACHABLE
- UNKNOWN
- UE_TEMP_UNREACHABLE
- type: string
description: >
This string provides forward-compatibility with future extensions to the enumeration
and is not used to encode content defined in the present version of this API.
description: |
Represents the failure reason for the unsuccessful result.
Possible values are:
- UNSPECIFIED: Indicates the PCF received the UE sent UE policy delivery service cause #111
(Protocol error, unspecified).
- UE_NOT_REACHABLE: Indicates the PCF received the notification from the AMF that the UE is
not reachable.
- UNKNOWN: Indicates unknown reasons upon no response from the UE, e.g. UPDS message type is
not defined or not implemented by the UE, or not compatible with the UPDS state, in which
the UE shall ignore the UPDS message.
- UE_TEMP_UNREACHABLE: Indicates the PCF received the notification from the AMF that the UE
is not reachable but the PCF will retry again.
ConnectionCapabilities:
anyOf:
- type: string
enum:
- IMS
- MMS
- SUPL
- INTERNET
- type: string
description: >
This string provides forward-compatibility with future
extensions to the enumeration and is not used to encode
content defined in the present version of this API.
description: |
Represents the information provided by a UE application when it requests a network
connection with certain capabilities.
Possible values are:
- IMS: Indicates the connection capability to support IMS service.
- MMS: Indicates the connection capability to support MMS service.
- SUPL: Indicates the connection capability to support SUPL service.
- INTERNET: Indicates the connection capability to support Internet service.