Hi
When using API call with nf-type as ‘NWDAF’ to NSSF, 403 error is received:
curl -v -G http://localhost:8001/nnssf-nsselection/v1/network-slice-information \
–data-urlencode ‘nf-type=NWDAF’
–data-urlencode ‘nf-id=9a79d4e9-4050-4a4a-a7d7-9c80dae5f111’
–data-urlencode ‘slice-info-request-for-pdu-session={“sNssai”:{“sst”:1,“sd”:“010203”},“roamingIndication”:“NON_ROAMING”}’
Response is as below:
{“title”:“Unauthorized NF service consumer”,“status”:403,“detail”:"nf-type
:‘NWDAF’ is not authorized to retrieve the slice selection information"}
Can someone assist.