Suchitra Vemuri | f54ce4e | 2020-09-03 17:19:22 -0700 | [diff] [blame] | 1 | { |
| 2 | "apps": { |
| 3 | "org.opencord.sadis": { |
| 4 | "sadis": { |
| 5 | "integration": { |
Suchitra Vemuri | e2ca77f | 2021-02-04 21:42:14 -0800 | [diff] [blame] | 6 | "url" : "http://bbsim-sadis-server.voltha.svc:58080/subscribers/%s", |
Suchitra Vemuri | f54ce4e | 2020-09-03 17:19:22 -0700 | [diff] [blame] | 7 | "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":{ |
| 54 | "integration":{ |
Suchitra Vemuri | e2ca77f | 2021-02-04 21:42:14 -0800 | [diff] [blame] | 55 | "url" : "http://bbsim-sadis-server.voltha.svc:58080/profiles/%s", |
Suchitra Vemuri | f54ce4e | 2020-09-03 17:19:22 -0700 | [diff] [blame] | 56 | "cache":{ |
| 57 | "enabled":true, |
| 58 | "maxsize":40, |
| 59 | "ttl":"PT1m" |
| 60 | } |
| 61 | }, |
| 62 | "entries":[ |
| 63 | { |
| 64 | "id": "Default", |
| 65 | "air": 100000, |
| 66 | "cbs": 30, |
| 67 | "cir": 16000, |
| 68 | "ebs": 30, |
| 69 | "eir": 16000 |
| 70 | }, |
| 71 | { |
| 72 | "id": "User_Bandwidth1", |
| 73 | "air": 100000, |
| 74 | "cbs": 10000, |
| 75 | "cir": 30000, |
| 76 | "ebs": 1000, |
| 77 | "eir": 20000 |
| 78 | }, |
| 79 | { |
| 80 | "id": "User_Bandwidth2", |
| 81 | "air": 100000, |
| 82 | "cbs": 5000, |
| 83 | "cir": 100000, |
| 84 | "ebs": 5000, |
| 85 | "eir": 100000 |
| 86 | }, |
| 87 | { |
| 88 | "id": "User_Bandwidth3", |
| 89 | "air": 100000, |
| 90 | "cbs": 5000, |
| 91 | "cir": 500000, |
| 92 | "ebs": 5000, |
| 93 | "eir": 500000 |
| 94 | } |
| 95 | |
| 96 | ] |
| 97 | } |
| 98 | } |
| 99 | } |
| 100 | } |