summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fw/abb/twl3025: handle interrupt on powerbutton pressSteve Markgraf2011-08-301-0/+7
* [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
| * 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
* | 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-281-1/+1
* | 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
|\|
| * 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/+0Star
| * 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/+0Star
| * 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/+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-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/+63Star