summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* doxygen: Add documentation for Abis OMLHarald Welte2011-08-171-4/+29
* doxygen: split VTY configuration in multiple filesHarald Welte2011-08-172-2/+2
* RSL: add doxygen documentationHarald Welte2011-08-171-3/+27
* doxygen: Add documentation for LAPDm codeHarald Welte2011-08-171-4/+38
* doxygen: Add documentation about TLV parserHarald Welte2011-08-171-15/+25
* doxygen: Add (partial) VTY API documentationHarald Welte2011-08-174-16/+87
* doxygen: Add documentation for gsmtap_util.[ch]Harald Welte2011-08-171-6/+51
* doxygen: Add documentation to signal.[ch]Harald Welte2011-08-171-1/+23
* doxygen: document panic.[ch]Harald Welte2011-08-171-0/+8
* doxygen: Add docs for rate_ctrHarald Welte2011-08-171-0/+19
* doxygen: Add 'write_queue' moduleHarald Welte2011-08-171-0/+28
* doxygen: add doxygen module 'utils'Harald Welte2011-08-171-0/+51
* doxygen documentation for logging frameworkHarald Welte2011-08-172-5/+93
* some more doxygen work (include the notion of modules)Harald Welte2011-08-179-18/+295
* logging: fix parsing of logging mask (-d DMI case)Pablo Neira Ayuso2011-08-111-0/+5
* gsm/gsm48_ie: Fix frequency list decodingAndreas.Eversberg2011-07-301-1/+1
* use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte2011-07-291-4/+4
* sms: Fix style issues with the code, add spaces after keywordsHolger Hans Peter Freyther2011-07-241-5/+5
* sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle2011-07-241-29/+89
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-211-12/+0
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-191-6/+6
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-181-0/+34
* lapdm: fix memory leak due to unreachable codeHarald Welte2011-07-161-1/+0
* gsm 08.08: use ANSI function definition with (void)Harald Welte2011-07-161-1/+1
* tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte2011-07-161-1/+1
* gprs_cipher_core: Fix potential buffer overflowsHarald Welte2011-07-161-3/+3
* telnet_interface: if we don't check for the return value, don't use retHarald Welte2011-07-161-5/+4
* telnet_interface: get rid of 'const' warningHarald Welte2011-07-161-1/+1
* get rid of non-ANSI function declarations missing (void)Harald Welte2011-07-163-6/+6
* timer: use (void) for functions that take no argumentsHarald Welte2011-07-161-3/+3
* osmo_hexdump: Fix segfault when input is too long.Holger Hans Peter Freyther2011-07-151-0/+2
* GSM 08.08: Fix generation of CIPHER MODE REJECTHarald Welte2011-07-121-1/+1
* gsm 08.08: add value_strings and gsm0808_msg_name() functionHarald Welte2011-07-111-0/+86
* fix against corrupted output in parallel loggingHarald Welte2011-07-021-1/+1
* lapdm: make sure we flush all queues whenever entering IDLE stateHarald Welte2011-06-291-0/+11
* add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte2011-06-291-0/+5
* make sure abis_nm <-> osmocom pchan type conversion always worksHarald Welte2011-06-291-0/+2
* LAPDm: Uplink SACCH frames use format B, not format B4Harald Welte2011-06-291-5/+12
* LAPDm: When Rx DATA from L1, L1 does not know the SAPIHarald Welte2011-06-271-13/+14
* Fix the generation of the log_categories string + LAPDMHarald Welte2011-06-271-4/+7
* logging: make sure to add the internal categories, as intendedHarald Welte2011-06-271-0/+6
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-273-1/+2518
* logging: introduce library-internal logging categoriesHarald Welte2011-06-272-21/+93
* import gsm0502_calc_paging_group() from openbscHarald Welte2011-06-262-1/+44
* add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-261-7/+7
* add gsm48_number_of_paging_subchannels() functionHarald Welte2011-06-261-0/+13
* merge process.[ch] with application.[ch]Harald Welte2011-06-264-74/+63
* 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