[Nnrf_NFManagement] Subscription:callback:onNFStatusEvent POST request of a newly registered NF profile serves a 204 response (R15.2.0)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
POST /nsmf-pdusession/v1/nnrf-nfm/nf-profiles/update HTTP/1.1 | |
3gpp-Sbi-Callback: Nnrf_NFManagement_NFStatusNotify | |
Accept: application/json | |
Accept-Encoding: gzip, deflate | |
Content-Type: application/json | |
uber-trace-id: 6550f348a8a1abcc%3A6550f348a8a1abcc%3A0%3A1 | |
Content-Length: 1581 | |
Host: 192.168.128.31:8380 | |
Connection: Keep-Alive | |
User-Agent: Apache-HttpClient/4.5.4 (Java/11.0.6) | |
{ | |
"event":"NF_REGISTERED", | |
"nfInstanceUri":"/nnrf-nfm/v1/nf-instances/41470254-cc86-44cf-aaa3-b56ac7000000", | |
"nfProfile":{ | |
"nfInstanceId":"41470254-cc86-44cf-aaa3-b56ac7000000", | |
"nfType":"AMF", | |
"nfStatus":"REGISTERED", | |
"heartBeatTimer":10, | |
"plmnList":null, | |
"sNssais":null, | |
"nsiList":null, | |
"fqdn":null, | |
"interPlmnFqdn":null, | |
"ipv4Addresses":[ | |
"192.168.0.14" | |
], | |
"ipv6Addresses":null, | |
"allowedPlmns":null, | |
"allowedNfTypes":null, | |
"allowedNfDomains":null, | |
"allowedNssais":null, | |
"priority":32767, | |
"capacity":32767, | |
"load":0, | |
"locality":"France, Brittany, Cesson-Sévigné, 1219 avenue Champs Blancs", | |
"udrInfo":null, | |
"udmInfo":null, | |
"ausfInfo":null, | |
"amfInfo":null, | |
"smfInfo":null, | |
"upfInfo":null, | |
"pcfInfo":null, | |
"bsfInfo":null, | |
"chfInfo":null, | |
"nrfInfo":null, | |
"customInfo":null, | |
"recoveryTime":1589477710091, | |
"nfServicePersistence":null, | |
"nfServices":[ | |
{ | |
"serviceInstanceId":"3a462419-bf01-4655-9558-4dade5717388", | |
"serviceName":"namf-comm", | |
"versions":[ | |
{ | |
"apiVersionInUri":"v1", | |
"apiFullVersion":"1.0.0", | |
"expiry":"2020-05-14T17:35:20.183Z" | |
} | |
], | |
"scheme":"http", | |
"nfServiceStatus":"REGISTERED", | |
"fqdn":null, | |
"interPlmnFqdn":null, | |
"ipEndPoints":[ | |
{ | |
"ipv4Address":"192.168.0.14", | |
"ipv6Address":null, | |
"transport":"TCP", | |
"port":8080 | |
} | |
], | |
"apiPrefix":null, | |
"defaultNotificationSubscriptions":null, | |
"allowedPlmns":null, | |
"allowedNfTypes":[ | |
"NRF", | |
"UDM", | |
"AMF", | |
"SMF", | |
"AUSF", | |
"NEF", | |
"PCF", | |
"SMSF", | |
"NSSF", | |
"UDR", | |
"LMF", | |
"GMLC", | |
"5G_EIR", | |
"SEPP", | |
"UPF", | |
"N3IWF", | |
"AF", | |
"UDSF", | |
"BSF", | |
"CHF", | |
"NWDAF" | |
], | |
"allowedNfDomains":null, | |
"allowedNssais":null, | |
"priority":32767, | |
"capacity":32767, | |
"load":0, | |
"recoveryTime":"2020-05-14T17:35:10.174Z", | |
"chfServiceInfo":null, | |
"supportedFeatures":null | |
} | |
] | |
}, | |
"profileChanges":null | |
} | |
HTTP/1.1 204 No Content | |
Access-Control-Allow-Origin: * | |
Access-Control-Allow-Headers: Content-Type, Authorization, Accept, Accept-Language | |
Access-Control-Allow-Methods: GET, PUT, POST, PATCH, DELETE, OPTIONS | |
Date: Thu, 14 May 2020 17:35:10 GMT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment