aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/sgsn/Makefile.am
blob: a3bc218307bffb2d8f155c99a39a6ab8c28b28ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
noinst_HEADERS = \
	apn.h \
	common.h \
	crc24.h \
	debug.h \
	gprs_bssgp.h \
	gprs_gmm.h \
	gprs_gmm_fsm.h \
	gprs_gmm_attach.h \
	gprs_mm_state_gb_fsm.h \
	gprs_mm_state_iu_fsm.h \
	gprs_ns.h \
	gprs_llc.h \
	gprs_llc_xid.h \
	gprs_ranap.h \
	gprs_sgsn.h \
	gprs_sm.h \
	gprs_sndcp_comp.h \
	gprs_sndcp_dcomp.h \
	gprs_sndcp.h \
	gprs_sndcp_pcomp.h \
	gprs_sndcp_xid.h \
	gprs_subscriber.h \
	gprs_utils.h \
	gtp.h \
	gtphub.h \
	gtp_ggsn.h \
	gtp_mme.h \
	pdpctx.h \
	sgsn.h \
	sgsn_rim.h \
	signal.h \
	slhc.h \
	v42bis.h \
	v42bis_private.h \
	vty.h \
	$(NULL)