layer23: Add mobile support for sending / receiving voice frame through MNCC
authorAndreas.Eversberg <jolly@eversberg.eu>
Thu, 28 Jul 2011 18:54:42 +0000 (20:54 +0200)
committerSylvain Munaut <tnt@246tNt.com>
Thu, 28 Jul 2011 19:30:51 +0000 (21:30 +0200)
commit1a5461fb2beb96bfa004245a102cd4c1422baa2a
tree71b3dce4ea3765b61610015b58c79c2322127456
parente042cbb29763f21fd2ed7076c15db87b037ce73a
layer23: Add mobile support for sending / receiving voice frame through MNCC

Support GSM FR codec only so far.

Written-by: Andreas Eversberg <jolly@eversberg.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
15 files changed:
src/Makefile
src/host/layer23/configure.ac
src/host/layer23/include/osmocom/bb/common/l1ctl.h
src/host/layer23/include/osmocom/bb/common/osmocom_data.h
src/host/layer23/include/osmocom/bb/mobile/gsm48_cc.h
src/host/layer23/include/osmocom/bb/mobile/gsm48_rr.h
src/host/layer23/include/osmocom/bb/mobile/voice.h [new file with mode: 0644]
src/host/layer23/src/common/l1ctl.c
src/host/layer23/src/misc/Makefile.am
src/host/layer23/src/misc/app_cbch_sniff.c
src/host/layer23/src/mobile/Makefile.am
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gsm48_cc.c
src/host/layer23/src/mobile/gsm48_rr.c
src/host/layer23/src/mobile/voice.c [new file with mode: 0644]