udmInfo always empty

In udmcfg.yaml groupId value is not used. Also not able to add any other information into the udmInfo.
if anyone have idea how to modify the config file so it will be presented in NRF data.

for sample:
{“nfInstanceId”:“fd16b44b-7022-4f40-ab3d-5052e2189372”,“nfType”:“UDM”,“nfStatus”:“REGISTERED”,“ipv4Addresses”:[“172.22.7.253”],“priority”:48,“capacity”:65535,“locality”:“talada”,"udmInfo":{},“nfServices”:[{“serviceInstanceId”:“0d16b44b-7022-4f40-ab3d-5052e2189372”,“serviceName”:“nudm-sdm”,“versions”:[{“apiVersionInUri”:“v1”,“apiFullVersion”:“1.0.2”}],“scheme”:“http”,“nfServiceStatus”:“REGISTERED”,“ipEndPoints”:[{“ipv4Address”:“172.22.7.253”,“transport”:“TCP”,“port”:8080}],“apiPrefix”:“http://172.22.7.253:8080”},{“serviceInstanceId”:“1d16b44b-7022-4f40-ab3d-5052e2189372”,“serviceName”:“nudm-uecm”,“versions”:[{“apiVersionInUri”:“v1”,“apiFullVersion”:“1.0.2”}],“scheme”:“http”,“nfServiceStatus”:“REGISTERED”,“ipEndPoints”:[{“ipv4Address”:“172.22.7.253”,“transport”:“TCP”,“port”:8080}],“apiPrefix”:“http://172.22.7.253:8080”},{“serviceInstanceId”:“2d16b44b-7022-4f40-ab3d-5052e2189372”,“serviceName”:“nudm-ueau”,“versions”:[{“apiVersionInUri”:“v1”,“apiFullVersion”:“1.0.2”}],“scheme”:“http”,“nfServiceStatus”:“REGISTERED”,“ipEndPoints”:[{“ipv4Address”:“172.22.7.253”,“transport”:“TCP”,“port”:8080}],“apiPrefix”:“http://172.22.7.253:8080”},{“serviceInstanceId”:“3d16b44b-7022-4f40-ab3d-5052e2189372”,“serviceName”:“nudm-ee”,“versions”:[{“apiVersionInUri”:“v1”,“apiFullVersion”:“1.0.2”}],“scheme”:“http”,“nfServiceStatus”:“REGISTERED”,“ipEndPoints”:[{“ipv4Address”:“172.22.7.253”,“transport”:“TCP”,“port”:8080}],“apiPrefix”:“http://172.22.7.253:8080”},{“serviceInstanceId”:“4d16b44b-7022-4f40-ab3d-5052e2189372”,“serviceName”:“nudm-pp”,“versions”:[{“apiVersionInUri”:“v1”,“apiFullVersion”:“1.0.2”}],“scheme”:“http”,“nfServiceStatus”:“REGISTERED”,“ipEndPoints”:[{“ipv4Address”:“172.22.7.253”,“transport”:“TCP”,“port”:8080}],“apiPrefix”:“http://172.22.7.253:8080”}]}

Hi, @MariusS-epg
We are working on it, please let me know if the issue still present.

Br yashihh

Hi, @MariusS-epg
In the spec, udminfo is optional type. We didn’t assign it value. If you want to add some udm data to udmcfg.yaml, you may also modify the func InitUdmContext() in free5gc/NFs/udm/internal/context/context.go to assign the value you specified in yaml and other related functions