blob: e16828362046a159b78dda7434e3814e18cf5133 [file] [log] [blame]
Gamze Abakaad329652018-12-20 10:12:21 +00001{
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 Abakaad329652018-12-20 10:12:21 +000014 "nasPortId" : "s1-eth1",
Gamze Abaka1b7816e2019-11-25 06:38:41 +000015 "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 Abakaad329652018-12-20 10:12:21 +000025 }, {
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",
Gamze Abaka1b7816e2019-11-25 06:38:41 +000043 "cir": 500000,
44 "cbs": 10000,
45 "eir": 500000,
46 "ebs": 10000,
47 "air": 100000
Gamze Abakaad329652018-12-20 10:12:21 +000048 },
49 {
Gamze Abaka1b7816e2019-11-25 06:38:41 +000050 "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 Abakaad329652018-12-20 10:12:21 +000084 },
85 {
86 "id":"Default",
Gamze Abaka1b7816e2019-11-25 06:38:41 +000087 "cir": 0,
88 "cbs": 0,
89 "eir": 512,
90 "ebs": 30,
91 "air": 0
Gamze Abakaad329652018-12-20 10:12:21 +000092 }
93 ]
94 }
95 }
96 },
97 "devices":{
98 "of:0000000000000001":{
99 "basic":{
100 "driver":"pmc-olt"
101 }
102 }
103 }
104}