summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mobile] Disable SMS by default, because SMS is not supportedAndreas Eversberg2011-08-131-1/+1
* mobile/vty: Add missing 's' for 'skip-max-per-band' configuration parameterSteve Markgraf2011-08-111-1/+1
* Fix of wong Classmark 2 when doing CM Service Request.Andreas Eversberg2011-08-063-7/+13
* Fix of wong Classmark 1 on Location Updating and IMSI DetachAndreas Eversberg2011-08-041-3/+7
* fw/calypso/dsp: Fix wrong hardcoded boot code constantSylvain Munaut2011-08-031-1/+1
* gsmmap: Dump SYSTEM INFORMATION messages while processingAndreas Eversberg2011-07-311-16/+17
* Fixed broken gsmmap.Andreas Eversberg2011-07-312-1/+11
* Merge commit '1a99df84e12315c63f2e96a2972864e4c311712d'Sylvain Munaut2011-07-303-6/+6
|\
| * gsm/gsm48_ie: Fix frequency list decodingAndreas.Eversberg2011-07-301-1/+1
| * 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
* | layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg2011-07-2815-39/+333
* | fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut2011-07-281-3/+73
* | fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut2011-07-281-2/+28
* | fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut2011-07-284-10/+33
* | l23/l1ctl: Add default values for audio_modeSylvain Munaut2011-07-281-0/+3
* | l1ctl: Add definitions for the audio_mode configurationSylvain Munaut2011-07-281-3/+9
* | fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2011-07-282-0/+28
* | l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut2011-07-282-1/+16
* | layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg2011-07-282-2/+2
* | Merge commit '430be849945688ae107b079db1e216329b1a1f06'Andreas.Eversberg2011-07-2841-194/+3509
|\|
| * add definition of OSMO_MIN macro, similar to OSMO_MAXHarald 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/+1Star
| * 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/+0Star
| * 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/+4Star
| * 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/+3Star
| * debian: Updates to fix lintian errorsHolger Hans Peter Freyther2011-07-134-17/+16Star