Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Merge requests
!192
Resolve "Implement Optical component"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Implement Optical component"
feat/106-implement-optical-component
into
develop
Overview
0
Commits
4
Pipelines
9
Changes
17
Merged
Lluis Gifre Renom
requested to merge
feat/106-implement-optical-component
into
develop
1 year ago
Overview
0
Commits
4
Pipelines
9
Changes
7
Expand
Closes
#106 (closed)
0
0
Merge request reports
Compare
version 4
version 5
ed6e4f97
1 year ago
version 4
b2f18d10
1 year ago
version 3
dee7cde1
1 year ago
version 2
dee7cde1
1 year ago
version 1
dee7cde1
1 year ago
develop (base)
and
version 5
latest version
ff3fb583
4 commits,
1 year ago
version 5
ed6e4f97
3 commits,
1 year ago
version 4
b2f18d10
2 commits,
1 year ago
version 3
dee7cde1
1 commit,
1 year ago
version 2
dee7cde1
2 commits,
1 year ago
version 1
dee7cde1
3 commits,
1 year ago
Show latest version
7 files
+
98
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/opticalcontroller/OpticalController.py
+
14
−
0
Options
# Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from
flask
import
Flask
from
flask
import
render_template
from
flask_restplus
import
Resource
,
Api
Loading