- 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
7 lines
402 B
XML
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>
|