Commits on Source (84)
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
- Add _connect/mpls_label and _connect/pcc_address to the allowed device configuration.
-
Sebastien Merle authored
-
Sebastien Merle authored
-
- arranged tests folder
-
- added TE service constants
-
- added TEServiceClient - added branch to redirect requests to TE component for TE services
-
- increased Log level to DEBUG
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
karamchandan authored
-
karamchandan authored
Rewrote all docstrings to comply with PEP 257 and added docstrings for all functions that did not have it in CAD and AM service implementations.
-
karamchandan authored
- Eliminated hardcoded attack connection IPs and introduced a more flexible approach. - Incorporated a new RPC method and protobuf message in the CAD proto to facilitate setting the attack connection IPs by an external component to enable computation of the ML model's performance for testing purposes. - Introduced a new environment variable in CAD to enable or disable testing of the ML model accuracy.
-
karamchandan authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
karamchandan authored
- Updated DAD requirements. - Updated READMEs of DAD, CAD and AM. - Removed old comments in DAD and CAD configuration files.
-
karamchandan authored
-
karamchandan authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
karamchandan authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
- Add _connect/mpls_label and _connect/pcc_address to the allowed device configuration.
-
Sebastien Merle authored
-
Sebastien Merle authored
-
- arranged tests folder
-
- added TE service constants
-
- added TEServiceClient - added branch to redirect requests to TE component for TE services
-
- increased Log level to DEBUG
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
karamchandan authored
-
Lluis Gifre Renom authored
-
Sebastien Merle authored
-
Sebastien Merle authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
-
Lluis Gifre Renom authored
Integration of TE component See merge request !133
-
karamchandan authored
-
https://labs.etsi.org/rep/tfs/controllerkaramchandan authored
Merge branch 'feat/l3-components' of https://labs.etsi.org/rep/tfs/controller into feat/l3-components
-
Lluis Gifre Renom authored
- Replace custom Empty message by StatusMessage - Pre-merge code cleanup
-
Lluis Gifre Renom authored
- Corrected dependencies - Pre-merge code cleanup
-
Lluis Gifre Renom authored
- Pre-merge code cleanup
-
Lluis Gifre Renom authored
Fixed L3 Cybersecurity framework See merge request !135
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- manifests/l3_centralizedattackdetectorservice.yaml 2 additions, 0 deletionsmanifests/l3_centralizedattackdetectorservice.yaml
- manifests/teservice.yaml 81 additions, 0 deletionsmanifests/teservice.yaml
- my_deploy.sh 3 additions, 0 deletionsmy_deploy.sh
- proto/.gitignore 3 additions, 0 deletionsproto/.gitignore
- proto/context.proto 1 addition, 0 deletionsproto/context.proto
- proto/generate_code_erlang.sh 74 additions, 0 deletionsproto/generate_code_erlang.sh
- proto/l3_attackmitigator.proto 3 additions, 4 deletionsproto/l3_attackmitigator.proto
- proto/l3_centralizedattackdetector.proto 13 additions, 4 deletionsproto/l3_centralizedattackdetector.proto
- proto/src/erlang/.gitignore 5 additions, 0 deletionsproto/src/erlang/.gitignore
- proto/src/erlang/rebar.config 21 additions, 0 deletionsproto/src/erlang/rebar.config
- proto/src/erlang/rebar.lock 23 additions, 0 deletionsproto/src/erlang/rebar.lock
- proto/src/erlang/src/tfpb.app.src 24 additions, 0 deletionsproto/src/erlang/src/tfpb.app.src
- src/common/Constants.py 2 additions, 0 deletionssrc/common/Constants.py
- src/context/service/database/models/enums/ServiceType.py 1 addition, 0 deletionssrc/context/service/database/models/enums/ServiceType.py
- src/l3_attackmitigator/README.md 8 additions, 3 deletionssrc/l3_attackmitigator/README.md
- src/l3_attackmitigator/client/l3_attackmitigatorClient.py 13 additions, 19 deletionssrc/l3_attackmitigator/client/l3_attackmitigatorClient.py
- src/l3_attackmitigator/requirements.in 0 additions, 2 deletionssrc/l3_attackmitigator/requirements.in
- src/l3_attackmitigator/service/l3_attackmitigatorServiceServicerImpl.py 77 additions, 29 deletions...itigator/service/l3_attackmitigatorServiceServicerImpl.py
- src/l3_attackmitigator/service/test_create_service.py 0 additions, 267 deletionssrc/l3_attackmitigator/service/test_create_service.py
manifests/teservice.yaml
0 → 100644
proto/generate_code_erlang.sh
0 → 100755
proto/src/erlang/.gitignore
0 → 100644
proto/src/erlang/rebar.config
0 → 100644
proto/src/erlang/rebar.lock
0 → 100644
proto/src/erlang/src/tfpb.app.src
0 → 100644