summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-05Fix: Use snprintf instead of sprintf in the coreDenis Kenzior3-12/+15
2010-02-04Add radio settings atom and driver APIAki Niemi2-0/+378
2010-02-04Fix: Unnecessary initializationsDenis Kenzior1-2/+2
2010-02-04Fix: missing break statementDenis Kenzior1-0/+2
2010-02-03Fix: Wrong variables useDenis Kenzior1-2/+2
2010-02-03Fix: Check for \r in UCS2 alphabetsDenis Kenzior1-1/+1
2010-01-28Fix some leftover oudated copyrightsMarcel Holtmann1-1/+1
2010-01-26Remove empty block for SIGPIPE handlingMarcel Holtmann1-3/+0
2010-01-26Add support for dynamic debug featureMarcel Holtmann3-26/+49
2010-01-20Fix: Process CBS settings even if no EFcbmidDenis Kenzior1-3/+4
2010-01-20Fix: Print errors for unlikely CBS failuresDenis Kenzior1-2/+5
2010-01-20Fix: NULL check both set_topics and clear_topicsDenis Kenzior1-1/+1
2010-01-20Fix: Make the powered setting actually workDenis Kenzior1-2/+2
2010-01-20Fix: Default to powered=true for CBSDenis Kenzior1-0/+7
2010-01-16Add command line option for printing version numberMarcel Holtmann1-3/+11
2010-01-13Fix: Don't try to unregister a null mcc/mncDenis Kenzior1-1/+7
2010-01-12Make setting CPHS MWIS actually workDenis Kenzior1-2/+7
2010-01-12Persist CBS Topics list, handle EF-CBMI, EF-CBMIR.Andrzej Zaborowski1-24/+75
2010-01-12Style: Trailing whitespace & extra linesDenis Kenzior2-3/+3
2010-01-12Fix: Make the CPHS MWIS version actually workDenis Kenzior1-33/+20
2010-01-12Refactor: Move copy-pasted code into a functionDenis Kenzior1-25/+33
2010-01-12Fix: Refactor error conditionsDenis Kenzior1-11/+26
2010-01-12Reorder CPHS initializatin orderDenis Kenzior1-114/+119
2010-01-12Fix: Create a dedicated callback for syncsDenis Kenzior1-4/+16
2010-01-12Remove #if 0Denis Kenzior1-2/+0
2010-01-12Fix: Don't recurse infinitelyDenis Kenzior1-7/+12
2010-01-12Refactor: Rename & Restructure cphs_supportDenis Kenzior2-9/+15
2010-01-12Rename: Rename CPHS Phase enumsDenis Kenzior1-4/+3
2010-01-12If EF-MWIS is not available use the CPHS version.Andrzej Zaborowski2-3/+79
2010-01-12Use CPHS version of mailbox numbers on SIM if 3GPP version not available.Andrzej Zaborowski2-14/+117
2010-01-12Retrieve CPHS phase (if any) from SIM.Andrzej Zaborowski2-1/+47
2010-01-11Remove trailing/leading whitespaceAki Niemi1-2/+2
2010-01-07Make primary context ids persistentDenis Kenzior1-0/+11
2010-01-07Fix: Be paranoid and check that last is in rangeDenis Kenzior1-0/+3
2010-01-07Add idmap_take utilityDenis Kenzior2-1/+14
2010-01-07Use idmap to allocate primary context idsDenis Kenzior1-7/+22
2010-01-07Change the semantics to return id > max on failureDenis Kenzior1-1/+1
2010-01-07Fix: Fail if no driver or id range setDenis Kenzior1-4/+5
2010-01-07Use the new from_range idmap constructorDenis Kenzior1-22/+5
2010-01-07Add idmap_from_range constructorDenis Kenzior2-11/+37
2010-01-07Refactor: Use idmap to allocate CIDsDenis Kenzior1-29/+18
2010-01-07Add initial implementation of idmap utilitiesDenis Kenzior2-0/+192
2010-01-06Refactor: Allow persisent modem namesDenis Kenzior1-4/+11
2010-01-06Set phase to unknown until we probe itDenis Kenzior1-0/+1
2010-01-06Refactor: Preserve Phase obtained from the SIMDenis Kenzior1-4/+2
2010-01-06Index SIM cache by phase also.Andrzej Zaborowski2-8/+47
2010-01-01Update copyright informationMarcel Holtmann33-33/+33
2009-12-24Use error label instead of err or err_outMarcel Holtmann3-23/+23
2009-12-17Style: Fix a few more occurences of if/elseDenis Kenzior12-16/+33
2009-12-17Style: Flip the if statementDenis Kenzior1-3/+3