Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix s1ap code generation (2nd pull reuqest) #234

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ EXTRA_DIST = \
sample.source.MHEG5 \
sample.source.PKIX1 \
sample.source.RRC \
sample.source.S1AP \
sample.source.TAP3 \
sample.source.ULP \
sample.makefile.regen
Expand Down
3 changes: 3 additions & 0 deletions examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ This directory contains a few examples.
Before trying to compile, read the README file in that directory.
WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.

11. The ./sample.source.S1AP directory contain the 3GPP S1AP decoder for
S1AP version 14.4.0. Read the README file in that directory.

The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).
Expand Down
Loading