Skip to content

Commit

Permalink
Added 4G for Cellular choices.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Oliveira-Encora committed May 21, 2024
1 parent 5f9fc9c commit d3e25f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netbox/dcim/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ class InterfaceTypeChoices(ChoiceSet):
TYPE_GSM = 'gsm'
TYPE_CDMA = 'cdma'
TYPE_LTE = 'lte'
TYPE_4G = '4g'
TYPE_5G = '5g'

# SONET
Expand Down Expand Up @@ -1061,6 +1062,7 @@ class InterfaceTypeChoices(ChoiceSet):
(TYPE_GSM, 'GSM'),
(TYPE_CDMA, 'CDMA'),
(TYPE_LTE, 'LTE'),
(TYPE_4G, '4G'),
(TYPE_5G, '5G'),
)
),
Expand Down

0 comments on commit d3e25f6

Please sign in to comment.