Add the interoperability harness and the smscsim experiment, which confirms the one-bad-PDU link drop

This commit is contained in:
2026-09-05 18:40:56 +02:00
parent 7d855cfa5d
commit 1723a0381c
7 changed files with 641 additions and 2 deletions
+1 -1
View File
@@ -24,5 +24,5 @@
"types": ["node"],
"verbatimModuleSyntax": true
},
"include": ["eslint.config.ts", "src", "test"]
"include": ["eslint.config.ts", "interop-tests", "src", "test"]
}