Added 5G to Cellular choices in dcim/choices.py.

This commit is contained in:
Julio-Oliveira-Encora 2024-04-09 16:37:26 -03:00
parent b7668fbfc3
commit 58f0084b35
1 changed files with 2 additions and 0 deletions

View File

@ -872,6 +872,7 @@ class InterfaceTypeChoices(ChoiceSet):
TYPE_GSM = 'gsm'
TYPE_CDMA = 'cdma'
TYPE_LTE = 'lte'
TYPE_5G = '5g'
# SONET
TYPE_SONET_OC3 = 'sonet-oc3'
@ -1038,6 +1039,7 @@ class InterfaceTypeChoices(ChoiceSet):
(TYPE_GSM, 'GSM'),
(TYPE_CDMA, 'CDMA'),
(TYPE_LTE, 'LTE'),
(TYPE_5G, '5G'),
)
),
(