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

Add support for MacAddress #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

pedrojreis
Copy link

@pedrojreis pedrojreis commented Sep 17, 2024

This PR intends to add an option to also edit the MacAddress.
This is useful for some usecases where the MacAddress is "king" and matters the most, also super useful to prevent to have thousands of sim devices with the exact same Mac :)
Said mac will silce the last 2 characters, starting at 00 and going up to 99 depending on number of processes.
I felt like pushing more than 100 devices in a single instance can worsen performance and felt like it's better to have multiple instances with up to 100 devices if we need to make stress tests.

Help Example

image

Run Example

image

GenieACS

image

Feel free to provide feedback to better improve this feature. Even though it's small it allows for a bigger flexibility - specially under kubernetes :)

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.

1 participant