Implement demo of DER comms

This commit is contained in:
2025-02-25 22:01:38 +00:00
parent f5cb3b7166
commit 727c0aedd6
8 changed files with 119 additions and 41 deletions

View File

@@ -0,0 +1,11 @@
StudySystemProtocol DEFINITIONS EXPLICIT TAGS ::= BEGIN
Request ::= CHOICE {
foo [0] NULL
}
Response ::= CHOICE {
msg [0] UTF8String
}
END