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

Update M1 and M3 interfaces to return the number of purged entries for the cache purge operation #17

Merged
merged 2 commits into from
Jan 26, 2023

Conversation

davidjwbbc
Copy link
Contributor

@davidjwbbc davidjwbbc commented Jan 26, 2023

In order for the 5GMS AF to inform the 5GMS Application Provider about the number of cache entries that were purged during a purge request at referencing point M1:

  • The 5GMS AS needs to inform the 5GMS AF about the number of cache entries that were purged during a purge request at reference point M3.

To achieve this objective, two distinct success status codes need to be generated at these reference points:

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

Copy link
Contributor

@rjb1000 rjb1000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks, @davidjwbbc.

@davidjwbbc davidjwbbc merged commit 3cd7851 into 5G-MAG:main Jan 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

2 participants