Loading src/common/tools/object_factory/Service.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ def json_service_iplink_planned( ): return json_service( service_uuid, ServiceTypeEnum.SERVICETYPE_PON_ACCESS, context_id=json_context_id(context_uuid), service_uuid, ServiceTypeEnum.SERVICETYPE_IPLINK, context_id=json_context_id(context_uuid), status=ServiceStatusEnum.SERVICESTATUS_PLANNED, endpoint_ids=endpoint_ids, constraints=constraints, config_rules=config_rules) Loading src/common/type_checkers/Assertions.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def validate_service_type_enum(message): 'SERVICETYPE_E2E', 'SERVICETYPE_OPTICAL_CONNECTIVITY', 'SERVICETYPE_QKD', 'SERVICETYPE_PON_ACCESSs', 'SERVICETYPE_PON_ACCESS', ] def validate_service_state_enum(message): Loading Loading
src/common/tools/object_factory/Service.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ def json_service_iplink_planned( ): return json_service( service_uuid, ServiceTypeEnum.SERVICETYPE_PON_ACCESS, context_id=json_context_id(context_uuid), service_uuid, ServiceTypeEnum.SERVICETYPE_IPLINK, context_id=json_context_id(context_uuid), status=ServiceStatusEnum.SERVICESTATUS_PLANNED, endpoint_ids=endpoint_ids, constraints=constraints, config_rules=config_rules) Loading
src/common/type_checkers/Assertions.py +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ def validate_service_type_enum(message): 'SERVICETYPE_E2E', 'SERVICETYPE_OPTICAL_CONNECTIVITY', 'SERVICETYPE_QKD', 'SERVICETYPE_PON_ACCESSs', 'SERVICETYPE_PON_ACCESS', ] def validate_service_state_enum(message): Loading