You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am getting Internal Server Error, I am trying to accessed Northbound API /api/v1/3gpp-as-session-with-qos/v1/{scsAsId}/Subscriptions through Swagger.
Below is the Request Body, Response and Error in logs
Hi , I am getting Internal Server Error, I am trying to accessed Northbound API /api/v1/3gpp-as-session-with-qos/v1/{scsAsId}/Subscriptions through Swagger.
Below is the Request Body, Response and Error in logs
scsAsId : myNetapp1
Request Body
{
"ipv4Addr": "10.0.0.3",
"notificationDestination": "http://localhost:80/api/v1/utils/session-with-qos/callback",
"snssai": {
"sst": 1,
"sd": "000001"
},
"dnn": "province1.mnc01.mcc202.gprs",
"qosReference": 9,
"altQoSReferences": [
0
],
"usageThreshold": {
"duration": 0,
"totalVolume": 0,
"downlinkVolume": 0,
"uplinkVolume": 0
},
"qosMonInfo": {
"reqQosMonParams": [
"DOWNLINK"
],
"repFreqs": [
"EVENT_TRIGGERED"
],
"latThreshDl": 0,
"latThreshUl": 0,
"latThreshRp": 0,
"waitTime": 0,
"repPeriod": 0
}
}
Request URL
https://localhost:4443/nef/api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions
Response
500
Internal Server Error
Error in Logs
nef_emulator-backend-1 | INFO: 172.18.0.5:47994 - "POST /api/v1/login/access-token HTTP/1.0" 200 OK
nef_emulator-reverse_proxy-1 | 172.18.0.1 - - [02/Aug/2023:06:18:47 +0000] "POST /api/v1/login/access-token HTTP/1.1" 200 160 "https://localhost:4443/nef/docs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" "-"
nef_emulator-mongo_nef-1 | {"t":{"$date":"2023-08-02T06:19:14.983+00:00"},"s":"I", "c":"STORAGE", "id":22430, "ctx":"WTCheckpointThread","msg":"WiredTiger message","attr":{"message":"[1690957154:983621][1:0x7f41bdb3f700], WT_SESSION.checkpoint: [WT_VERB_CHECKPOINT_PROGRESS] saving checkpoint snapshot min: 32, snapshot max: 32 snapshot count: 0, oldest timestamp: (0, 0) , meta checkpoint timestamp: (0, 0) base write gen: 3652"}}
nef_emulator-backend-1 | [Errno 2] No such file or directory: '/app/app/core/certificates/capif_cert_server.pem'
nef_emulator-backend-1 | INFO: 172.18.0.5:47996 - "POST /api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions HTTP/1.0" 500 Internal Server Error
nef_emulator-reverse_proxy-1 | 172.18.0.1 - - [02/Aug/2023:06:19:16 +0000] "POST /nef/api/v1/3gpp-as-session-with-qos/v1/myNetapp1/subscriptions HTTP/1.1" 500 21 "https://localhost:4443/nef/docs" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36" "-"
The text was updated successfully, but these errors were encountered: