binapi: remove internal/testbinapi
[govpp.git] / internal / testbinapi / binapi2001 / .vppapi / plugins / sctp.api.json
diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/sctp.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/sctp.api.json
deleted file mode 100644 (file)
index 170ef26..0000000
+++ /dev/null
@@ -1,175 +0,0 @@
-{
-    "types": [],
-    "messages": [
-        [
-            "sctp_add_src_dst_connection",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "u8",
-                "is_ipv6"
-            ],
-            [
-                "u32",
-                "vrf_id"
-            ],
-            [
-                "u8",
-                "src_address",
-                16
-            ],
-            [
-                "u8",
-                "dst_address",
-                16
-            ],
-            {
-                "crc": "0x45c59b2f"
-            }
-        ],
-        [
-            "sctp_add_src_dst_connection_reply",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "i32",
-                "retval"
-            ],
-            {
-                "crc": "0xe8d4e804"
-            }
-        ],
-        [
-            "sctp_del_src_dst_connection",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "u8",
-                "is_ipv6"
-            ],
-            [
-                "u32",
-                "vrf_id"
-            ],
-            [
-                "u8",
-                "src_address",
-                16
-            ],
-            [
-                "u8",
-                "dst_address",
-                16
-            ],
-            {
-                "crc": "0x45c59b2f"
-            }
-        ],
-        [
-            "sctp_del_src_dst_connection_reply",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "i32",
-                "retval"
-            ],
-            {
-                "crc": "0xe8d4e804"
-            }
-        ],
-        [
-            "sctp_config",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "client_index"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "u8",
-                "never_delay_sack"
-            ],
-            [
-                "u8",
-                "never_bundle"
-            ],
-            {
-                "crc": "0x7617eced"
-            }
-        ],
-        [
-            "sctp_config_reply",
-            [
-                "u16",
-                "_vl_msg_id"
-            ],
-            [
-                "u32",
-                "context"
-            ],
-            [
-                "i32",
-                "retval"
-            ],
-            {
-                "crc": "0xe8d4e804"
-            }
-        ]
-    ],
-    "unions": [],
-    "enums": [],
-    "services": {
-        "sctp_add_src_dst_connection": {
-            "reply": "sctp_add_src_dst_connection_reply"
-        },
-        "sctp_del_src_dst_connection": {
-            "reply": "sctp_del_src_dst_connection_reply"
-        },
-        "sctp_config": {
-            "reply": "sctp_config_reply"
-        }
-    },
-    "options": {
-        "version": "1.0.0"
-    },
-    "aliases": {},
-    "vl_api_version": "0x35f411c4"
-}