diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-06-23 15:04:47 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-06-23 15:04:47 +0200 |
commit | 5e924a31a0b6c73f297a61a1e4cb8b40b6f2946c (patch) | |
tree | f9ca1e02e196e2a7e0b556fa45fbd95bfbbd0904 /include/osmocom/gsm/Makefile.am | |
parent | 9b21e88367eea8cdf200cf06fae99dec06e712a7 (diff) |
introduce GSM primitive definitions
The idea here is to use the osmocom core primitive code ot abstract out
primitives for inter-layer comunication in GSM.
Diffstat (limited to 'include/osmocom/gsm/Makefile.am')
-rw-r--r-- | include/osmocom/gsm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/Makefile.am b/include/osmocom/gsm/Makefile.am index 547933ec..aa7b1a9a 100644 --- a/include/osmocom/gsm/Makefile.am +++ b/include/osmocom/gsm/Makefile.am @@ -1,6 +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 \ - sysinfo.h + sysinfo.h prim.h SUBDIRS = protocol |