summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 stateHarald 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 libosmocoreHarald Welte2011-06-276-3/+2707
| * logging: introduce library-internal logging categoriesHarald Welte2011-06-273-27/+104
| * import gsm0502_calc_paging_group() from openbscHarald Welte2011-06-264-1/+48
| * add some utility functions for paging related calculation (TS 05.02)Harald Welte2011-06-263-8/+43
| * add gsm48_number_of_paging_subchannels() functionHarald Welte2011-06-262-0/+15
| * add MAX() macro as OSMO_MAXHarald Welte2011-06-261-0/+1
| * merge process.[ch] with application.[ch]Harald Welte2011-06-266-80/+67Star
* | [mobile] Added missing curly braces, as proposed by HaraldAndreas Eversberg2011-07-171-1/+2
* | [layer23] Added special return value for invalid MCC/MNC inputAndreas Eversberg2011-07-173-16/+21
* | [layer23] Correctly report to restart mobile instance after band changeAndreas Eversberg2011-07-171-11/+11
* | [layer23] Fixes and improvements of system information decodingAndreas Eversberg2011-07-172-33/+57
* | fw/apps: Remove manual gain control with keyboardSylvain Munaut2011-07-172-54/+0Star
* | [layer23/mobile] Improvement and fixes of idle mode processAndreas Eversberg2011-07-1713-773/+2626
* | [mobile] Corrected output value of PCS power classAndreas Eversberg2011-07-171-1/+1
* | [mobile] Adding option to hide most default values in configAndreas Eversberg2011-07-171-46/+105
* | [mobile] Adding PCS band to list of maximum ARFCNs to scan in one bandAndreas Eversberg2011-07-171-0/+1
* | [mobile] Adding security warning, if default IMEI is not changedAndreas Eversberg2011-07-171-0/+7
* | [layer23] Adding "neighbour cell" logging category: DNBAndreas Eversberg2011-07-173-2/+9
* | [layer23] Detach SIM, if reading failsAndreas Eversberg2011-07-171-0/+8
* | [layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg2011-07-176-9/+186
* | [layer23] Adding neighbour cell measurement to L1CTL interface.Andreas Eversberg2011-07-174-0/+73
* | [rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg2011-07-1712-56/+104
* | [layer23] Fixed handling of channel 0 in certain loopsAndreas Eversberg2011-07-172-5/+6
* | tpu_window: Fix int16_t overflow in tpu_window calculationHarald Welte2011-07-161-2/+3
* | calypso/uart.c: Fix array bounds checkingHarald Welte2011-07-161-1/+1
* | calypso/irq: Fix array bounds checkingHarald Welte2011-07-161-1/+1
* | settings.h: IMSI is 15 bytes +1 \0 maximumHarald Welte2011-07-161-2/+2
* | sysinfo.h: ARFCN can be 0..1024, so we need an array of 1025 entriesHarald Welte2011-07-161-1/+1
* | gsm48_rr: Don't overflow array boundaryHarald Welte2011-07-161-1/+1
* | osmocon: if we ignore a return value, we don't need to assign it to a variableHarald Welte2011-07-161-3/+1Star
* | osmocon: get rid of some Smash warningsHarald Welte2011-07-161-6/+6
* | misc: Fix crash in cell_log due missing l1_prim_cbHolger Hans Peter Freyther2011-07-161-0/+1
* | lapdm: fix use-after-freeHarald Welte2011-06-271-1/+4
* | Merge commit '2a68c7c8cd2eca65c58c0898d0e1716e9d4c3ecd'Sylvain Munaut2011-06-262-0/+43
|\|
| * gsm/utils: Adding conversion of "mobile power class" to dBmAndreas Eversberg2011-06-262-0/+43
* | fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg2011-06-252-0/+18
* | fw/sercomm: Additional locking needed in drv_pullSylvain Munaut2011-06-251-3/+11
* | fw/sercomm: Fix up the locking using an 'abstraction' layerSylvain Munaut2011-06-251-17/+29
* | fw/comm/msgb: Protect allocation routine with proper lockingSylvain Munaut2011-06-251-0/+6