Skip to content

Commit 6bca6c7

Browse files
committed
Merge remote-tracking branch 'upstream/pr/234' into vlm_master
This commit addresses compatibility of PR #234 with #226 (addition of APER support)
2 parents 6ce6bd5 + cea02d7 commit 6bca6c7

File tree

60 files changed

+1116
-4002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+1116
-4002
lines changed

examples/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ EXTRA_DIST = \
3535
sample.source.MHEG5 \
3636
sample.source.PKIX1 \
3737
sample.source.RRC \
38+
sample.source.S1AP \
3839
sample.source.TAP3 \
3940
sample.source.ULP \
4041
sample.makefile.regen

examples/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ This directory contains a few examples.
3636
Before trying to compile, read the README file in that directory.
3737
WARNING WARNING WARNING: WORK IN PROGRESS. Not supposed to work yet.
3838

39+
11. The ./sample.source.S1AP directory contain the 3GPP S1AP decoder for
40+
S1AP version 14.4.0. Read the README file in that directory.
41+
3942
The crfc2asn1.pl script can be used to extract ASN.1 data from RFC texts.
4043
For instance, it is used to extract X.509, MEGACO, and LDAPv3 ASN.1 modules
4144
from the corresponding RFC texts (rfc3280.txt, rfc3525.txt, rfc4211.txt).

0 commit comments

Comments
 (0)