aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-17add README.mdHEADmasterHarald Welte1-0/+6
2011-12-0444.060: fix some typos in the hand-written master.srcHarald Welte1-9/+9
2011-12-04GPRS: add makefile, ed_user.h and localconfig.tcl for encodixHarald Welte3-0/+20
2011-12-0444.060: Avoid IE naming clash in CSN.1 specHarald Welte1-1/+1
2011-12-0444.060: add 'master' parser file, putting msgs and IES togetherHarald Welte1-0/+260
2011-12-0444.060: re-add 11.2.28a (after adding missing '-')Harald Welte1-0/+18
2011-12-0444.060: mark all sub-structures as 'slave' to avoid naming conflictsHarald Welte1-174/+174
2011-12-0444.060: remove / deactivate IEs and MSGs that don't validate/compileHarald Welte3-940/+1557
2011-12-0444.060: some more syntax fixesHarald Welte1-4/+4
2011-12-0444.060: Fix loads of more csn.1 syntax errorsHarald Welte1-48/+75
2011-12-0444.060 IEs: add missing IEs and properly (re)name some wrongly named onesHarald Welte1-3/+29
2011-12-043gpp.src: define a 'reserved' typeHarald Welte1-0/+1
2011-12-03add CSN.1 specs with slight enhancements for use with EncodixHarald Welte5-0/+5410
2011-12-03gprs: add missing IE from Chapter 12.11Harald Welte1-0/+5
2011-12-03add the raw csn.1 source code copy+pasted from 44.060 v 10.6.0Harald Welte1-0/+5554
this is not really related to the osmo-codegen ANTRL3 grammar, but still a formal description of one of the protocols in GSM/GRPS systems.
2011-02-19add 'enum ID' options to IE and PDU definitionHarald Welte1-4/+13
We don't actually have a way how to define enum's yet, but this will be next.
2011-02-19Enhance grammar with AST rewrite rulesHarald Welte1-14/+48
It now generates a pretty meaningful AST representation of the input data.
2011-01-11add some descriptive comments to the grammar definitionHarald Welte1-17/+29
2011-01-11annotate which field of a PDU references which IE definitionHarald Welte6-77/+73
2011-01-10add IE definitions for most MM/CC IEsHarald Welte4-17/+294
2011-01-10add GSM Call Control PDU definitions, introduce {up,down}link_only attributesHarald Welte2-1/+369
2011-01-10initial checkin of an experiment to formalize GSM PDU / IE descriptionHarald Welte2-0/+304
the idea is to generate code from this...