summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gsm/utils: Adding conversion of "mobile power class" to dBmAndreas Eversberg2011-06-261-0/+41
* sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI typesHarald Welte2011-06-251-0/+6
* add value_string definitions for RSL message typesHarald Welte2011-06-231-0/+76
* socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-132-12/+32
* socket: getaddrinfo(): set AI_PASSIVE if we want to bindHarald Welte2011-05-311-0/+3
* gsmtap_util: Remove msg_free from the wq call backSylvain Munaut2011-05-291-3/+0
* gsm/sysinfo: Fix rsl2sitype array sizeSylvain Munaut2011-05-291-1/+1
* gsm/sysinfo: don't include netinet/in.hHarald Welte2011-05-291-1/+0
* socket: remove unused IPv4 related header includesHarald Welte2011-05-291-2/+0
* socket: Skip ifa's without ifa->ifa_addrHarald Welte2011-05-241-0/+2
* Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbscHarald Welte2011-05-241-0/+32
* Import sytem information related definitions + code from openbscHarald Welte2011-05-242-1/+132
* abis_nm: remove abis_nm_obj_class_name / abis_nm_adm_state_nameHarald Welte2011-05-231-14/+4
* rename abis_nm_adm_name() to abis_nm_adm_state_name()Harald Welte2011-05-231-1/+1
* abis_nm: import definitions and common code on A-bis OML from OpenBSCHarald Welte2011-05-222-1/+407
* socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte2011-05-221-1/+34
* 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-222-7/+13
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-223-88/+251
* logging: fix corrupted outputPablo Neira Ayuso2011-05-191-0/+6
* app: Introduce some routines to help with application startupHolger Hans Peter Freyther2011-05-122-2/+51
* 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-071-10/+12
* plugin: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-3/+3
* backtrace: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-2/+2
* crc: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-3/+3
* utils: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-15/+15
* statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso2011-05-071-7/+8
* write-queue: use namespace prefix osmo_wqueue*Pablo Neira Ayuso2011-05-071-7/+7
* signal: use namespace prefix osmo_signal*Pablo Neira Ayuso2011-05-071-4/+7
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-074-27/+27
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-073-21/+22
* GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte2011-05-041-2/+55
* 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-262-1/+494
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-262-1/+312
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-186-6/+0
* stats: Fix the compiler warningsHolger Hans Peter Freyther2011-04-182-3/+3
* Add a function to search for a counter by nameDaniel Willmann2011-04-091-0/+10
* Add functions to search for rate counters by nameDaniel Willmann2011-04-091-0/+34
* 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-281-18/+8