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

Data Collection SP: Event Exposure data filtering on user and group Ids #12

Open
davidjwbbc opened this issue Aug 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@davidjwbbc
Copy link
Contributor

Description

Before data samples can be used in an exposed event sent to a subscriber, the restrictions in the DataAccessProfile must be applied. This issue deals with the application of the User and Group IDs restrictions in DataAccessProfile.userAccessRestrictions.

This restricts data samples to those identified as coming from one of a list of User IDs (GPSI or SUPI) or Group IDs. These restrictions will be applied as the AF queries the data reports database in order to filter the data returned as valid for event exposure.

Note that if these identifiers are not provided in the original data samples, it may be necessary to look up the identifiers belonging to the client UE connection to the Data Collection AF. This method will need some more investigation and therefore is outside the scope of this issue.

New data_collection_data_report_handler_t callbacks may need to be added to allow the SP library to query the data report samples to see if they contain user or group ids.

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

No branches or pull requests

2 participants