Changes
Page history
really handle md links correctly
authored
Oct 13, 2017
by
mitshell
Show whitespace changes
Inline
Side-by-side
Compiling-asn1-specifications.md
View page @
9761e040
...
@@ -177,7 +177,7 @@ Here is an example with the X2AP protocol ASN.1 definition:
...
@@ -177,7 +177,7 @@ Here is an example with the X2AP protocol ASN.1 definition:
-rw-rw-r-- 1 user user 1452734 Oct 10 14:07 x2ap.py
-rw-rw-r-- 1 user user 1452734 Oct 10 14:07 x2ap.py
From here, the
*x2ap.py*
and
*x2ap.json*
can be used as explained in the wiki part
From here, the
*x2ap.py*
and
*x2ap.json*
can be used as explained in the wiki part
on the
[
ASN.1 runtime
](
./Using-the-pycrate-asn1-runtime
.md
)
:
on the
[
ASN.1 runtime
](
./Using-the-pycrate-asn1-runtime
)
:
>>> import x2ap
>>> import x2ap
>>> # do whatever encodings / decodings you want with this generated module
>>> # do whatever encodings / decodings you want with this generated module
...
...
...
...