summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix off-by-one error in OSMO_NUM_DLIBHarald Welte2011-07-291-1/+1
| * use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte2011-07-291-4/+4
* | add new 'osmo-arfcn' program to compute frequency based on arfcnHarald Welte2011-08-024-1/+110
|/
* add definition of OSMO_MIN macro, similar to OSMO_MAX0.3.5Harald Welte2011-07-271-0/+1
* 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-243-43/+306
* vty: Increase the number of arguments one can have in VTY commandsHolger Hans Peter Freyther2011-07-241-1/+1
* don't call a function argoment 'class' for the benefit of c++ usersHarald Welte2011-07-231-1/+1
* ipaccess: Reserve an extensions for an external SMSC connectionHolger Hans Peter Freyther2011-07-231-0/+1
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-212-15/+1
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-194-17/+17
* mkae the new 'void *dst' member part of a union with the trx pointerHarald Welte2011-07-181-3/+4
* vty: reserve nodes for libosmo-abisPablo Neira Ayuso2011-07-181-0/+3
* msgb: add ->dst attribute to store routing informationPablo Neira Ayuso2011-07-181-0/+3
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-182-1/+41
* signal: reserve signal subsystems >= INT_MAX/2 for librariesPablo Neira Ayuso2011-07-181-0/+23
* misc: Put git-version-gen into the tarballHolger Hans Peter Freyther2011-07-171-0/+2
* gsm 04.80: fix typo (256, not 265!)Harald Welte2011-07-161-2/+2
* gsm 04.80: ussd_request.text can contain 0xff, needs to be unsignedHarald Welte2011-07-161-1/+1
* 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-162-2/+2
* tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte2011-07-162-3/+3
* 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-165-8/+8
* don't use signed bit-fieldsHarald Welte2011-07-161-2/+2
* timer: use (void) for functions that take no argumentsHarald Welte2011-07-162-6/+6
* Revert various debian related changesHolger Hans Peter Freyther2011-07-165-12/+19
* osmo_hexdump: Fix segfault when input is too long.Holger Hans Peter Freyther2011-07-151-0/+2
* more changesHolger Hans Peter Freyther2011-07-131-21/+3
* debian: Updates to fix lintian errorsHolger Hans Peter Freyther2011-07-134-17/+16
* debian: Switch to the 3.0(quilt) format to play with launchpadHolger Hans Peter Freyther2011-07-131-1/+1
* debian: Add new changelog entry for the shlib:Depends changeHolger Hans Peter Freyther2011-07-131-0/+6
* debian: dpkg-buildpackage complains about this hereHolger Hans Peter Freyther2011-07-131-1/+1
* debian: Add a new changelog entryHolger Hans Peter Freyther2011-07-131-0/+6
* 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-112-0/+89
* fix against corrupted output in parallel loggingHarald Welte2011-07-021-1/+1
* lapdm: make sure we flush all queues whenever entering IDLE state0.3.4Harald Welte2011-06-291-0/+11
* add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte2011-06-292-0/+7
* 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 libosmocore0.3.3Harald Welte2011-06-276-3/+2707
* logging: introduce library-internal logging categoriesHarald Welte2011-06-273-27/+104
* import gsm0502_calc_paging_group() from openbsc0.3.2Harald Welte2011-06-264-1/+48
* add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-263-8/+43