aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-01-06 21:47:18 +0000
committerHarald Welte <laforge@gnumonks.org>2009-01-06 21:47:18 +0000
commitb68899d3e3f581cfa0b8d943cc90fddfe1596412 (patch)
tree967a4f1db42e5d960e78e9492337da21e4014a53 /include/openbsc/Makefile.am
parent69b2af293e90caf3462d6081e0b7252f4c0860ef (diff)
Start creating a paging layer...
You can request to open a channel to a MS and the paging layer will call you once the channel is allocated. Internally the CCCH Load Indication will be handled and retry to page a terminal.
Diffstat (limited to 'include/openbsc/Makefile.am')
-rw-r--r--include/openbsc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/Makefile.am b/include/openbsc/Makefile.am
index f1f163b2a..d3be438a4 100644
--- a/include/openbsc/Makefile.am
+++ b/include/openbsc/Makefile.am
@@ -1,3 +1,3 @@
noinst_HEADERS = abis_nm.h abis_rsl.h debug.h db.h gsm_04_08.h gsm_data.h \
gsm_subscriber.h linuxlist.h msgb.h select.h tlv.h gsm_04_11.h \
- timer.h misdn.h chan_alloc.h telnet_interface.h
+ timer.h misdn.h chan_alloc.h telnet_interface.h paging.h