mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-30 09:42:22 +00:00
- Instead applying bidir option independantly from service demands (json or xls) the "bidirectional" attribute is introduced per request in the json. This enables bidirectional option per requests. if --bidir option is used on the main program, the field is set to true for all demands in case demands are expressed in an excel sheet. --bidir option does not change bidir field if the service file is in json format. Default value of "bidirectional" attribute is False. - As a result the reversed path is propagated only if the birectional field of the request is True. (remember that the reversed path must be computed whatever the option because it is needed to compute spectral occupation on both directions). Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>