msgfile: Add a file parser for a simple file format
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 6 Oct 2010 16:00:15 +0000 (00:00 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 8 Oct 2010 11:23:18 +0000 (19:23 +0800)
commitc87f26652258ea7133efe57d1e8c8fc2f21c0efd
tree3fa26598e44cb2ac084ede967ec9c8c7ee8bfe2e
parent55aea5099c1780700e5acebda712e47b575853e5
msgfile: Add a file parser for a simple file format

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...
configure.in
include/osmocore/Makefile.am
include/osmocore/msgfile.h [new file with mode: 0644]
src/Makefile.am
src/msgfile.c [new file with mode: 0644]
tests/Makefile.am
tests/msgfile/Makefile.am [new file with mode: 0644]
tests/msgfile/msgconfig.cfg [new file with mode: 0644]
tests/msgfile/msgfile_test.c [new file with mode: 0644]