summaryrefslogtreecommitdiffstats
path: root/src/network.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-23Fix when the same operator reported multiple timesDenis Kenzior1-5/+4
2009-06-22Read EF-SPDI and use it for SPN display.Andrzej Zaborowski1-1/+6
When the operator is one of those listed in EF-SPDI then we need to treat it like a HPLMN in deciding whether the SPN or PLMN name should be displayed.
2009-06-12Fixup style issues with previous MCC/MNC patchDenis Kenzior1-9/+14
- Breakup MCC/MNC LENGTH constant - Don't hardcode numbers - Fix >80 column length - Fix test case to expect strings instead of shorts
2009-06-12Change MNC and MCC variable types to stringAki Niemi1-29/+19
This is to make sure both 2 and 3-digit MNC values are correctly handled. Both the modem plugin API as well as the D-Bus API are affected.
2009-05-28Don't emit the Operator changed if not registeredDenis Kenzior1-0/+3
SPN Update emits the Operator property changed signal. However, this should not happen if there is no current operator
2009-05-28Fix a few style issuesDenis Kenzior1-0/+5
2009-05-28Fix signal emission when the operator changesDenis Kenzior1-2/+6
If the operator changes without going through a searching state the Operator change signal was not properly emitted
2009-05-28Make Operator attribute work when SPN is emptyDenis Kenzior1-1/+3
2009-05-26Add SimManager interface.Andrzej Zaborowski1-7/+87
Implement basic SIM filesystem utilities. Obtain Service Provider Name EF-SPN record. Make NetworkRegistration use SPN for PLMN display. This implements PLMN display rules in 31.102 "EFSPN".
2009-05-12Remove some other unused variablesDenis Kenzior1-3/+0
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+1062