Skip to content
Snippets Groups Projects
Commit d00dd963 authored by Ikram Haq's avatar Ikram Haq
Browse files

Fix minor issue in Request bdy of UserAreaSubscription

parent 7856c457
No related branches found
No related tags found
1 merge request!4merge MEC021 APi into STF625_TASK4
......@@ -461,24 +461,32 @@ paths:
$ref: '#/components/schemas/UserAreaSubscription'
example:
userAreaSubscription:
subscriptionType: 'UserAreaSubscription'
clientCorrelator: '0123'
callbackReference: 'http://my.callback.com/user_area_notification/some-id'
_links:
self:
href: http://[hostIP]/sbox-xyz123/location/v3/subscriptions/area/subscription123"
areaDefine:
shape: 1
points:
- latitude: 43.748993
longitude: 7.437573
radius: 200
addressList:
- 10.100.0.4
trackingAccuracy: 10
expiryDeadline:
seconds: 1973507343
nanoSeconds: 0
subscriptionType: 'UserAreaSubscription'
clientCorrelator: '0123'
requestTestNotification : true
callbackReference: 'http://my.callback.com/user_area_notification/some-id'
_links:
self:
href: http://[hostIP]/sbox-xyz123/location/v3/subscriptions/distance/subscription123"
areaDefine:
shape: 1
points:
- latitude: 43.748993
longitude: 7.437573
radius: 200
addressList:
- 10.100.0.4
locationEventCriteria:
- ENTERING_AREA_EVENT
trackingAccuracy: 10
reportingLocationReq: true
reportingCtrl:
maximumCount: 150
maximumFrequency: 0
minimumInterval: 5
expiryDeadline:
seconds: 1977836800
nanoseconds: 0
description: |
The entity body in the request contains data type of the specific UE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment