Gamze Abaka | 641fc07 | 2018-09-04 09:16:27 +0000 | [diff] [blame] | 1 | { |
| 2 | "apps" : { |
| 3 | "org.opencord.sadis" : { |
| 4 | "sadis" : { |
| 5 | "integration" : { |
| 6 | "cache" : { |
| 7 | "enabled" : true, |
| 8 | "maxsize" : 60, |
| 9 | "ttl" : "PT1m" |
| 10 | } |
| 11 | }, |
| 12 | "entries" : [ { |
| 13 | "id" : "s1-eth1", |
| 14 | "cTag" : 2, |
| 15 | "sTag" : 4, |
| 16 | "nasPortId" : "s1-eth1", |
| 17 | "technologyProfileId" : 10, |
| 18 | "upstreamBandwidthProfile" : "High-Speed-Internet", |
| 19 | "downstreamBandwidthProfile" : "User1-Specific" |
| 20 | }, { |
| 21 | "id" : "1", |
| 22 | "hardwareIdentifier" : "00:00:00:00:00:01", |
| 23 | "ipAddress" : "127.0.0.1", |
| 24 | "uplinkPort": "2" |
| 25 | } ] |
| 26 | }, |
| 27 | "bandwidthprofile":{ |
| 28 | "integration":{ |
| 29 | "cache":{ |
| 30 | "enabled":true, |
| 31 | "maxsize":40, |
| 32 | "ttl":"PT1m" |
| 33 | } |
| 34 | }, |
| 35 | "entries":[ |
| 36 | { |
| 37 | "id":"High-Speed-Internet", |
| 38 | "cir":200000000, |
| 39 | "cbs":348000, |
| 40 | "eir":10000000, |
| 41 | "ebs":348000, |
| 42 | "air":10000000 |
| 43 | }, |
| 44 | { |
| 45 | "id":"User1-Specific", |
| 46 | "cir":300000000, |
| 47 | "cbs":348000, |
| 48 | "eir":20000000, |
| 49 | "ebs":348000 |
| 50 | } |
| 51 | ] |
| 52 | } |
| 53 | } |
| 54 | }, |
| 55 | "devices":{ |
| 56 | "of:0000000000000001":{ |
| 57 | "basic":{ |
| 58 | "driver":"pmc-olt" |
| 59 | } |
| 60 | } |
| 61 | } |
| 62 | } |