B-JointSP icon indicating copy to clipboard operation
B-JointSP copied to clipboard

Joint placement and scaling of bidirectional network services with stateful virtual or physical network functions

Results 6 B-JointSP issues
Sort by recently updated
recently updated
newest added

While supported in [v1.0](https://github.com/CN-UPB/B-JointSP/releases/tag/v1.0), passing and placing templates of multiple services is currently not supported in the latest, refactored version of B-JointSP. The placement algorithm [still supports multiple templates](https://github.com/CN-UPB/B-JointSP/blob/master/src/bjointsp/heuristic/heuristic.py#L409), so...

enhancement
help wanted

In the resulting yaml file, we currently only record the number of sources, but not the number of flows they generate or their total data rate. Both would be quite...

enhancement
help wanted
good first issue

For example: * [ ] Number of coefficients in outgoing data rate in template is wrong, e.g., constant is missing. * [ ] Source file re-defines and overwrites the same...

enhancement
help wanted
good first issue

Document and explain exact fields, especially in template file for an example. Currently hard to get all the different fields. Especially the coefficients for resources and data rate

documentation

With pytest Eg, to ensure all metrics are recorded correctly

enhancement
help wanted

When repairing a previously destroyed embedding, apparently B-JointSP sometimes forgets to set the links on the path between VNFs correctly, leading to wrong total delay and in turn affecting the...

bug