summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * merge process.[ch] with application.[ch]Harald Welte2011-06-264-74/+63Star
* | [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-173-0/+53
* | [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-261-0/+41
* | 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
* | fw/comm/msgb: Really panic (i.e. lockup) if we run out of msgbSylvain Munaut2011-06-251-11/+12
* | fw/comm: Remove useless include from msgb.cSylvain Munaut2011-06-251-2/+0Star
* | Merge commit '620f7ab35034f78f894319e027a151568c331eea'Sylvain Munaut2011-06-2513-17/+186
|\|
| * sysinfo: add EXTENDED MEASUREMENT ORDER / MEASUREMENT INFO to SI typesHarald Welte2011-06-251-0/+6
| * add value_string definitions for RSL message typesHarald Welte2011-06-231-0/+76
| * socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-132-12/+32
| * socket: getaddrinfo(): set AI_PASSIVE if we want to bindHarald Welte2011-05-311-0/+3
* | lapdm: properly set the msg->l3h to the contents of the RSL L3_INFO IEHarald Welte2011-06-251-0/+3
* | lapdm: introduce a new lapdm_phsap_dequeue_prim()Harald Welte2011-06-242-31/+56
* | lapdm: Don't try to send data using a PH-RACH.req, use PH-DATA.reqHarald Welte2011-06-241-5/+5
* | lapdm: some more error reporting in case strange primitives arrive from L1Harald Welte2011-06-241-6/+12
* | L1CTL is sending PH-DATA.ind, not PH-DATA.req up to LAPDmHarald Welte2011-06-241-1/+1
* | introduce LAPDM entity flags for PH-EMPTY_FRAME.req and polllingHarald Welte2011-06-242-20/+48
* | lapdm: Introduce LAPDM_MODE_{BTS,MS} to run on both sidesHarald Welte2011-06-244-37/+137
* | lapdm: implement RSL CHAN RQD generation from PH-RA.indHarald Welte2011-06-242-2/+30
* | lapdm: use msgb_tlv_put instead of manual equivalentHarald Welte2011-06-241-6/+2Star
* | fix some spillage from recent conversionHarald Welte2011-06-242-2/+3