Skip to content

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
(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
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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