summaryrefslogtreecommitdiffstats
path: root/src/simutil.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-27Refactor SIM file access codeDenis Kenzior1-0/+17
SIM File Access conditions would be reported similarly between various stacks, so it seems like the core logic of figuring out the access conditions belongs up in the daemon. This also fixes various problems, including: - access conditions read from bytes 10-12, instead of 9-11. - read/update, invalidate/rehabilitate and increase conditions read from the wrong bits (0-3 instead of 4-7 and vice versa)
2009-07-17Clean-up in sim.c.Andrzej Zaborowski1-17/+7
2009-07-14Refactor EONS to have lac / non-lac versionsDenis Kenzior1-1/+5
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-14Return the entire EONS info, not just the longnameDenis Kenzior1-3/+12
2009-07-14Refactor OPL codeDenis Kenzior1-14/+16
2009-07-14Move SPDI to network.cDenis Kenzior1-0/+9
2009-07-14Refactor sim_pnn_operator_parseDenis Kenzior1-2/+1
2009-07-14Move PNN operator parsing to simutilDenis Kenzior1-0/+12
2009-07-14Move function to simutil.cDenis Kenzior1-0/+2
2009-07-14Move enum to simutil.hDenis Kenzior1-0/+3
2009-07-14Move enum to simutil.hDenis Kenzior1-0/+9
2009-07-14Move utility to its own fileDenis Kenzior1-0/+22