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

fix: period server query multi URRs issue, rollback query report one by one for URRs #31

Merged
merged 1 commit into from
Mar 25, 2023

Conversation

Roy-Hu
Copy link
Collaborator

@Roy-Hu Roy-Hu commented Mar 21, 2023

The max size of netlink msg is 16k, the number of reports from gtp5g is limited depending on the size of report.
Rollback period server to query report one by one for URRs.

if err != nil {
return nil, err
}
if usars != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

modify to
if len(usar) > 0 {

@tim-ywliu tim-ywliu changed the title period server query report one by one for urrs fix: period server query multi URRs issue, rollback query report one by one for URRs Mar 25, 2023
@tim-ywliu tim-ywliu merged commit ae86c1e into free5gc:main Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants