summaryrefslogtreecommitdiffstats
path: root/include/osmocom
Commit message (Collapse)AuthorAgeFilesLines
* codec: Fix bit order table definition for GSM HRSylvain Munaut2010-10-241-1/+2
| | | | | | There is two tables: one for unvoiced frames and one for voiced frames. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-242-2/+5
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut2010-10-151-0/+19
| | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+2
| | | | | | It is easier to call these two functions from bindings than wrapping the vty structure and figuring out the alignment of the enum on all different ABIs.
* vty: Make the talloc ctx extern void* to avoid duplicate symbolsHolger Hans Peter Freyther2010-08-311-1/+1
|
* vty: Add a new callback to let code decide if it is a config node or notHolger Hans Peter Freyther2010-08-261-0/+1
|
* vty: Forward delcare the logging command.Holger Hans Peter Freyther2010-08-041-0/+2
|
* GPRS: Add 'input' generator functions for GPRS cipher algorithmHarald Welte2010-06-301-0/+6
|
* Add support for plugins (and specifically GPRS encryption plugins)Harald Welte2010-06-303-1/+54
|
* vty: Mark app info strings as const char*.Holger Hans Peter Freyther2010-06-081-3/+3
|
* Merge remote branch 'origin/master'Harald Welte2010-06-011-41/+2
|\
| * [VTY] Remove all application specific VTY node definitions from enumHarald Welte2010-05-311-41/+2
| |
* | add configure option '--disable-vty' to prevent building libosmovtyHarald Welte2010-05-291-0/+2
|/
* [VTY] Introduce "struct vty_app_info" for vty_init() functionHarald Welte2010-05-252-6/+10
|
* make sure we actually install the vty headersHarald Welte2010-05-251-2/+4
|
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-258-0/+759