Hi all,
I deployed a Free5GC v4.0.0 on a fresh Ubuntu 24.04 machine following the instructions on the official documentation.
I am trying to send a request for traffic influence to the NEF using the scripts provided in the free5gc-compose project but the interaction between the NEF and the UDM fails with the attached logs.
The request I am sending, in curl like format, is the following:
curl -X POST -H "Content-Type: application/json" --data @./nef_ti_anyUE.json \
http://10.30.8.185:8000/3gpp-traffic-influence/v1/af001/subscriptions
Am I doing something wrong?
Thanks in advance
TI_logs.txt (1.8 KB)