Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codec: Fix bit order table definition for GSM HR | Sylvain Munaut | 2010-10-24 | 1 | -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 work | Sylvain Munaut | 2010-10-24 | 2 | -2/+5 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | codec: Add bit ordering tables from specs for HR,FR,EFR & AMR | Sylvain Munaut | 2010-10-15 | 1 | -0/+19 |
| | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | vty: Add functions to access index and node | Holger Hans Peter Freyther | 2010-09-14 | 1 | -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 symbols | Holger Hans Peter Freyther | 2010-08-31 | 1 | -1/+1 |
| | |||||
* | vty: Add a new callback to let code decide if it is a config node or not | Holger Hans Peter Freyther | 2010-08-26 | 1 | -0/+1 |
| | |||||
* | vty: Forward delcare the logging command. | Holger Hans Peter Freyther | 2010-08-04 | 1 | -0/+2 |
| | |||||
* | GPRS: Add 'input' generator functions for GPRS cipher algorithm | Harald Welte | 2010-06-30 | 1 | -0/+6 |
| | |||||
* | Add support for plugins (and specifically GPRS encryption plugins) | Harald Welte | 2010-06-30 | 3 | -1/+54 |
| | |||||
* | vty: Mark app info strings as const char*. | Holger Hans Peter Freyther | 2010-06-08 | 1 | -3/+3 |
| | |||||
* | Merge remote branch 'origin/master' | Harald Welte | 2010-06-01 | 1 | -41/+2 |
|\ | |||||
| * | [VTY] Remove all application specific VTY node definitions from enum | Harald Welte | 2010-05-31 | 1 | -41/+2 |
| | | |||||
* | | add configure option '--disable-vty' to prevent building libosmovty | Harald Welte | 2010-05-29 | 1 | -0/+2 |
|/ | |||||
* | [VTY] Introduce "struct vty_app_info" for vty_init() function | Harald Welte | 2010-05-25 | 2 | -6/+10 |
| | |||||
* | make sure we actually install the vty headers | Harald Welte | 2010-05-25 | 1 | -2/+4 |
| | |||||
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 8 | -0/+759 |