-
Type: Sub-task
-
Status: Resolved (View Workflow)
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: VOLTHA v2.8
-
Component/s: onos-sadis, openolt-adapter, openolt-agent
-
Labels:
-
Story Points:5
Test various input parameters from ONOS BW profile configuration to ensure that the TCONT Type selection is working fine.
The following are the test BW parameters that should allow different TCONT type selections.
Note that all information rates are expressed in Kbps and burst sizes are expressed in bytes.
TCONT Type 1
{ "Id": “TCONT_TYPE1_100Mbps_Fixed”, "pir": 100000, "pbs": 10000, "air": 0, "abs": 0, "fir": 100000 }
TCONT Type 2
{ "Id": “TCONT_TYPE2_50Mbps_Assured”, "pir": 50000, "pbs": 10000, "air": 50000, "abs": 10000, "fir": 0 }
TCONT Type 3
{ "Id": “TCONT_TYPE3_50Mbps_Assured_100Mbps_Peak”, "pir": 100000, "pbs": 10000, "air": 50000, "abs": 10000, "fir": 0 }
TCONT Type 4
{ "Id": “TCONT_TYPE4_200Mbps_Peak”, "pir": 200000, "pbs": 10000, "air": 0, "abs": 0, "fir": 0 }
TCONT Type 5
{ "Id": “TCONT_TYPE5_100Mbps_Peak_50Mbps_Assured_10Mbps_Fixed”, "pir": 100000, "pbs": 10000, "air": 50000, "abs": 10000, "fir": 10000 }
Invalid Inputs
TODO