summaryrefslogtreecommitdiffstats
path: root/src/simutil.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14Remove unneeded functionDenis Kenzior1-4/+0
2009-07-14Fix warningsDenis Kenzior1-4/+4
2009-07-14Refactor EONS to have lac / non-lac versionsDenis Kenzior1-3/+22
PNN/OPL database has fields which provide global operator naming, or specific to a cell range. The cell range can only be obtained if the operator is the current one.
2009-07-14Fix missing headerDenis Kenzior1-0/+1
2009-07-14Return the entire EONS info, not just the longnameDenis Kenzior1-14/+7
2009-07-14Refactor OPL codeDenis Kenzior1-42/+167
2009-07-14Fix parsing of mcc_mnc codeDenis Kenzior1-12/+12
The digits above 0-9 were not handled correctly
2009-07-14Move SPDI to network.cDenis Kenzior1-0/+92
2009-07-14Refactor sim_pnn_operator_parseDenis Kenzior1-7/+6
2009-07-14Move PNN operator parsing to simutilDenis Kenzior1-0/+39
2009-07-14Move function to simutil.cDenis Kenzior1-0/+54
2009-07-14Move utility to its own fileDenis Kenzior1-0/+66