Commit 5840639
Robert Greenwalt
Fix apn bearer logic.
The original change said that if the RAT were X or Y we would only
accept APN's that explicitly called out X or Y. This meant that
any device using X or Y would stop working until their APN db were
adjusted.
This change changes it to be if a particular APN calls out X or Y
it will only be considered if the current RAT matches. If the APN
doesn't specify, it matches all RAT.
This allows just as tight a restriction, but the default is looser.
Change-Id: Ia5e92f13c5052e890bf169e0db9584302afb36f51 parent 745f1e3 commit 5840639
File tree
1 file changed
+2
-15
lines changed- telephony/java/com/android/internal/telephony/gsm
1 file changed
+2
-15
lines changedLines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2086 | 2086 | | |
2087 | 2087 | | |
2088 | 2088 | | |
2089 | | - | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | | - | |
2099 | | - | |
2100 | | - | |
2101 | 2089 | | |
2102 | 2090 | | |
2103 | 2091 | | |
| |||
2119 | 2107 | | |
2120 | 2108 | | |
2121 | 2109 | | |
2122 | | - | |
2123 | 2110 | | |
2124 | 2111 | | |
2125 | 2112 | | |
| |||
2128 | 2115 | | |
2129 | 2116 | | |
2130 | 2117 | | |
2131 | | - | |
| 2118 | + | |
2132 | 2119 | | |
2133 | 2120 | | |
2134 | 2121 | | |
| |||
2147 | 2134 | | |
2148 | 2135 | | |
2149 | 2136 | | |
2150 | | - | |
| 2137 | + | |
2151 | 2138 | | |
2152 | 2139 | | |
2153 | 2140 | | |
| |||
0 commit comments