blob: f26b699b85cbfe74b4c2556eead6451dc8cb5e1c [file] [log] [blame]
Harald Welteec8b4502010-02-20 20:34:29 +01001Makefile
Harald Welte26cbdcf2010-02-20 21:07:42 +01002Makefile.in
Harald Welteec8b4502010-02-20 20:34:29 +01003.deps
Diego Elio Pettenòea0e1ec2012-06-29 13:01:18 -07004.dirstamp
Harald Welteec8b4502010-02-20 20:34:29 +01005.libs
6*.o
7*.lo
8*.la
Harald Welteec8b4502010-02-20 20:34:29 +01009*.pc
Vadim Yanitskiyc0c84322017-01-04 16:13:04 +070010*.pyc
Harald Welteec8b4502010-02-20 20:34:29 +010011aclocal.m4
Harald Welte27dc1b12011-10-10 09:20:19 +020012acinclude.m4
13aminclude.am
Sylvain Munaut100224d2010-04-28 10:10:47 +020014m4/*.m4
Vadim Yanitskiy2c3066e2017-04-30 19:41:56 +070015!m4/ax_*.m4
Harald Welteec8b4502010-02-20 20:34:29 +010016autom4te.cache
Arran Cudbard-Bellec012d02016-05-18 16:02:53 -040017config.cache
Harald Welteec8b4502010-02-20 20:34:29 +010018config.h*
19config.sub
20config.log
21config.status
22config.guess
23configure
Holger Hans Peter Freyther317de522013-10-17 14:50:15 +020024compile
Harald Welteec8b4502010-02-20 20:34:29 +010025depcomp
26missing
27ltmain.sh
28install-sh
29stamp-h1
30libtool
Harald Welte01dfad82011-08-17 19:35:25 +020031libosmocore-*.tar.*
Harald Welte4cd3d8a2010-03-23 00:30:19 +080032
Neels Hofmeyr6797b3a2016-06-28 16:17:12 +020033# libtool for different platforms like arm-poky-linux-gnueabi-libtool
34*-libtool
35
Harald Welte924b0402011-08-20 17:34:11 +020036Doxyfile.core
Harald Welte49e10562011-08-17 19:21:07 +020037Doxyfile.gsm
38Doxyfile.vty
39Doxyfile.codec
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070040Doxyfile.coding
Neels Hofmeyr249fb712017-06-20 02:52:38 +020041Doxyfile.gb
Harald Welte49e10562011-08-17 19:21:07 +020042
Maxdb753312012-09-11 17:08:13 +020043debian/autoreconf.after
44debian/autoreconf.before
45debian/files
46debian/libosmocore-dev/
47debian/libosmocore*.log
48debian/tmp/
49debian/libosmocore*.substvars
50debian/libosmocore/
51debian/libosmocore.post*.debhelper
52
Harald Welte4cd3d8a2010-03-23 00:30:19 +080053.tarball-version
54.version
Sylvain Munaut100224d2010-04-28 10:10:47 +020055
Holger Hans Peter Freytherf9eda742011-11-13 01:02:54 +010056#gnu autotest
57tests/package.m4
58tests/atconfig
59tests/atlocal
60tests/osmo-test
61tests/package.m4
62tests/testsuite
63tests/testsuite.dir/
64tests/testsuite.log
Maxf74cfd32017-03-24 20:16:33 +010065tests/abis/abis_test
Max70c7d412017-02-24 13:59:14 +010066tests/ctrl/ctrl_test
Maxece46d22014-06-04 19:07:41 +020067tests/utils/utils_test
Jacob Erlbeck9732cb42015-10-01 20:43:53 +020068tests/stats/stats_test
Sylvain Munaut579a7102014-06-16 14:59:30 +020069tests/kasumi/kasumi_test
Max4f169502016-06-30 10:39:00 +020070tests/gea/gea_test
Sylvain Munaut100224d2010-04-28 10:10:47 +020071tests/sms/sms_test
72tests/timer/timer_test
Sylvain Munaut394635b2010-10-08 15:09:41 +020073tests/msgfile/msgfile_test
74tests/ussd/ussd_test
Holger Hans Peter Freyther2b5ff992010-12-29 21:13:44 +010075tests/smscb/smscb_test
Alexander Huemerdef0afe2011-09-05 00:30:17 +020076tests/bits/bitrev_test
Sylvain Munaute7e28ed2011-11-25 07:45:49 +010077tests/a5/a5_test
Max4f0abc02013-12-02 11:30:32 +010078tests/comp128/comp128_test
Holger Hans Peter Freyther72bd4eb2011-12-11 20:25:12 +010079tests/auth/milenage_test
Vadim Yanitskiy3262f822016-09-23 01:48:59 +070080tests/coding/coding_test
Sylvain Munaute7e28ed2011-11-25 07:45:49 +010081tests/conv/conv_test
Holger Hans Peter Freyther72bd4eb2011-12-11 20:25:12 +010082tests/lapd/lapd_test
Holger Hans Peter Freyther97510812012-01-22 13:36:52 +010083tests/gsm0808/gsm0808_test
Holger Hans Peter Freythereacba182012-09-11 12:27:47 +020084tests/gb/bssgp_fc_test
Holger Hans Peter Freyther317de522013-10-17 14:50:15 +020085tests/gb/gprs_ns_test
Holger Hans Peter Freythereacba182012-09-11 12:27:47 +020086tests/gsm0408/gsm0408_test
Holger Hans Peter Freyther4b54cab2012-09-27 14:18:37 +020087tests/logging/logging_test
Holger Hans Peter Freyther97602d92012-11-11 14:21:26 +010088tests/fr/fr_test
Katerina Barone-Adesi3309a432013-02-21 05:16:29 +000089tests/loggingrb/loggingrb_test
90tests/ringbuf/ringbuf_test
91tests/strrb/strrb_test
Jacob Erlbeckae15a2c2013-08-06 14:29:14 +020092tests/vty/vty_test
Max92db1502016-05-25 18:13:51 +020093tests/codec/codec_test
Holger Hans Peter Freyther42645d72014-10-25 12:20:24 +020094tests/gb/gprs_bssgp_test
Holger Hans Peter Freyther78ffdb82015-01-18 19:06:01 +010095tests/smscb/gsm0341_test
Max61816042016-01-22 16:46:55 +010096tests/bitvec/bitvec_test
Max5c18e262016-02-05 13:55:38 +010097tests/bits/bitcomp_test
Max61816042016-01-22 16:46:55 +010098tests/gprs/gprs_test
99tests/msgb/msgb_test
Harald Welte676e5342016-03-14 21:04:50 +0100100tests/sim/sim_test
Neels Hofmeyr6cf8eba2016-06-06 18:17:20 +0200101tests/gsup/gsup_test
102tests/tlv/tlv_test
Neels Hofmeyrae3b7802016-07-06 15:35:19 +0200103tests/fsm/fsm_test
Holger Hans Peter Freytherc7f52c42016-11-12 21:25:21 +0100104tests/write_queue/wqueue_test
Vadim Yanitskiyb1edd162017-01-04 16:09:19 +0700105tests/oap/oap_test
Harald Welte4ffb43f2017-01-27 10:29:49 +0100106tests/socket/socket_test
Harald Welte01dfad82011-08-17 19:35:25 +0200107
108utils/osmo-arfcn
Holger Hans Peter Freyther72bd4eb2011-12-11 20:25:12 +0100109utils/osmo-auc-gen
Kevin Redon59857602012-09-11 11:47:04 +0200110utils/osmo-sim-test
Harald Welte01dfad82011-08-17 19:35:25 +0200111
112doc/codec
Vadim Yanitskiy3262f822016-09-23 01:48:59 +0700113doc/coding
Harald Welte01dfad82011-08-17 19:35:25 +0200114doc/core
Holger Hans Peter Freyther8297c812011-11-18 23:14:24 +0100115doc/vty/latex
116doc/vty/html
Holger Hans Peter Freyther78ffdb82015-01-18 19:06:01 +0100117doc/vty/doxygen_sqlite3.db
Harald Welte01dfad82011-08-17 19:35:25 +0200118doc/gsm
Neels Hofmeyr249fb712017-06-20 02:52:38 +0200119doc/gb
Harald Welte01dfad82011-08-17 19:35:25 +0200120doc/html.tar
Harald Welte7530d822016-04-25 19:09:24 +0200121doc/*.tag
Harald Welte7f24c152017-05-15 21:37:04 +0200122tags
Harald Welte27dc1b12011-10-10 09:20:19 +0200123
124src/crc*gen.c
Vadim Yanitskiyd2d97602016-09-07 22:18:10 +0700125src/gsm/gsm0503_conv.c
Harald Welte7f24c152017-05-15 21:37:04 +0200126src/gsm/*_gen.c
Harald Welte27dc1b12011-10-10 09:20:19 +0200127include/osmocom/core/crc*gen.h
Max53777012014-06-04 19:07:41 +0200128include/osmocom/core/bit*gen.h
Vadim Yanitskiy77a5b092017-01-13 16:03:40 +0700129include/osmocom/gsm/gsm0503.h
Vadim Yanitskiy33e03062017-01-19 17:01:15 +0700130tests/conv/gsm0503_test_vectors.c
Holger Hans Peter Freyther36a9cdf2011-11-12 11:12:16 +0100131
132# vi files
133*.sw?