summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* bitvec: add missing stdint.hHarald Welte2011-05-291-0/+1
* Import abis_nm_{chcomb4pchan,pchan4chcomb}() from openbscHarald Welte2011-05-242-0/+28
* Import sytem information related definitions + code from openbscHarald Welte2011-05-243-1/+45
* 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-231-2/+3
* 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/+25
* 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-221-0/+3
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-221-2/+3
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-223-10/+54
* app: Introduce some routines to help with application startupHolger Hans Peter Freyther2011-05-122-1/+17
* msgfile: use namespace prefix osmo_* and use more descriptive namesPablo Neira Ayuso2011-05-071-4/+4
* plugin: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-1/+1
* backtrace: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-1/+1
* crc: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-071-4/+4
* utils: use namespace prefix osmo_*Pablo Neira Ayuso2011-05-072-8/+8
* statistics: use namespace prefix osmo_counter*Pablo Neira Ayuso2011-05-071-8/+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-8/+7
* select: use namespace prefix osmo_fd* and osmo_select*Pablo Neira Ayuso2011-05-073-11/+11
* timer: use namespace prefix osmo_timer*Pablo Neira Ayuso2011-05-071-10/+10
* GSMTAP: add function to create a 'sink' for gsmtap packetsHarald Welte2011-05-041-0/+4
* core/conv: Add some generic code for convolutional coding/decodingSylvain Munaut2011-04-262-1/+102
* gsm/a5: Add a A5 1&2 implementationSylvain Munaut2011-04-262-1/+50
* include: fix missing extern in osmo_panic* declarationsPablo Neira Ayuso2011-04-261-2/+2
* 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-2348-47/+51
* This patch moves the GSM-specific functions to the new libraryPablo Neira Ayuso2011-03-233-2/+8
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-192-5/+6
* TLV: Add tv_fixed_put() and msgb_tv_fixed_put()Harald Welte2011-03-051-0/+15
* LOGGING: remove duplicated code between vty-logging and cfg-loggingHarald Welte2011-02-181-0/+2
* LOGGING: configure logging from the vtyHarald Welte2011-02-183-0/+17
* LOGGING: Add syslog log targetHarald Welte2011-02-171-0/+2
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-171-1/+2
* [utils] introduce ubit_dump to dump buffers of unpacked bitsHarald Welte2011-02-081-1/+1
* [utils] add 'bitdump' function for bitfieldsHarald Welte2011-02-081-0/+1
* gsmtap: The TETRA_AACH was defined twice, remove one, renumberHolger Hans Peter Freyther2011-01-281-7/+6
* ubit2pbit flushes at the wrong moment, added one note to bits.hChristian Vogel2011-01-221-0/+6
* bits: Add extended options version of pbit2ubit and ubit2pbitSylvain Munaut2011-01-211-0/+12
* [BITS] introduce new packed/unpacked bit conversion routinesHarald Welte2011-01-192-1/+28
* [gsmtap] extend GSMTAP for TETRAHarald Welte2011-01-191-0/+13
* gsmtap.h: Add some more commentsHarald Welte2011-01-181-0/+4