Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ The realizer module determines the realization of each slice by interacting with <img src="images/NSC_Architecture.png" alt="NSC Architecture"> ## Requirements - Python3 - Python3.12 - python3-pip - python3-venv Loading src/Constants.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # This file is an original contribution from Telefonica Innovación Digital S.L. import logging, os # Default logging level DEFAULT_LOGGING_LEVEL = logging.INFO Loading src/helpers.py +1 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading src/network_slice_controller.py +1 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading swagger/models/create_models.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. #This file is an original contribution from Telefonica Innovación Digital S.L. from flask_restx import fields def create_gpp_nrm_28541_model(slice_ns): Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ The realizer module determines the realization of each slice by interacting with <img src="images/NSC_Architecture.png" alt="NSC Architecture"> ## Requirements - Python3 - Python3.12 - python3-pip - python3-venv Loading
src/Constants.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # This file is an original contribution from Telefonica Innovación Digital S.L. import logging, os # Default logging level DEFAULT_LOGGING_LEVEL = logging.INFO Loading
src/helpers.py +1 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading
src/network_slice_controller.py +1 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading
swagger/models/create_models.py +3 −1 Original line number Diff line number Diff line # Copyright 2025 Telefonica Innovación Digital S.L. # Copyright 2022-2025 ETSI SDG TeraFlowSDN (TFS) (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. Loading @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. #This file is an original contribution from Telefonica Innovación Digital S.L. from flask_restx import fields def create_gpp_nrm_28541_model(slice_ns): Loading