summaryrefslogtreecommitdiffstats
path: root/include/osmocom
Commit message (Expand)AuthorAgeFilesLines
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-181-1/+1
* Add a function to search for a counter by nameDaniel Willmann2011-04-091-0/+2
* Add functions to search for rate counters by nameDaniel Willmann2011-04-091-0/+2
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-281-0/+9
* vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.hPablo Neira Ayuso2011-03-283-4/+11
* write_queue: use full path of includes in osmocom/core/write_queue.hPablo Neira Ayuso2011-03-281-2/+2
* bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.cPablo Neira Ayuso2011-03-281-0/+2
* core/bits: Make sbit_t a signed type (so that the math works)Sylvain Munaut2011-03-271-1/+1
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-2345-5/+5549
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-191-2/+3
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-0/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-0/+1
* codec: Fix bit order table definition for GSM HRSylvain Munaut2010-10-241-1/+2
* codec: Add the missing bits for include to install and pkgconfig to workSylvain Munaut2010-10-242-2/+5
* codec: Add bit ordering tables from specs for HR,FR,EFR & AMRSylvain Munaut2010-10-151-0/+19
* vty: Add functions to access index and nodeHolger Hans Peter Freyther2010-09-141-0/+2
* 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