update README

This commit is contained in:
Sukchan Lee 2018-03-12 20:58:31 +09:00
parent 74834c0eb4
commit 49fba95ebb
1 changed files with 2 additions and 7 deletions

View File

@ -6,7 +6,7 @@ user@host ~/Documents/git/nextepc/lib/s1ap/support/r14.4.0$ \
Use brchiu git's fork for asn1c
===========================================
user@host ~/Documents/git$ \
git clone https://github.com/brchiu/asn1c.git asn1c.brchiu
git clone https://github.com/velichkov/asn1c.git asn1c.velichkov
user@host ~/Documents/git$ \
git checkout s1ap
user@host Documents/git/asn1c$ \
@ -15,11 +15,9 @@ user@host Documents/git/asn1c$ \
ASN.1 encoder/decoder
===========================================
user@host ~/Documents/git/nextepc/lib/s1ap/asn1c$ \
ASN1C_PREFIX=S1AP_ ../../../../asn1c.brchiu/asn1c/asn1c -pdu=all \
ASN1C_PREFIX=S1AP_ ../../../../asn1c.velichkov/asn1c/asn1c -pdu=all \
-fcompound-names -findirect-choice -fno-include-deps \
../support/r14.4.0/36413-e40.asn
ASN1C_PREFIX=S1AP_ ../../../../asn1c.brchiu/asn1c/asn1c -pdu=all \
-fcompound-names -fno-include-deps ../support/r14.4.0/36413-e40.asn
Update Files
===========================================
@ -29,9 +27,6 @@ user@host ~/Documents/git/nextepc/lib/s1ap/s1ap/asn1c$ \
user@host ~/Documents/git/nextepc/lib/s1ap/asn1c$ \
git diff asn_internal.h
user@host ~/Documents/git/nextepc/lib/s1ap/asn1c$ \
git diff constr_SET_OF.c
Remove unnecessary files
===========================================
user@host ~/Documents/git/nextepc/lib/s1ap/s1ap/asn1c$ \