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 ?