blob: 6284e1852ab7b2488cf7f7cba69878f95d129e0c [file] [log] [blame]
bharat raj58488b32023-05-11 22:46:18 +05301{
2 "apps": {
3 "org.opencord.sadis": {
4 "bandwidthprofile": {
5 "entries": [
6 {
7 "id": "High-Speed-Internet",
8 "gir": 50000,
9 "cbs": 10000,
10 "cir": 50000,
11 "pbs": 1000,
12 "pir": 300000
13 }
14 ]
15 },
16 "sadis": {
17 "entries": [
18 {
19 "id": "BBSIM_OLT_10",
20 "nasId": "BBSIM_OLT_10",
21 "hardwareIdentifier": "28:b9:d9:e2:93:d6",
22 "uplinkPort": "16777216"
23 },
24 {
25 "id": "BBSM000a0001",
26 "nasPortId": "BBSM000a0001-1",
27 "circuitId": "BBSM000a0001-1",
28 "remoteId": "BBSM000a0001",
29 "uniTagList": [
30 {
31 "uniTagMatch": 4096,
32 "ponCTag": 4096,
33 "ponSTag": 900,
34 "usPonCTagPriority": 0,
35 "usPonSTagPriority": 0,
36 "dsPonCTagPriority": 0,
37 "dsPonSTagPriority": 0,
38 "technologyProfileId": 64,
39 "downstreamBandwidthProfile": "High-Speed-Internet",
40 "upstreamBandwidthProfile": "High-Speed-Internet",
41 "serviceName": "HSIA"
42 }
43 ]
44 }
45 ]
46 }
47 }
48 }
49}