Skip to content
New issue

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

Enhancement: Return number of cache entries purged in M3 response #56

Closed
davidjwbbc opened this issue Jan 26, 2023 · 0 comments · Fixed by #55
Closed

Enhancement: Return number of cache entries purged in M3 response #56

davidjwbbc opened this issue Jan 26, 2023 · 0 comments · Fixed by #55
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@davidjwbbc
Copy link
Contributor

davidjwbbc commented Jan 26, 2023

Content

We wish to inform the Application Function about the number of cache entries that were purged during a purge request.

Enhancement specification

The AS shall respond with:

  • 204 (No Content) if the request was valid but no cache entries were purged (none matched the request),
  • 200 (OK) response if one or more entries were purged, with the body being an integer number of cache entries purged.

Relevant specifications and corresponding sections

5G-MAG/rt-common-shared#17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
1 participant