Skip to content

Instantly share code, notes, and snippets.

View tnmtechnologies's full-sized avatar

mtrefcon tnmtechnologies

View GitHub Profile
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_UpdateNFInstance_Remove_Op_OK.txt
Created May 13, 2020 15:13
[Nnrf_NFManagement] PATCH request (remove first value of versions array of first nfService value) serves a 200 response (R15.2.0)
PATCH /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 69
accept: application/json
DNT: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Content-Type: application/json-patch+json
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_UpdateNFInstance_Multiple_Ops_OK.txt
Created May 13, 2020 15:23
[Nnrf_NFManagement] PATCH request with multiple operations serves a 200 response (R15.2.0)
PATCH /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 553
accept: application/json
DNT: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Content-Type: application/json-patch+json
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_DeregisterNFInstance_No_Content.txt
Last active May 13, 2020 16:06
[Nnrf_NFManagement] DELETE request serves a 204 response (R15.2.0)
DELETE /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/json
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
DNT: 1
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_DeregisterNFInstance_Not_Found.txt
Created May 13, 2020 16:08
[Nnrf_NFManagement] DELETE request serves a 404 response (R15.2.0)
DELETE /nnrf-nfm/v1/nf-instances/80fd9293-7bc9-4fdf-8888-4a72e9f751d4 HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
accept: application/json
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
DNT: 1
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFDiscovery_SearchNFInstances_OK.txt
Created May 13, 2020 16:32
[Nnrf_NFDiscovery] GET request with target-nf-type and requester-nf-type query parameters serves a 200 response (R15.2.0)
GET /nnrf-disc/v1/nf-instances?target-nf-type=AMF&requester-nf-type=SMF HTTP/1.1
Host: vdev-newedge0001.b-com.local:8181
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
accept: application/json
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
DNT: 1
Referer: http://vdev-newedge0001.b-com.local:8181/
Accept-Encoding: gzip, deflate
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFDiscovery_SearchNFInstances_Not_Modified.txt
Created May 13, 2020 16:43
[Nnrf_NFDiscovery] GET request with If-None-Match header serves a 304 response (R15.2.0)
GET /nnrf-disc/v1/nf-instances?target-nf-type=AMF&requester-nf-type=SMF HTTP/1.1
Host: vdev-newedge0001.b-com.local:8181
Connection: keep-alive
Cache-Control: max-age=0
accept: application/json
DNT: 1
If-None-Match: ab4bfb32
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Referer: http://vdev-newedge0001.b-com.local:8181/
Accept-Encoding: gzip, deflate
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_CreateSubscription_subscriptionId_Conflict.txt
Last active May 14, 2020 09:32
[Nnrf_NFManagement] POST /subscriptions request with a subscriptionId already created serves a 409 response (R15.2.0). The specification doesn't allow the 409 response but we think it is the one that should be set.
POST /nnrf-nfm/v1/subscriptions HTTP/1.1
Host: vdev-newedge0001.b-com.local:8180
Connection: keep-alive
Content-Length: 130
accept: application/json
DNT: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Content-Type: application/json
Origin: http://vdev-newedge0001.b-com.local:8180
Referer: http://vdev-newedge0001.b-com.local:8180/
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_CreateSubscription_OK.txt
Last active May 14, 2020 18:37
[Nnrf_NFManagement] POST /subscriptions request serves a 200 response (R15.2.0)
POST /nnrf-nfm/v1/subscriptions HTTP/1.1
Host: 127.0.0.1:8080
Connection: keep-alive
Content-Length: 284
accept: application/json
DNT: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Content-Type: application/json
Origin: https://petstore.swagger.io
Sec-Fetch-Site: cross-site
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_Subscription_CallBack_onNFStatusEvent_No_Content.txt
Last active May 14, 2020 18:40
[Nnrf_NFManagement] Subscription:callback:onNFStatusEvent POST request of a newly registered NF profile serves a 204 response (R15.2.0)
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)
@tnmtechnologies
tnmtechnologies / TS29510_Nnrf_NFManagement_DeleteSubscription_No_Content.txt
Created May 18, 2020 18:16
[Nnrf_NFManagement] DELETE /subscriptions/{subscriptionID} request with a 204 response (R15.2.0).
DELETE /nnrf-nfm/v1/subscriptions/000000-subs0000001 HTTP/1.1
Host: 127.0.0.1:8080
Connection: keep-alive
accept: application/problem+json
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
DNT: 1
Origin: https://petstore.swagger.io
Sec-Fetch-Site: cross-site
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty