2021-11-18 12:10:36 +01:00
|
|
|
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
|
2022-04-05 17:32:37 +02:00
|
|
|
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
|
2021-11-18 12:10:36 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-01-10 17:52:36 +01:00
|
|
|
---
|
2021-11-18 12:10:36 +01:00
|
|
|
allOf:
|
|
|
|
- type: object
|
|
|
|
properties:
|
|
|
|
format:
|
2021-12-02 04:14:44 -05:00
|
|
|
$ref: ../format_spec.yaml
|
|
|
|
|
2022-04-05 17:32:37 +02:00
|
|
|
rtcp:
|
|
|
|
type: boolean
|
|
|
|
description: Enable Real-time Control Protocol (RTCP)
|
|
|
|
|
|
|
|
aimd:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
a:
|
|
|
|
type: number
|
|
|
|
default: 10
|
|
|
|
b:
|
|
|
|
type: number
|
|
|
|
default: 0.5
|
|
|
|
Kp:
|
|
|
|
type: number
|
|
|
|
default: 1.0
|
|
|
|
Ki:
|
|
|
|
type: number
|
|
|
|
default: 0.0
|
|
|
|
Kd:
|
|
|
|
type: number
|
|
|
|
default: 0.0
|
|
|
|
rate_min:
|
|
|
|
type: number
|
|
|
|
default: 1
|
|
|
|
rate_source:
|
|
|
|
type: number
|
|
|
|
default: 2000
|
|
|
|
rate_init:
|
|
|
|
type: number
|
|
|
|
log:
|
|
|
|
type: string
|
|
|
|
hook_type:
|
|
|
|
type: string
|
|
|
|
default: disabled
|
|
|
|
enum:
|
|
|
|
- decimate
|
|
|
|
- limit_rate
|
|
|
|
- disabled
|
|
|
|
|
2022-04-05 12:41:19 +02:00
|
|
|
out:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
netem:
|
|
|
|
$ref: ../netem.yaml
|
|
|
|
|
2022-04-07 08:52:19 +02:00
|
|
|
- $ref: ../node_signals.yaml
|
2021-12-06 09:25:55 +01:00
|
|
|
- $ref: ../node.yaml
|