Commit Graph

22 Commits

Author SHA1 Message Date
Harald Welte 8cc336affa add README.md 2017-03-17 22:11:11 +01:00
Harald Welte abbd1568df 44.060: fix some typos in the hand-written master.src 2011-12-04 19:12:22 +01:00
Harald Welte 3210f15c95 GPRS: add makefile, ed_user.h and localconfig.tcl for encodix 2011-12-04 18:10:10 +01:00
Harald Welte 9fbd500ebf 44.060: Avoid IE naming clash in CSN.1 spec 2011-12-04 18:05:45 +01:00
Harald Welte 8b643c3994 44.060: add 'master' parser file, putting msgs and IES together 2011-12-04 18:04:31 +01:00
Harald Welte 4d25eb6bfe 44.060: re-add 11.2.28a (after adding missing '-') 2011-12-04 15:46:21 +01:00
Harald Welte 959807d009 44.060: mark all sub-structures as 'slave' to avoid naming conflicts 2011-12-04 15:02:57 +01:00
Harald Welte 4441624ac5 44.060: remove / deactivate IEs and MSGs that don't validate/compile 2011-12-04 15:02:26 +01:00
Harald Welte 56dc77c761 44.060: some more syntax fixes 2011-12-04 13:11:40 +01:00
Harald Welte 34122de17f 44.060: Fix loads of more csn.1 syntax errors 2011-12-04 11:49:31 +01:00
Harald Welte 475016f5b9 44.060 IEs: add missing IEs and properly (re)name some wrongly named ones 2011-12-04 11:44:47 +01:00
Harald Welte 04db188e57 3gpp.src: define a 'reserved' type 2011-12-04 11:44:24 +01:00
Harald Welte bba88236a1 add CSN.1 specs with slight enhancements for use with Encodix 2011-12-03 23:00:29 +01:00
Harald Welte 185ff212a9 gprs: add missing IE from Chapter 12.11 2011-12-03 22:56:51 +01:00
Harald Welte d3daf56d70 add the raw csn.1 source code copy+pasted from 44.060 v 10.6.0
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-12-03 19:54:28 +01:00
Harald Welte 49b12363b9 add 'enum ID' options to IE and PDU definition
We don't actually have a way how to define enum's yet, but this will
be next.
2011-02-19 14:55:49 +09:00
Harald Welte 334493f3b2 Enhance grammar with AST rewrite rules
It now generates a pretty meaningful AST representation of the
input data.
2011-02-19 13:29:34 +01:00
Harald Welte 832889c5e7 add some descriptive comments to the grammar definition 2011-01-11 00:11:43 +01:00
Harald Welte 5c8b371145 annotate which field of a PDU references which IE definition 2011-01-11 00:00:37 +01:00
Harald Welte 16e523d2d0 add IE definitions for most MM/CC IEs 2011-01-10 23:38:58 +01:00
Harald Welte 181a12a419 add GSM Call Control PDU definitions, introduce {up,down}link_only attributes 2011-01-10 20:05:37 +01:00
Harald Welte 65d626cb85 initial checkin of an experiment to formalize GSM PDU / IE description
the idea is to generate code from this...
2011-01-10 18:58:00 +01:00