summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-12MAPv1: Add header to each .asn file indicating its genesisHEADmasterHarald Welte7-7/+102
2011-04-12Add MAPv1 from TS 09.02 3.10.0 converted to work with modern ASN.1Harald Welte11-0/+2374
The conversions that have been made include * port from OPERATION MACRO to OPERATION Class * port from old TCAP to modern-day TCAP * various spelling fixes This ASN.1 source can successfully validate using the Erlang/OTP asn1ct
2011-04-11fix typo (missing =)Harald Welte1-1/+1
2011-04-11Version 3.10.0: Syntactic fixes to ensure it can be parsedHarald Welte1-75/+73
2011-04-11remove --<B-- and --B>-- markers from asn1 sourceHarald Welte13-435/+439
this marker is somehow related to an ancient ETSI / Siemens ASN.1 tool
2011-03-27fix a bug in END detectionHarald Welte39-356/+515
2011-03-27add support to save individual .asn1 modules (+ output from 4.2.0/4.3.0)Harald Welte43-0/+7307
2011-03-27disable debugging by default, allow specification of outfileHarald Welte1-24/+46
(-d and -o foo.asn1)
2011-03-27import extracted ASN.1 definition from TS 09.02 4.2.0Harald Welte1-237/+499
2011-03-27Fix bug ignoring last entry in each format table blockHarald Welte4-248/+4247
2011-03-27add support for markers in TS 09.02 revision >= 4.0.0Harald Welte1-13/+159
This mode for hidden text .$ / .# markers can be activated using -4
2011-03-26add an output directory containing the recovered asn1 sourceHarald Welte3-0/+5693
2011-03-26apply filtering for control charactersHarald Welte1-9/+30
2011-03-26fix Makefile 'make clean'Harald Welte1-1/+1
2011-03-26Check for filename as cmdline argumentHarald Welte1-0/+11
2011-03-26check for the MAGIC bytes at the beginning of the fileHarald Welte1-0/+10
2011-03-26Initial check-in of ETSI MAP specification ASN.1 extractorHarald Welte6-0/+230
This program can extract the raw ASN.1 source from the MS Word for DOS file of the MAP ASN.1 spec, such as 380-6.DOC which is part of http://ftp.3gpp.org/specs/archive/09_series/09.02/0902-380.zip