diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-05-24 15:01:53 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-05-24 15:01:53 +0200 |
commit | b5503136fa234690d5493b19a8aee3a4ef74190d (patch) | |
tree | 7b960c1befcdb44bc8169ff499d5be276a0e9e8f /include/osmocom/gsm/Makefile.am | |
parent | 3036612d59a5c8d97b2086a5e7817613f45948ef (diff) |
Import sytem information related definitions + code from openbsc
Diffstat (limited to 'include/osmocom/gsm/Makefile.am')
-rw-r--r-- | include/osmocom/gsm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osmocom/gsm/Makefile.am b/include/osmocom/gsm/Makefile.am index c3670ec7..547933ec 100644 --- a/include/osmocom/gsm/Makefile.am +++ b/include/osmocom/gsm/Makefile.am @@ -1,5 +1,6 @@ osmogsm_HEADERS = a5.h comp128.h gsm0808.h gsm48_ie.h mncc.h rxlev_stat.h \ - gsm0480.h gsm48.h gsm_utils.h rsl.h tlv.h abis_nm.h + gsm0480.h gsm48.h gsm_utils.h rsl.h tlv.h abis_nm.h \ + sysinfo.h SUBDIRS = protocol |