summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-07-28layer23: Add mobile support for sending / receiving voice frame through MNCCAndreas.Eversberg15-39/+333
2011-07-28fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut1-3/+73
2011-07-28fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut1-2/+28
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut4-10/+33
2011-07-28l23/l1ctl: Add default values for audio_modeSylvain Munaut1-0/+3
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut2-0/+28
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1
2011-07-28layer23: Adapt to new logging API: fix calls to log_initAndreas.Eversberg2-2/+2
2011-07-28Merge commit '430be849945688ae107b079db1e216329b1a1f06'Andreas.Eversberg41-194/+3509
2011-07-24sms: Fix style issues with the code, add spaces after keywordsHolger Hans Peter Freyther1-5/+5
2011-07-24sms: SMS where cropped (from VTY), concatenation of SMS where not possibleDennis Wehrle1-29/+89
2011-07-21remove DLRSL and DLNM, we don't need themHarald Welte1-12/+0
2011-07-19make sure we don't have namespace clashes between libraries and appsHarald Welte1-6/+6
2011-07-18logging: add libosmo-abis logging subsystemsPablo Neira Ayuso1-0/+34
2011-07-17[mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg1-1/+2
2011-07-17[layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg3-16/+21
2011-07-17[layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg1-11/+11
2011-07-17[layer23] Fixes and improvements of system information decodingAndreas Eversberg2-33/+57
2011-07-17fw/apps: Remove manual gain control with keyboardSylvain Munaut2-54/+0
2011-07-17[layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg13-773/+2626
2011-07-17[mobile] Corrected output value of PCS power classAndreas Eversberg1-1/+1
2011-07-17[mobile] Adding option to hide most default values in configAndreas Eversberg1-46/+105
2011-07-17[mobile] Adding PCS band to list of maximum ARFCNs to scan in one bandAndreas Eversberg1-0/+1
2011-07-17[mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg1-0/+7
2011-07-17[layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg3-2/+9
2011-07-17[layer23] Detach SIM, if reading failsAndreas Eversberg1-0/+8
2011-07-17[layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg6-9/+186
2011-07-17[layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg3-0/+53
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg12-56/+104
2011-07-17[layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2-5/+6
2011-07-16tpu_window: Fix int16_t overflow in tpu_window calculationHarald Welte1-2/+3
2011-07-16calypso/uart.c: Fix array bounds checkingHarald Welte1-1/+1
2011-07-16calypso/irq: Fix array bounds checkingHarald Welte1-1/+1
2011-07-16settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte1-2/+2
2011-07-16sysinfo.h: ARFCN can be 0..1024, so we need an array of 1025 entriesHarald Welte1-1/+1
2011-07-16gsm48_rr: Don't overflow array boundaryHarald Welte1-1/+1
2011-07-16osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte1-3/+1
2011-07-16osmocon: get rid of some Smash warningsHarald Welte1-6/+6
2011-07-16lapdm: fix memory leak due to unreachable codeHarald Welte1-1/+0
2011-07-16gsm 08.08: use ANSI function definition with (void)Harald Welte1-1/+1
2011-07-16tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte1-1/+1
2011-07-16gprs_cipher_core: Fix potential buffer overflowsHarald Welte1-3/+3
2011-07-16telnet_interface: if we don't check for the return value, don't use retHarald Welte1-5/+4
2011-07-16telnet_interface: get rid of 'const' warningHarald Welte1-1/+1
2011-07-16get rid of non-ANSI function declarations missing (void)Harald Welte3-6/+6
2011-07-16timer: use (void) for functions that take no argumentsHarald Welte1-3/+3
2011-07-16misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther1-0/+1
2011-07-15osmo_hexdump: Fix segfault when input is too long.Holger Hans Peter Freyther1-0/+2
2011-07-12GSM 08.08: Fix generation of CIPHER MODE REJECTHarald Welte1-1/+1
2011-07-11gsm 08.08: add value_strings and gsm0808_msg_name() functionHarald Welte1-0/+86