Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +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", |
Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +0000 | [diff] [blame] | 14 | "nasPortId" : "s1-eth1", |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 15 | "uniTagList": [ |
| 16 | { |
| 17 | "uniTagMatch": 35, |
| 18 | "ponCTag":33, |
| 19 | "ponSTag":7, |
| 20 | "technologyProfileId": 2, |
| 21 | "upstreamBandwidthProfile":"High-Speed-Internet", |
| 22 | "downstreamBandwidthProfile":"Service1" |
| 23 | } |
| 24 | ] |
Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +0000 | [diff] [blame] | 25 | }, { |
| 26 | "id" : "1", |
| 27 | "hardwareIdentifier" : "00:00:00:00:00:01", |
| 28 | "ipAddress" : "127.0.0.1", |
| 29 | "uplinkPort": "2" |
| 30 | } ] |
| 31 | }, |
| 32 | "bandwidthprofile":{ |
| 33 | "integration":{ |
| 34 | "cache":{ |
| 35 | "enabled":true, |
| 36 | "maxsize":40, |
| 37 | "ttl":"PT1m" |
| 38 | } |
| 39 | }, |
| 40 | "entries":[ |
| 41 | { |
| 42 | "id":"High-Speed-Internet", |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 43 | "cir": 500000, |
| 44 | "cbs": 10000, |
| 45 | "eir": 500000, |
| 46 | "ebs": 10000, |
| 47 | "air": 100000 |
Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +0000 | [diff] [blame] | 48 | }, |
| 49 | { |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 50 | "id":"VOIP", |
| 51 | "cir": 500000, |
| 52 | "cbs": 10000, |
| 53 | "eir": 500000, |
| 54 | "ebs": 10000, |
| 55 | "air": 100000 |
| 56 | }, |
| 57 | { |
| 58 | "id":"Service1", |
| 59 | "cir": 600000, |
| 60 | "cbs": 10000, |
| 61 | "eir": 400000, |
| 62 | "ebs": 10000 |
| 63 | }, |
| 64 | { |
| 65 | "id":"Service2", |
| 66 | "cir": 600000, |
| 67 | "cbs": 10000, |
| 68 | "eir": 400000, |
| 69 | "ebs": 10000 |
| 70 | }, |
| 71 | { |
| 72 | "id":"VOD", |
| 73 | "cir": 600000, |
| 74 | "cbs": 10000, |
| 75 | "eir": 400000, |
| 76 | "ebs": 10000 |
| 77 | }, |
| 78 | { |
| 79 | "id":"Service3", |
| 80 | "cir": 600000, |
| 81 | "cbs": 10000, |
| 82 | "eir": 400000, |
| 83 | "ebs": 10000 |
Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +0000 | [diff] [blame] | 84 | }, |
| 85 | { |
| 86 | "id":"Default", |
Andrea Campanella | cbbb795 | 2019-11-25 06:38:41 +0000 | [diff] [blame] | 87 | "cir": 0, |
| 88 | "cbs": 0, |
| 89 | "eir": 512, |
| 90 | "ebs": 30, |
| 91 | "air": 0 |
Gamze Abaka | ad32965 | 2018-12-20 10:12:21 +0000 | [diff] [blame] | 92 | } |
| 93 | ] |
| 94 | } |
| 95 | } |
| 96 | }, |
| 97 | "devices":{ |
| 98 | "of:0000000000000001":{ |
| 99 | "basic":{ |
| 100 | "driver":"pmc-olt" |
| 101 | } |
| 102 | } |
| 103 | } |
| 104 | } |