awips2/edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/utility/common_static/base/datadelivery/bandwidthmap.xml
Dustin Johnson d4afef2cab Issue #1543 Use separate RetrievalPlan configurations for NCF and WFO
- Change new registry modes to explicitly list includes/excludes.
- Add separate bandwidth manager creation capabilities for NCF and WFO.
- Add deltaScript to add a "route" slot to subscriptions.
- Remove unnecessary schemas from Spring files.

Change-Id: If3d4d310166bb6a201e191e0480d25829d25bcfa

Former-commit-id: c8760e5699 [formerly 10775068a3e54d8b48b1da4a3e8a6d952ec9c0ee]
Former-commit-id: d8659e742e
2013-02-20 10:42:51 -06:00

7 lines
402 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- bandwidth is specified in kilobytes/second (kB/s) -->
<bandwidthMap>
<route planDays="2" network="OPSNET" defaultBandwidth="768" bucketSizeMinutes="3" />
<!-- TODO: What is the bandwidth allocated on the SBN for data delivery? -->
<route planDays="2" network="SBN" defaultBandwidth="768" bucketSizeMinutes="3" />
</bandwidthMap>