Loading src/simap_connector/service/simap_updater/AllowedLinks.py +6 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,12 @@ # limitations under the License. ALLOWED_LINKS_PER_CONTROLLER = { 'e2e' : { 'L1', 'L2', 'L3', 'L4' }, 'agg' : { 'L7ab', 'L7ba', 'L8ab', 'L8ba', 'L11ab', 'L11ba', 'L12ab', 'L12ba', 'L13', 'L14' }, 'e2e' : { 'L1', 'L2' }, 'agg' : { 'L3', 'L4', 'L13', 'L14' }, 'trans-pkt': { 'L5', 'L6', 'L9', 'L10' }, # The remaining can not be monitored therefore they are not included in the allowed links for the controllers # 'agg' : { 'L3', 'L4', 'L7ab', 'L7ba', 'L8ab', 'L8ba', # 'L11ab', 'L11ba', 'L12ab', 'L12ba', 'L13', 'L14' }, } # NOTE: Ranges should be less than 100 because the schema does not allow # bandwidth-utilization to exceed 100% Loading Loading
src/simap_connector/service/simap_updater/AllowedLinks.py +6 −4 Original line number Diff line number Diff line Loading @@ -13,10 +13,12 @@ # limitations under the License. ALLOWED_LINKS_PER_CONTROLLER = { 'e2e' : { 'L1', 'L2', 'L3', 'L4' }, 'agg' : { 'L7ab', 'L7ba', 'L8ab', 'L8ba', 'L11ab', 'L11ba', 'L12ab', 'L12ba', 'L13', 'L14' }, 'e2e' : { 'L1', 'L2' }, 'agg' : { 'L3', 'L4', 'L13', 'L14' }, 'trans-pkt': { 'L5', 'L6', 'L9', 'L10' }, # The remaining can not be monitored therefore they are not included in the allowed links for the controllers # 'agg' : { 'L3', 'L4', 'L7ab', 'L7ba', 'L8ab', 'L8ba', # 'L11ab', 'L11ba', 'L12ab', 'L12ba', 'L13', 'L14' }, } # NOTE: Ranges should be less than 100 because the schema does not allow # bandwidth-utilization to exceed 100% Loading