diff --git a/src/common/DeviceTypes.py b/src/common/DeviceTypes.py index 16b94eb0da862f55abb32131cf256c35c2f33330..bb8948585f163aeb84ee758b8581bc6509d29799 100644 --- a/src/common/DeviceTypes.py +++ b/src/common/DeviceTypes.py @@ -27,6 +27,7 @@ class DeviceTypeEnum(Enum): EMULATED_OPTICAL_TRANSPONDER = 'emu-optical-transponder' EMULATED_OPTICAL_SPLITTER = 'emu-optical-splitter' # passive component required for XR Constellation EMULATED_P4_SWITCH = 'emu-p4-switch' + EMULATED_PACKET_RADIO_ROUTER = 'emu-packet-radio-router' EMULATED_PACKET_ROUTER = 'emu-packet-router' EMULATED_PACKET_SWITCH = 'emu-packet-switch' EMULATED_XR_CONSTELLATION = 'emu-xr-constellation' @@ -38,6 +39,7 @@ class DeviceTypeEnum(Enum): OPTICAL_ROADM = 'optical-roadm' OPTICAL_TRANSPONDER = 'optical-transponder' P4_SWITCH = 'p4-switch' + PACKET_RADIO_ROUTER = 'packet-radio-router' PACKET_ROUTER = 'packet-router' PACKET_SWITCH = 'packet-switch' XR_CONSTELLATION = 'xr-constellation'