You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@ List of all incoming flows on the device.
332
332
| 7 | 9991108 | Expected Rx Bitrate | Number (Mbps) | Expected received bitrate of the flow (from FLE).
333
333
| 8 | 9991109 | Expected Rx Bitrate Status | Normal/Low/High | Status of 'Rx Bitrate' compared to 'Expected Rx Bitrate'.
334
334
| 9 | 9991110 | Label | String | Custom label.
335
-
| 10 | 9991111 | FK Outgoing | String | Foreign key to [FLE Outgoing Flows Table](#fle-outgoing-flows-table). Only use this in case of 1-N mapping between incoming and outgoing, otherwise keep empty.
335
+
| 10 | 9991111 | FK Outgoing | String | Foreign key to [FLE Outgoing Flows Table](#fle-outgoing-flows-table). Only use this in case of N-1 mapping between incoming and outgoing, otherwise keep empty.
336
336
| 11 | 9991112 | Linked Flow | String (GUID) | GUID of the provisioned flow. Empty for 'Local System' flows. Foreign key to [FLE Provisioned Flows Table](#fle-provisioned-flows-table).
337
337
| 12 | 9991113 | Flow Owner | Local System/Flow Engineering | Local System: Flows that exist on the device, but not provisioned by FLE.<br>Flow Engineering: Flows that are provisioned by FLE.
338
338
| 13 | 9991114 | Present | No/Yes | Indicates if the flow is present on the system or not.
@@ -354,7 +354,7 @@ List of all outgoing flows on the device.
354
354
| 7 | 9991208 | Expected Tx Bitrate | Number (Mbps) | Expected transmitted bitrate of the flow (from FLE).
355
355
| 8 | 9991209 | Expected Tx Bitrate Status | Normal/Low/High | Status of 'Tx Bitrate' compared to 'Expected Tx Bitrate'.
356
356
| 9 | 9991210 | Label | String | Custom label.
357
-
| 10 | 9991211 | FK Outgoing | String | Foreign key to [FLE Incoming Flows Table](#fle-incoming-flows-table). Only use this in case of N-1 mapping between incoming and outgoing, otherwise keep empty.
357
+
| 10 | 9991211 | FK Incomming | String | Foreign key to [FLE Incoming Flows Table](#fle-incoming-flows-table). Only use this in case of 1-N mapping between incoming and outgoing, otherwise keep empty.
358
358
| 11 | 9991212 | Linked Flow | String (GUID) | GUID of the provisioned flow. Empty for 'Local System' flows. Foreign key to [FLE Provisioned Flows Table](#fle-provisioned-flows-table).
359
359
| 12 | 9991213 | Flow Owner | Local System/Flow Engineering | Local System: Flows that exist on the device, but not provisioned by FLE.<br>Flow Engineering: Flows that are provisioned by FLE.
360
360
| 13 | 9991214 | Present | No/Yes | Indicates if the flow is present on the system or not.
0 commit comments