summaryrefslogtreecommitdiffstats
path: root/src/msgfile.c
Commit message (Collapse)AuthorAgeFilesLines
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-2/+2
| | | | | | | | | | | | This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
* msgfile: Allow to have comments in the simple CSV fileHolger Hans Peter Freyther2010-10-261-0/+4
|
* msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther2010-10-081-0/+118
This file format will be used to store per country code, per network code messages. This will be used for various things ranging from access control, to messages...