We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If we try to GET a subscriber that does not exists, the result is some kind of empty subscriber object with ueId equal to the imsi we specified
ueId
curl -vvv ${WEBUI_IP}:5000/api/subscriber/<subscriber>
where <subscriber> does not exist.
<subscriber>
The output will be :
{"plmnID":"","ueId":<subscriber>,"AuthenticationSubscription":{"authenticationMethod":"","permanentKey":null,"sequenceNumber":""},"AccessAndMobilitySubscriptionData":{},"SessionManagementSubscriptionData":null,"SmfSelectionSubscriptionData":{},"AmPolicyData":{},"SmPolicyData":{"smPolicySnssaiData":null},"FlowRules":null}
Subscriber not found. 404 error.
The text was updated successfully, but these errors were encountered:
This issue has been stale for 30 days and will be closed in 5 days. Comment to keep it open.
Sorry, something went wrong.
This issue has been stale for 120 days and will be closed in 15 days. Comment to keep it open.
No branches or pull requests
Describe the bug
If we try to GET a subscriber that does not exists, the result is some kind of empty subscriber object with
ueId
equal to the imsi we specifiedTo Reproduce
curl -vvv ${WEBUI_IP}:5000/api/subscriber/<subscriber>
where
<subscriber>
does not exist.The output will be :
{"plmnID":"","ueId":<subscriber>,"AuthenticationSubscription":{"authenticationMethod":"","permanentKey":null,"sequenceNumber":""},"AccessAndMobilitySubscriptionData":{},"SessionManagementSubscriptionData":null,"SmfSelectionSubscriptionData":{},"AmPolicyData":{},"SmPolicyData":{"smPolicySnssaiData":null},"FlowRules":null}
Expected behavior
Subscriber not found. 404 error.
Screenshots
The text was updated successfully, but these errors were encountered: