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...
diff --git a/include/osmocore/Makefile.am b/include/osmocore/Makefile.am
index 74102bd..2efaa96 100644
--- a/include/osmocore/Makefile.am
+++ b/include/osmocore/Makefile.am
@@ -2,7 +2,7 @@
 		   tlv.h bitvec.h comp128.h statistics.h gsm_utils.h utils.h \
 		   gsmtap.h write_queue.h rsl.h gsm48.h rxlev_stat.h mncc.h \
 		   gsm48_ie.h logging.h gsm0808.h rate_ctr.h gsmtap_util.h \
-		   plugin.h crc16.h panic.h process.h gsm0480.h
+		   plugin.h crc16.h panic.h process.h gsm0480.h msgfile.h
 
 if ENABLE_TALLOC
 osmocore_HEADERS += talloc.h