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

Fixes #15603 - Added 5G to Cellular choices in dcim/choices.py. #15677

Conversation

Julio-Oliveira-Encora
Copy link
Contributor

Fixes: #15603

The "5G" type was added to the Cellular choices.

@Julio-Oliveira-Encora Julio-Oliveira-Encora changed the title Added 5G to Cellular choices in dcim/choices.py. Fix 15603 - Added 5G to Cellular choices in dcim/choices.py. Apr 10, 2024
@Julio-Oliveira-Encora Julio-Oliveira-Encora changed the title Fix 15603 - Added 5G to Cellular choices in dcim/choices.py. Fixes #15603 - Added 5G to Cellular choices in dcim/choices.py. Apr 10, 2024
@@ -1038,6 +1039,7 @@ class InterfaceTypeChoices(ChoiceSet):
(TYPE_GSM, 'GSM'),
(TYPE_CDMA, 'CDMA'),
(TYPE_LTE, 'LTE'),
(TYPE_5G, '5G'),
Copy link
Member

Choose a reason for hiding this comment

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

Per feedback on #15603, let's add 4G as well.

@jeremystretch jeremystretch merged commit b0520b9 into netbox-community:develop May 21, 2024
3 checks passed
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.

Add 5G as an option to the Cellular device interface section
2 participants