Loading src/pathcomp/frontend/service/algorithms/tools/ServiceTypes.py +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ SERVICE_TYPE_LXNM = {ServiceTypeEnum.SERVICETYPE_L3NM, ServiceTypeEnum.SERVICETY SERVICE_TYPE_TAPI = {ServiceTypeEnum.SERVICETYPE_TAPI_CONNECTIVITY_SERVICE} def get_service_type( device_type : DeviceTypeEnum, prv_service_type : Optional[ServiceTypeEnum] = None device_type : DeviceTypeEnum, prv_service_type : ServiceTypeEnum = None ) -> ServiceTypeEnum: if device_type is DeviceTypeEnum.NCE: return ServiceTypeEnum.SERVICETYPE_L3NM if ( Loading Loading
src/pathcomp/frontend/service/algorithms/tools/ServiceTypes.py +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ SERVICE_TYPE_LXNM = {ServiceTypeEnum.SERVICETYPE_L3NM, ServiceTypeEnum.SERVICETY SERVICE_TYPE_TAPI = {ServiceTypeEnum.SERVICETYPE_TAPI_CONNECTIVITY_SERVICE} def get_service_type( device_type : DeviceTypeEnum, prv_service_type : Optional[ServiceTypeEnum] = None device_type : DeviceTypeEnum, prv_service_type : ServiceTypeEnum = None ) -> ServiceTypeEnum: if device_type is DeviceTypeEnum.NCE: return ServiceTypeEnum.SERVICETYPE_L3NM if ( Loading