summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-27add definition of OSMO_MIN macro, similar to OSMO_MAXHarald Welte1-0/+1
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 Wehrle3-43/+306
2011-07-24vty: Increase the number of arguments one can have in VTY commandsHolger Hans Peter Freyther1-1/+1
2011-07-23don't call a function argoment 'class' for the benefit of c++ usersHarald Welte1-1/+1
2011-07-23ipaccess: Reserve an extensions for an external SMSC connectionHolger Hans Peter Freyther1-0/+1
2011-07-21remove DLRSL and DLNM, we don't need themHarald Welte2-15/+1
2011-07-19make sure we don't have namespace clashes between libraries and appsHarald Welte4-17/+17
2011-07-18mkae the new 'void *dst' member part of a union with the trx pointerHarald Welte1-3/+4
2011-07-18vty: reserve nodes for libosmo-abisPablo Neira Ayuso1-0/+3
2011-07-18msgb: add ->dst attribute to store routing informationPablo Neira Ayuso1-0/+3
2011-07-18logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2-1/+41
2011-07-18signal: reserve signal subsystems >= INT_MAX/2 for librariesPablo Neira Ayuso1-0/+23
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-17misc: Put git-version-gen into the tarballHolger Hans Peter Freyther1-0/+2
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 Eversberg4-0/+73
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-16gsm 04.80: fix typo (256, not 265!)Harald Welte1-2/+2
2011-07-16osmocon: get rid of some Smash warningsHarald Welte1-6/+6
2011-07-16gsm 04.80: ussd_request.text can contain 0xff, needs to be unsignedHarald Welte1-1/+1
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 Welte2-2/+2
2011-07-16tlv: Make tlv parser arrays 256 entries wide to prevent overflow on 0xffHarald Welte2-3/+3
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 Welte5-8/+8
2011-07-16don't use signed bit-fieldsHarald Welte1-2/+2