- listening for Flows and updating ONU state machine
- Sending the EAP_START packet
- Moving Eapol in an external responder

Change-Id: I94fbbbb391467f44c71be8f2181cd41df7bd92f5
diff --git a/examples/sadis-minimal.json b/examples/sadis-minimal.json
index 10adc68..a37c3fe 100644
--- a/examples/sadis-minimal.json
+++ b/examples/sadis-minimal.json
@@ -11,7 +11,7 @@
       "entries": [
         {
           "id": "BBSM00000001",
-          "cTag": 83,
+          "cTag": 101,
           "sTag": 99,
           "nasPortId": "BBSM00000001",
           "technologyProfileId": 64,
@@ -19,6 +19,33 @@
           "downstreamBandwidthProfile": "User1-Specific"
         },
         {
+          "id": "BBSM00000002",
+          "cTag": 102,
+          "sTag": 99,
+          "nasPortId": "BBSM00000002",
+          "technologyProfileId": 64,
+          "upstreamBandwidthProfile": "High-Speed-Internet",
+          "downstreamBandwidthProfile": "User1-Specific"
+        },
+        {
+          "id": "BBSM00000101",
+          "cTag": 111,
+          "sTag": 99,
+          "nasPortId": "BBSM00000101",
+          "technologyProfileId": 64,
+          "upstreamBandwidthProfile": "High-Speed-Internet",
+          "downstreamBandwidthProfile": "User1-Specific"
+        },
+        {
+          "id": "BBSM00000102",
+          "cTag": 112,
+          "sTag": 99,
+          "nasPortId": "BBSM00000102",
+          "technologyProfileId": 64,
+          "upstreamBandwidthProfile": "High-Speed-Internet",
+          "downstreamBandwidthProfile": "User1-Specific"
+        },
+        {
           "id": "BBSIM_OLT_0",
           "hardwareIdentifier": "00:1b:22:00:b1:78",
           "ipAddress": "192.168.1.252",
@@ -38,27 +65,25 @@
       "entries": [
         {
           "id": "High-Speed-Internet",
-          "cir": 200000000,
-          "cbs": 348000,
-          "eir": 10000000,
-          "ebs": 348000,
-          "air": 10000000
-        },
-        {
+          "cir": 600,
+          "cbs": 2000,
+          "eir": 5000,
+          "ebs": 2000,
+          "air": 100000
+        }, {
           "id": "User1-Specific",
-          "cir": 300000000,
-          "cbs": 348000,
-          "eir": 20000000,
-          "ebs": 348000,
-          "air": 30000000
-        },
-        {
+          "cir": 600,
+          "cbs": 3000,
+          "eir": 3000,
+          "ebs": 4000,
+          "air": 100000
+        }, {
           "id": "Default",
-          "cir": 300000000,
-          "cbs": 348000,
-          "eir": 20000000,
-          "ebs": 348000,
-          "air": 30000000
+          "cir": 600,
+          "cbs": 30,
+          "eir": 400,
+          "ebs": 30,
+          "air": 100000
         }
       ]
     }