We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @free5gc-org,
I am trying to create a subscription from NEF to AMF using URL : http://X.X.X.X/namf-evts/v1/subscriptions and parameters are as below:
{ "subscription": { "eventList": [ { "type": "LOCATION_REPORT", "immediateFlag": true, "refId": 0 } ], "eventNotifyUri": "http://localhost:9052/nnef-eventexposure/v1/subscriptions", "notifyCorrelationId": "string", "nfId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "subsChangeNotifyUri": "string", "subsChangeNotifyCorrelationId": "string", "anyUE": false, "supi": "imsi-208930000000003", "options": { "trigger": "CONTINUOUS", "maxReports": 30, "expiry": "2022-07-20T11:30:31.124Z", "repPeriod" : 1 } }, "supportedFeatures": "FFFF" }
event notify report URL of NEF is mentioned in "eventNotifyUri": "http://localhost:9052/nnef-eventexposure/v1/subscriptions" but NEF didn't get any CONTINUOUS LOCATION_REPORT of mentioned supi on eventNotifyUri.
is this feature is available or not ? if it is available, how to enable it and if not, is there any roadmap to develop this feature ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @free5gc-org,
I am trying to create a subscription from NEF to AMF using URL : http://X.X.X.X/namf-evts/v1/subscriptions and parameters are as below:
{
"subscription": {
"eventList": [
{
"type": "LOCATION_REPORT",
"immediateFlag": true,
"refId": 0
}
],
"eventNotifyUri": "http://localhost:9052/nnef-eventexposure/v1/subscriptions",
"notifyCorrelationId": "string",
"nfId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subsChangeNotifyUri": "string",
"subsChangeNotifyCorrelationId": "string",
"anyUE": false,
"supi": "imsi-208930000000003",
"options": {
"trigger": "CONTINUOUS",
"maxReports": 30,
"expiry": "2022-07-20T11:30:31.124Z",
"repPeriod" : 1
}
},
"supportedFeatures": "FFFF"
}
event notify report URL of NEF is mentioned in "eventNotifyUri": "http://localhost:9052/nnef-eventexposure/v1/subscriptions" but NEF didn't get any CONTINUOUS LOCATION_REPORT of mentioned supi on eventNotifyUri.
is this feature is available or not ? if it is available, how to enable it and if not, is there any roadmap to develop this feature ?
The text was updated successfully, but these errors were encountered: