summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import sytem information related definitions + code from openbscHarald Welte2011-05-245-2/+177
* abis_nm: Mark the structs as extern to avoid compiler warningHolger Hans Peter Freyther2011-05-231-2/+2
* abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_nameHarald Welte2011-05-232-16/+7
* rename abis_nm_adm_name() to abis_nm_adm_state_name()Harald Welte2011-05-232-2/+2
* abis_nm: import definitions and common code on A-bis OML from OpenBSCHarald Welte2011-05-224-2/+432
* libosmogsm: add ipaccess related header fileHarald Welte2011-05-222-1/+94
* socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte2011-05-222-1/+37
* remove debug printf from socket.cHarald Welte2011-05-221-1/+0
* gsmtap: deal with apps that call gsmtap_send*() with NULL gsmtap_instHarald Welte2011-05-221-0/+6
* vty: print actual application name rather than always OpenBSC on connectHarald Welte2011-05-221-3/+9
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-224-10/+17
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-226-98/+305
* logging: fix corrupted outputPablo Neira Ayuso2011-05-191-0/+6
* app: Introduce some routines to help with application startupHolger Hans Peter Freyther2011-05-124-3/+68
* update debian changelog to 0.3.0Harald Welte2011-05-101-0/+6
* update include paths in debian packaging specHarald Welte2011-05-102-2/+8
* libosmocore: bump library interface version to '1' for new osmo_ namesHarald Welte2011-05-084-2/+7
* msgfile: use namespace prefix osmo_* and use more descriptive namesPablo Neira Ayuso2011-05-073-18/+20
* plugin: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-073-4/+4
* backtrace: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-073-3/+3
* crc: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-7/+7
* utils: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-074-23/+23
* statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso2011-05-072-15/+16
* write-queue: use namespace prefix osmo_wqueue*Pablo Neira Ayuso2011-05-072-14/+14
* signal: use namespace prefix osmo_signal*Pablo Neira Ayuso2011-05-072-12/+14
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-078-39/+39
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-075-39/+40
* GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte2011-05-042-2/+59
* logging: make sure the output is null-terminatedPablo Neira Ayuso2011-05-041-0/+2
* logging: remove workaround now that _output() has been reworkedPablo Neira Ayuso2011-05-041-12/+3
* logging: rework _output() functionPablo Neira Ayuso2011-05-041-23/+26
* logging: several memory allocation belong to tall_log_ctx contextPablo Neira Ayuso2011-05-041-2/+2
* logging: fix missing description of global loglevelPablo Neira Ayuso2011-05-041-0/+7
* core/conv: Only consider error for non-zero soft valuesSylvain Munaut2011-04-281-3/+6
* core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2011-04-264-2/+596
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-264-2/+362
* include: fix missing extern in osmo_panic* declarationsPablo Neira Ayuso2011-04-261-2/+2
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-187-7/+0
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-183-4/+4
* Add a function to search for a counter by nameDaniel Willmann2011-04-092-0/+12
* Add functions to search for rate counters by nameDaniel Willmann2011-04-092-0/+36
* logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther2011-03-291-1/+1
* vty: Fix a memory leak in the vty description commandHolger Hans Peter Freyther2011-03-291-0/+2
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-282-18/+17
* 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-283-12/+16
* 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-2389-144/+149
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-2323-36/+96