Commit 81ac2151 authored by Bi-Ruei, Chiu's avatar Bi-Ruei, Chiu

Add LTE-RRC example

parent 0eca8c32
......@@ -55,6 +55,8 @@ doc/docsrc/*.xdv
/examples/*/*.h
/examples/*/*dump
/examples/*/.tmp.*
!/examples/*/Makefile
!/examples/*/config.h
# /libasn1compiler/
/libasn1compiler/check_compiler
......
......@@ -33,6 +33,7 @@ EXTRA_DIST = \
sample.source.RRC \
sample.source.TAP3 \
sample.source.PKIX1 \
sample.source.LTE-RRC \
sample.makefile.regen
CLEANFILES = $(ASN1_FILES_1) $(ASN1_FILES_2) $(ASN1_FILES_3)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
extern int opt_debug;
#define ASN_DEBUG(fmt, args...) do { \
if(opt_debug < 2) break; \
fprintf(stderr, fmt, ##args); \
fprintf(stderr, " (%s:%d)\n", \
__FILE__, __LINE__); \
} while(0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment