|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
.deps
|
|
|
|
.dirstamp
|
|
|
|
.libs
|
|
|
|
*.o
|
|
|
|
*.lo
|
|
|
|
*.la
|
|
|
|
*.pc
|
|
|
|
*.pyc
|
|
|
|
aclocal.m4
|
|
|
|
acinclude.m4
|
|
|
|
aminclude.am
|
|
|
|
m4/*.m4
|
|
|
|
!m4/ax_*.m4
|
|
|
|
autom4te.cache
|
|
|
|
config.cache
|
|
|
|
config.h*
|
|
|
|
config.sub
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
config.guess
|
|
|
|
configure
|
|
|
|
compile
|
|
|
|
depcomp
|
|
|
|
missing
|
|
|
|
ltmain.sh
|
|
|
|
install-sh
|
|
|
|
stamp-h1
|
|
|
|
libtool
|
|
|
|
libosmocore-*.tar.*
|
|
|
|
|
|
|
|
# libtool for different platforms like arm-poky-linux-gnueabi-libtool
|
|
|
|
*-libtool
|
|
|
|
|
|
|
|
Doxyfile.core
|
|
|
|
Doxyfile.gsm
|
|
|
|
Doxyfile.vty
|
|
|
|
Doxyfile.codec
|
|
|
|
Doxyfile.coding
|
|
|
|
|
|
|
|
debian/autoreconf.after
|
|
|
|
debian/autoreconf.before
|
|
|
|
debian/files
|
|
|
|
debian/libosmocore-dev/
|
|
|
|
debian/libosmocore*.log
|
|
|
|
debian/tmp/
|
|
|
|
debian/libosmocore*.substvars
|
|
|
|
debian/libosmocore/
|
|
|
|
debian/libosmocore.post*.debhelper
|
|
|
|
|
|
|
|
.tarball-version
|
|
|
|
.version
|
|
|
|
|
|
|
|
#gnu autotest
|
|
|
|
tests/package.m4
|
|
|
|
tests/atconfig
|
|
|
|
tests/atlocal
|
|
|
|
tests/osmo-test
|
|
|
|
tests/package.m4
|
|
|
|
tests/testsuite
|
|
|
|
tests/testsuite.dir/
|
|
|
|
tests/testsuite.log
|
|
|
|
tests/abis/abis_test
|
|
|
|
tests/ctrl/ctrl_test
|
|
|
|
tests/utils/utils_test
|
|
|
|
tests/stats/stats_test
|
|
|
|
tests/kasumi/kasumi_test
|
|
|
|
tests/gea/gea_test
|
|
|
|
tests/sms/sms_test
|
|
|
|
tests/timer/timer_test
|
|
|
|
tests/msgfile/msgfile_test
|
|
|
|
tests/ussd/ussd_test
|
|
|
|
tests/smscb/smscb_test
|
|
|
|
tests/bits/bitrev_test
|
|
|
|
tests/a5/a5_test
|
|
|
|
tests/comp128/comp128_test
|
|
|
|
tests/auth/milenage_test
|
|
|
|
tests/coding/coding_test
|
|
|
|
tests/conv/conv_test
|
|
|
|
tests/lapd/lapd_test
|
|
|
|
tests/gsm0808/gsm0808_test
|
|
|
|
tests/gb/bssgp_fc_test
|
|
|
|
tests/gb/gprs_ns_test
|
|
|
|
tests/gsm0408/gsm0408_test
|
|
|
|
tests/logging/logging_test
|
|
|
|
tests/fr/fr_test
|
|
|
|
tests/loggingrb/loggingrb_test
|
|
|
|
tests/ringbuf/ringbuf_test
|
|
|
|
tests/strrb/strrb_test
|
|
|
|
tests/vty/vty_test
|
|
|
|
tests/codec/codec_test
|
|
|
|
tests/gb/gprs_bssgp_test
|
|
|
|
tests/smscb/gsm0341_test
|
|
|
|
tests/bitvec/bitvec_test
|
|
|
|
tests/bits/bitcomp_test
|
|
|
|
tests/gprs/gprs_test
|
|
|
|
tests/msgb/msgb_test
|
|
|
|
tests/sim/sim_test
|
|
|
|
tests/gsup/gsup_test
|
|
|
|
tests/tlv/tlv_test
|
|
|
|
tests/fsm/fsm_test
|
|
|
|
tests/write_queue/wqueue_test
|
|
|
|
tests/oap/oap_test
|
|
|
|
tests/socket/socket_test
|
|
|
|
|
|
|
|
utils/osmo-arfcn
|
|
|
|
utils/osmo-auc-gen
|
|
|
|
utils/osmo-sim-test
|
|
|
|
|
|
|
|
doc/codec
|
|
|
|
doc/coding
|
|
|
|
doc/core
|
|
|
|
doc/vty/latex
|
|
|
|
doc/vty/html
|
|
|
|
doc/vty/doxygen_sqlite3.db
|
|
|
|
doc/gsm
|
|
|
|
doc/html.tar
|
|
|
|
doc/*.tag
|
|
|
|
tags
|
|
|
|
|
|
|
|
src/crc*gen.c
|
utils/conv_gen.py: generate a single file
Instead of generating every convolutional code into a separate
file (such as conv_xcch_gen.c, conv_cs3_gen.c), it is better to
have a single file, containing all definitions, because as many
convolutional codes we add, as many entries we will have to add
into 'src/gsm/Makefile.am'. This approach increases readability
of the Makefile.am, and also makes us able to share some data
between some convolutional code definitions.
For example: xCCH, RACH, SCH, TCH/F, both CS2 and CS3 may use
the same *_state[][2] and *_output[][2] arrays within a single
file. This optimization is currently WIP.
Change-Id: Ib4e4ee5fdde38429e68e3b2fa50ec03a18f59daa
7 years ago
|
|
|
src/gsm/gsm0503_conv.c
|
|
|
|
src/gsm/*_gen.c
|
|
|
|
include/osmocom/core/crc*gen.h
|
|
|
|
include/osmocom/core/bit*gen.h
|
|
|
|
include/osmocom/gsm/gsm0503.h
|
|
|
|
tests/conv/gsm0503_test_vectors.c
|
|
|
|
|
|
|
|
# vi files
|
|
|
|
*.sw?
|