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

New feature: can we have profile speed? #239

Open
Royal-Rangers opened this issue Oct 10, 2024 · 2 comments
Open

New feature: can we have profile speed? #239

Royal-Rangers opened this issue Oct 10, 2024 · 2 comments

Comments

@Royal-Rangers
Copy link

we now can specify ue number, can we further specify procedure rate?

Copy link

github-actions bot commented Feb 8, 2025

This issue has been stale for 120 days and will be closed in 15 days. Comment to keep it open.

@thakurajayL
Copy link
Contributor

Could you please propose what is your idea? this is what I can think of ,

  • execInParallel: true - Multiple requests are pending. This is where rate will be needed.
  • execInParallel: false - this is sequential operation. Rate meaningless here, since events are sent one after the other.

gNBSim user can always have multiple profiles which are combination of execInParallel as true & false.

With execInParallel = true, following options could be made

total event rate for the profile = addition of all events for the subscribers in the profile.

Rate could be specifified events/minutes.

below config could be added in the profile

  • profileType: register
    eventRate: 10/min # or eventRate: default

Caveat: this proposal may not work well when custom profile is enabled. SInce in custom profile we have provision to wait before sending next event.

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

No branches or pull requests

3 participants