aboutsummaryrefslogtreecommitdiffstats
path: root/tests/msgfile
AgeCommit message (Collapse)AuthorFilesLines
2011-05-07msgfile: use namespace prefix osmo_* and use more descriptive names0.3.0Pablo Neira Ayuso1-4/+4
Summary of changes: s/msg_entry/osmo_config_entry/g s/msg_entries/osmo_config_list/g s/msg_entry_parse/osmo_config_list_parse/g minor glitch included in this patch while I was at it: -#include "linuxlist.h" +#include <osmocom/core/linuxlist.h>
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-1/+1
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>
2010-10-26msgfile: Allow to have comments in the simple CSV file0.1.26Holger Hans Peter Freyther1-0/+1
2010-10-08msgfile: Add a file parser for a simple file formatHolger Hans Peter Freyther3-0/+56
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...