blob: 14a34ac7befe7027ba3ddd7a01a01712e3e3e0d8 [file] [log] [blame]
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -07001{
2 "apps": {
3 "org.opencord.sadis": {
4 "sadis": {
5 "integration": {
Suchitra Vemurie2ca77f2021-02-04 21:42:14 -08006 "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s",
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -07007 "cache": {
8 "enabled": false,
9 "maxsize": 50,
10 "ttl": "PT0m"
11 }
12 },
13 "entries": [
14 {
15 "id": "ALPHe3d1cf8e-1",
16 "nasPortId": "ALPHe3d1cf8e-1",
17 "circuitId": "",
18 "remoteId": "",
19 "uniTagList": [{
20 "uniTagMatch": 4096,
21 "ponCTag": 4096,
22 "ponSTag": 222,
23 "technologyProfileId": 64,
24 "downstreamBandwidthProfile": "User_Bandwidth2",
25 "upstreamBandwidthProfile": "User_Bandwidth1",
26 "isDhcpRequired": false
27 }]
28 },
29 {
30 "id": "ALPHe3d1cfe3-1",
31 "nasPortId": "ALPHe3d1cfe3-1",
32 "circuitId": "",
33 "remoteId": "",
34 "uniTagList": [{
35 "uniTagMatch": 4096,
36 "ponCTag": 4096,
37 "ponSTag": 111,
38 "technologyProfileId": 64,
39 "downstreamBandwidthProfile": "Default",
40 "upstreamBandwidthProfile": "Default",
41 "isDhcpRequired": false
42 }]
43 },
44 {
45 "id": "EC1721000208",
46 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
47 "ipAddress": "10.192.20.206",
48 "nasId": "EC1721000208",
49 "uplinkPort": 1048576
50 }
51 ]
52 },
53 "bandwidthprofile":{
Girish Gowdra21ec25d2021-05-24 10:07:01 -070054 "integration":{
55 "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s",
56 "cache":{
57 "enabled":true,
58 "maxsize":40,
59 "ttl":"PT1m"
60 }
61 },
62 "entries":[
63 {
64 "id": "Default",
65 "gir": 0,
66 "cbs": 30,
67 "cir": 16000,
68 "pbs": 30,
69 "pir": 32000
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070070 },
Girish Gowdra21ec25d2021-05-24 10:07:01 -070071 {
72 "id": "User_Bandwidth1",
73 "gir": 50000,
74 "cbs": 10000,
75 "cir": 50000,
76 "pbs": 1000,
77 "pir": 300000
78 },
79 {
80 "id": "User_Bandwidth2",
81 "gir": 100000,
82 "cbs": 5000,
83 "cir": 100000,
84 "pbs": 5000,
85 "pir": 300000
86 },
87 {
88 "id": "User_Bandwidth3",
89 "gir": 100000,
90 "cbs": 5000,
91 "cir": 100000,
92 "pbs": 5000,
93 "pir": 400000
94 }
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070095
Girish Gowdra21ec25d2021-05-24 10:07:01 -070096 ]
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -070097 }
98 }
99 }
100}