Advertisement
Guest User

Untitled

a guest
Mar 28th, 2011
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.24 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /*
  4. ** Copyright 2006, Google Inc.
  5. **
  6. ** Licensed under the Apache License, Version 2.0 (the "License");
  7. ** you may not use this file except in compliance with the License.
  8. ** You may obtain a copy of the License at
  9. **
  10. **     http://www.apache.org/licenses/LICENSE-2.0
  11. **
  12. ** Unless required by applicable law or agreed to in writing, software
  13. ** distributed under the License is distributed on an "AS IS" BASIS,
  14. ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. ** See the License for the specific language governing permissions and
  16. ** limitations under the License.
  17. */
  18. -->
  19.  
  20. <!--
  21. spnOverride attributes:
  22.     numeric: MCC+MNC from IMSI - this attribute is used as the key
  23.     spn: spn to show instead of EFSPN. locales can be specified here too, if needed
  24.     spn_display_rule: SPN_RULE_SHOW_SPN, SPN_RULE_SHOW_PLMN or both
  25.     fake_home_on: regard specified PLMN as home
  26.    
  27. examples:
  28.     <spnOverride
  29.         numeric="45001" spn="ko_KR;한국어 SPN,en;English SPN,fr;Français SPN,pl;Polski SPN,Default SPN"
  30.         spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="45001" fake_home_on="00101,45008"/>
  31.    <spnOverride numeric="46001" spn="zh_CN;中国联通" />
  32. -->
  33. <spnOverrides>
  34. <!-- Spain -->
  35.     <spnOverride numeric="21404" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="214"/>
  36.     <spnOverride numeric="21406" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="214"/>
  37.     <spnOverride numeric="21408" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="214"/>
  38.     <spnOverride numeric="21416" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="214"/>
  39.     <spnOverride numeric="21419" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="214"/>
  40.    
  41. <!-- SENA -->
  42.     <spnOverride numeric="24001" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="24005"/>
  43.     <spnOverride numeric="24007" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="24005"/>
  44.  
  45. <!-- Finland -->
  46.     <spnOverride numeric="24421" fake_home_on="24405"/>
  47.    
  48. <!-- Japan -->
  49.     <spnOverride numeric="44010" spn="NTT DOCOMO"/>
  50. <!-- Poland -->
  51.     <spnOverride numeric="26006" spn_display_rule="SPN_RULE_SHOW_SPN" spn_override_only_on="26001"/>
  52. </spnOverrides>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement