aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysmo_l1_if.h
AgeCommit message (Collapse)AuthorFilesLines
2015-05-04l1if: Add missing function prototypesJacob Erlbeck1-0/+10
A few prototypes are not part of any header files, leading to corresponding compiler warnings. This commit adds the missing prototypes to sysmo_l1_if.h. Addresses: sysmo_l1_if.c:347:2: warning: implicit declaration of function ‘l1if_transport_open’ sysmo_l1_if.c:364:3: warning: implicit declaration of function ‘l1if_transport_close’ sysmo_l1_fwd.c:89:3: warning: implicit declaration of function ‘l1if_handle_sysprim’ sysmo_l1_fwd.c:91:3: warning: implicit declaration of function ‘l1if_handle_l1prim’ sysmo_l1_hw.c:109:3: warning: implicit declaration of function ‘l1if_handle_sysprim’ sysmo_l1_hw.c:118:3: warning: implicit declaration of function ‘l1if_handle_l1prim’ Sponsored-by: On-Waves ehf
2012-12-18Adding direct access to DSP of sysmoBTS for PDTCH trafficeAndreas Eversberg1-0/+81
In order to use this feature, sysmoBTS requires option "-M", otherwise the traffic is forwarded through socket interface. This is essential, if PCU runs on processor of sysmoBTS. The reaction time and delay of PDTCH frames could heavily degrade proper packet flow.