| 917 | |
| 918 | |
| 919 | unsigned getPreferredA5Algorithm(unsigned A5Bits) |
| 920 | { |
| 921 | if (A5Bits&1) return 3; |
| 922 | // if (A5Bits&2) return 2; not supported |
| 923 | if (A5Bits&4) return 1; |
| 924 | return 0; |
| 925 | } |
| 926 | |
| 927 | int TMSITable::tmsiTabGetPreferredA5Algorithm(const char* IMSI) |
| 928 | { |
no outgoing calls
no test coverage detected