summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-14Evolve call settings driverDenis Kenzior3-298/+309
2009-08-14Move clir and cug option enums to types.hDenis Kenzior1-13/+0
2009-08-14Evolve the call meter driver APIDenis Kenzior3-232/+243
2009-08-14Evolve the call-forwarding driverDenis Kenzior3-221/+221
2009-08-14Evolve the call-barring driverDenis Kenzior3-172/+202
2009-08-13Move certain parts of driver.h to types.hDenis Kenzior2-19/+4
2009-08-13Add ofono atom routinesDenis Kenzior2-0/+142
2009-08-13Make ss_passwd_register slightly more efficientDenis Kenzior1-1/+1
2009-08-13Make ss_control_register slightly more efficientDenis Kenzior1-1/+1
2009-08-12Always output useable FN in VCardDenis Kenzior1-1/+6
2009-08-12Fix a segfault in need_mergeDenis Kenzior1-3/+15
2009-08-12Bail out early if text & number are emptyDenis Kenzior1-0/+5
2009-08-12Fix commentMarcel Holtmann1-1/+1
2009-08-12Add function for printing warningsMarcel Holtmann1-0/+18
2009-08-08Fix compile warningDenis Kenzior1-1/+3
2009-08-07Quiet an error if a modem is removed quicklyDenis Kenzior1-0/+3
2009-08-07Fix segfault upon modem removal due to g_sourceDenis Kenzior1-7/+16
2009-08-07Refactor SIM file cacheDenis Kenzior1-105/+91
2009-08-07Re-enable reading of SPN & PNN on phonesimDenis Kenzior1-0/+4
2009-08-07Make the sim op queue have a removable gsourceDenis Kenzior1-7/+21
2009-08-07Don't use g_timeout_add to retrieve imsiDenis Kenzior1-6/+3
2009-08-07No need to use g_timeout_add hereDenis Kenzior1-27/+13
2009-08-07No need to use g_timeout_add hereDenis Kenzior1-29/+14
2009-08-07No need to use g_timeout_add hereDenis Kenzior1-27/+13
2009-08-07No need to use g_timeout_add hereDenis Kenzior1-23/+18
2009-08-07No need to use g_timeout_addDenis Kenzior1-18/+9
2009-08-07Store the tx_next g_source so it can be removedDenis Kenzior1-3/+11
2009-08-07Use g_source instead of flag for mpty list changesDenis Kenzior1-6/+11
2009-08-07Use g_source instead of flag for call list changesDenis Kenzior1-7/+10
2009-08-07Fix sim ADN type of number handlingDenis Kenzior1-2/+2
2009-08-07Refactor setting MSISDNDenis Kenzior1-27/+33
2009-08-07Keep new numbers in the main sim data structureDenis Kenzior1-17/+10
2009-08-07Move error label to a more logical placeDenis Kenzior1-3/+3
2009-08-07Move variable declarations to a move logical placeDenis Kenzior1-2/+3
2009-08-07Make SubscriberNumbers writable.Andrzej Zaborowski1-5/+203
2009-08-07Make SIM op queue more robust.Andrzej Zaborowski1-6/+6
2009-08-06Fix styleDenis Kenzior1-2/+2
2009-08-06Fix styleDenis Kenzior1-2/+5
2009-08-06Add whitespace properlyDenis Kenzior1-1/+1
2009-08-06Fix trailing whitespaceDenis Kenzior1-7/+7
2009-08-06No spaces between variable and ++/--Denis Kenzior1-7/+7
2009-08-06Fix trailing whitespaceDenis Kenzior1-1/+1
2009-08-06Squash warningDenis Kenzior1-0/+2
2009-08-06Squash warningDenis Kenzior1-0/+3
2009-08-06Squash warningDenis Kenzior1-1/+0
2009-08-05Attempt to update MBDN based on Enhanced VM IEIAndrzej Zaborowski1-6/+13
2009-08-05Implement committing the EF-MBDN records to SIMAndrzej Zaborowski1-6/+24
2009-08-05Add utility for building ADN recordsAndrzej Zaborowski2-0/+29
2009-08-05Expose address encode/decode utilitiesAndrzej Zaborowski2-16/+27
2009-08-05Add encode_bcd_number utility functionAndrzej Zaborowski2-0/+12