open5gs/lib/s1ap/support
Sukchan Lee b93867f9cd move directory 2017-02-28 10:15:13 +09:00
..
36413-a90.asn move directory 2017-02-28 10:15:13 +09:00
36413-a90.txt move directory 2017-02-28 10:15:13 +09:00
README move directory 2017-02-28 10:15:13 +09:00
S1AP-PDU.asn move directory 2017-02-28 10:15:13 +09:00
asn1prefix.py move directory 2017-02-28 10:15:13 +09:00
asn1tostruct.py move directory 2017-02-28 10:15:13 +09:00

README

* Modify 36413-a90.txt to 36413-a90.asn
user@host ~/Documents/git/cellwire/lib/message/support$ \
    diff 36413-a90.txt 36413-a90.asn

* Add prefix S1AP to S1AP-PDU specification
user@host ~/Documents/git/cellwire/lib/message/support$ \
    python asn1prefix.py -i 36413-a90.asn -o S1AP-PDU.asn

* EUROCOM S1AP-IEs support files
user@host ~/Documents/git/cellwire/lib/message/support$ \
    python asn1tostruct.py -f S1AP-PDU.asn -o ../s1ap

* Use AuthenticEshkinKot's fork for asn1c
user@host ~/Documents/git$ \
    git clone https://github.com/acetcom/asn1c.git
user@host Documents/git/asn1c$ \
    autoreconf -iv;./configure;make

* ASN.1 encoder/decoder
user@host ~/Documents/git/cellwire/lib/message/s1ap/asn1c$ \
    ../../../../../asn1c/asn1c/asn1c \
    -fcompound-names -fincludes-quoted -gen-PER ../../support/S1AP-PDU.asn

* Update Makefile.am using Makefile.am.sample
user@host ~/Documents/git/cellwire/lib/message/s1ap/asn1c$ \
    vi Makefile.am 

* Delete Makefile.am.sample and converter-sample.c
user@host ~/Documents/git/cellwire/lib/message/s1ap/asn1c$ \
    rm -f Makefile.am.sample and converter-sample.c

* Update asn_internal.h
user@host ~/Documents/git/cellwire/lib/message/s1ap/asn1c$ \
    git diff asn_internal.h