comparison L1/stand/dll-functions @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 L1S (l1_cmplx.c specifically) calls these 3 functions which are normally
2 defined in the DL protocol stack entity:
3
4 dll_dcch_downlink()
5 dll_read_dcch()
6 dll_read_sacch()
7
8 If we are building L1 standalone (without the G23 protocol stack), we need
9 to provide stubs for these functions.