Skip to content
New issue

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

AMF Event Exposure NotifURL is not worked with CONTINUOUS and PERIODIC report. #78

Open
ghost opened this issue Aug 19, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 19, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants