Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Nov 23, 2023
1 parent 467a891 commit 5a446fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Blurf.asn1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Blurf DEFINITIONS AUTOMATIC TAGS ::=
BEGIN

Seq ::= SEQUENCE {
a INTEGER,
b Seq2 OPTIONAL,
c BOOLEAN
}

Seq2 ::= SEQUENCE {
x OCTET STRING
}

END
7 changes: 7 additions & 0 deletions Blurf.asn1config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
%% -*- erlang -*-
{exclusive_decode,
{'Blurf',
[
{blurf,
['Seq',[{b,undecoded}]]}
]}}.

0 comments on commit 5a446fa

Please sign in to comment.