18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Copyright (c) 2008-2009 Atheros Communications Inc. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Permission to use, copy, modify, and/or distribute this software for any 58c2ecf20Sopenharmony_ci * purpose with or without fee is hereby granted, provided that the above 68c2ecf20Sopenharmony_ci * copyright notice and this permission notice appear in all copies. 78c2ecf20Sopenharmony_ci * 88c2ecf20Sopenharmony_ci * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 98c2ecf20Sopenharmony_ci * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 108c2ecf20Sopenharmony_ci * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 118c2ecf20Sopenharmony_ci * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 128c2ecf20Sopenharmony_ci * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 138c2ecf20Sopenharmony_ci * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 148c2ecf20Sopenharmony_ci * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 158c2ecf20Sopenharmony_ci */ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#ifndef REGD_COMMON_H 188c2ecf20Sopenharmony_ci#define REGD_COMMON_H 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_cienum EnumRd { 218c2ecf20Sopenharmony_ci NO_ENUMRD = 0x00, 228c2ecf20Sopenharmony_ci NULL1_WORLD = 0x03, 238c2ecf20Sopenharmony_ci NULL1_ETSIB = 0x07, 248c2ecf20Sopenharmony_ci NULL1_ETSIC = 0x08, 258c2ecf20Sopenharmony_ci FCC1_FCCA = 0x10, 268c2ecf20Sopenharmony_ci FCC1_WORLD = 0x11, 278c2ecf20Sopenharmony_ci FCC4_FCCA = 0x12, 288c2ecf20Sopenharmony_ci FCC5_FCCA = 0x13, 298c2ecf20Sopenharmony_ci FCC6_FCCA = 0x14, 308c2ecf20Sopenharmony_ci 318c2ecf20Sopenharmony_ci FCC2_FCCA = 0x20, 328c2ecf20Sopenharmony_ci FCC2_WORLD = 0x21, 338c2ecf20Sopenharmony_ci FCC2_ETSIC = 0x22, 348c2ecf20Sopenharmony_ci FCC6_WORLD = 0x23, 358c2ecf20Sopenharmony_ci FRANCE_RES = 0x31, 368c2ecf20Sopenharmony_ci FCC3_FCCA = 0x3A, 378c2ecf20Sopenharmony_ci FCC3_WORLD = 0x3B, 388c2ecf20Sopenharmony_ci FCC3_ETSIC = 0x3F, 398c2ecf20Sopenharmony_ci 408c2ecf20Sopenharmony_ci ETSI1_WORLD = 0x37, 418c2ecf20Sopenharmony_ci ETSI3_ETSIA = 0x32, 428c2ecf20Sopenharmony_ci ETSI2_WORLD = 0x35, 438c2ecf20Sopenharmony_ci ETSI3_WORLD = 0x36, 448c2ecf20Sopenharmony_ci ETSI4_WORLD = 0x30, 458c2ecf20Sopenharmony_ci ETSI4_ETSIC = 0x38, 468c2ecf20Sopenharmony_ci ETSI5_WORLD = 0x39, 478c2ecf20Sopenharmony_ci ETSI6_WORLD = 0x34, 488c2ecf20Sopenharmony_ci ETSI8_WORLD = 0x3D, 498c2ecf20Sopenharmony_ci ETSI9_WORLD = 0x3E, 508c2ecf20Sopenharmony_ci ETSI_RESERVED = 0x33, 518c2ecf20Sopenharmony_ci 528c2ecf20Sopenharmony_ci MKK1_MKKA = 0x40, 538c2ecf20Sopenharmony_ci MKK1_MKKB = 0x41, 548c2ecf20Sopenharmony_ci APL4_WORLD = 0x42, 558c2ecf20Sopenharmony_ci MKK2_MKKA = 0x43, 568c2ecf20Sopenharmony_ci APL_RESERVED = 0x44, 578c2ecf20Sopenharmony_ci APL2_WORLD = 0x45, 588c2ecf20Sopenharmony_ci APL2_APLC = 0x46, 598c2ecf20Sopenharmony_ci APL3_WORLD = 0x47, 608c2ecf20Sopenharmony_ci MKK1_FCCA = 0x48, 618c2ecf20Sopenharmony_ci APL2_APLD = 0x49, 628c2ecf20Sopenharmony_ci MKK1_MKKA1 = 0x4A, 638c2ecf20Sopenharmony_ci MKK1_MKKA2 = 0x4B, 648c2ecf20Sopenharmony_ci MKK1_MKKC = 0x4C, 658c2ecf20Sopenharmony_ci APL2_FCCA = 0x4D, 668c2ecf20Sopenharmony_ci 678c2ecf20Sopenharmony_ci APL3_FCCA = 0x50, 688c2ecf20Sopenharmony_ci APL1_WORLD = 0x52, 698c2ecf20Sopenharmony_ci APL1_FCCA = 0x53, 708c2ecf20Sopenharmony_ci APL1_APLA = 0x54, 718c2ecf20Sopenharmony_ci APL1_ETSIC = 0x55, 728c2ecf20Sopenharmony_ci APL2_ETSIC = 0x56, 738c2ecf20Sopenharmony_ci APL5_WORLD = 0x58, 748c2ecf20Sopenharmony_ci APL13_WORLD = 0x5A, 758c2ecf20Sopenharmony_ci APL6_WORLD = 0x5B, 768c2ecf20Sopenharmony_ci APL7_FCCA = 0x5C, 778c2ecf20Sopenharmony_ci APL8_WORLD = 0x5D, 788c2ecf20Sopenharmony_ci APL9_WORLD = 0x5E, 798c2ecf20Sopenharmony_ci 808c2ecf20Sopenharmony_ci WOR0_WORLD = 0x60, 818c2ecf20Sopenharmony_ci WOR1_WORLD = 0x61, 828c2ecf20Sopenharmony_ci WOR2_WORLD = 0x62, 838c2ecf20Sopenharmony_ci WOR3_WORLD = 0x63, 848c2ecf20Sopenharmony_ci WOR4_WORLD = 0x64, 858c2ecf20Sopenharmony_ci WOR5_ETSIC = 0x65, 868c2ecf20Sopenharmony_ci 878c2ecf20Sopenharmony_ci WOR01_WORLD = 0x66, 888c2ecf20Sopenharmony_ci WOR02_WORLD = 0x67, 898c2ecf20Sopenharmony_ci EU1_WORLD = 0x68, 908c2ecf20Sopenharmony_ci 918c2ecf20Sopenharmony_ci WOR9_WORLD = 0x69, 928c2ecf20Sopenharmony_ci WORA_WORLD = 0x6A, 938c2ecf20Sopenharmony_ci WORB_WORLD = 0x6B, 948c2ecf20Sopenharmony_ci WORC_WORLD = 0x6C, 958c2ecf20Sopenharmony_ci 968c2ecf20Sopenharmony_ci MKK3_MKKB = 0x80, 978c2ecf20Sopenharmony_ci MKK3_MKKA2 = 0x81, 988c2ecf20Sopenharmony_ci MKK3_MKKC = 0x82, 998c2ecf20Sopenharmony_ci 1008c2ecf20Sopenharmony_ci MKK4_MKKB = 0x83, 1018c2ecf20Sopenharmony_ci MKK4_MKKA2 = 0x84, 1028c2ecf20Sopenharmony_ci MKK4_MKKC = 0x85, 1038c2ecf20Sopenharmony_ci 1048c2ecf20Sopenharmony_ci MKK5_MKKB = 0x86, 1058c2ecf20Sopenharmony_ci MKK5_MKKA2 = 0x87, 1068c2ecf20Sopenharmony_ci MKK5_MKKC = 0x88, 1078c2ecf20Sopenharmony_ci 1088c2ecf20Sopenharmony_ci MKK6_MKKB = 0x89, 1098c2ecf20Sopenharmony_ci MKK6_MKKA2 = 0x8A, 1108c2ecf20Sopenharmony_ci MKK6_MKKC = 0x8B, 1118c2ecf20Sopenharmony_ci 1128c2ecf20Sopenharmony_ci MKK7_MKKB = 0x8C, 1138c2ecf20Sopenharmony_ci MKK7_MKKA2 = 0x8D, 1148c2ecf20Sopenharmony_ci MKK7_MKKC = 0x8E, 1158c2ecf20Sopenharmony_ci 1168c2ecf20Sopenharmony_ci MKK8_MKKB = 0x8F, 1178c2ecf20Sopenharmony_ci MKK8_MKKA2 = 0x90, 1188c2ecf20Sopenharmony_ci MKK8_MKKC = 0x91, 1198c2ecf20Sopenharmony_ci 1208c2ecf20Sopenharmony_ci MKK14_MKKA1 = 0x92, 1218c2ecf20Sopenharmony_ci MKK15_MKKA1 = 0x93, 1228c2ecf20Sopenharmony_ci 1238c2ecf20Sopenharmony_ci MKK10_FCCA = 0xD0, 1248c2ecf20Sopenharmony_ci MKK10_MKKA1 = 0xD1, 1258c2ecf20Sopenharmony_ci MKK10_MKKC = 0xD2, 1268c2ecf20Sopenharmony_ci MKK10_MKKA2 = 0xD3, 1278c2ecf20Sopenharmony_ci 1288c2ecf20Sopenharmony_ci MKK11_MKKA = 0xD4, 1298c2ecf20Sopenharmony_ci MKK11_FCCA = 0xD5, 1308c2ecf20Sopenharmony_ci MKK11_MKKA1 = 0xD6, 1318c2ecf20Sopenharmony_ci MKK11_MKKC = 0xD7, 1328c2ecf20Sopenharmony_ci MKK11_MKKA2 = 0xD8, 1338c2ecf20Sopenharmony_ci 1348c2ecf20Sopenharmony_ci MKK12_MKKA = 0xD9, 1358c2ecf20Sopenharmony_ci MKK12_FCCA = 0xDA, 1368c2ecf20Sopenharmony_ci MKK12_MKKA1 = 0xDB, 1378c2ecf20Sopenharmony_ci MKK12_MKKC = 0xDC, 1388c2ecf20Sopenharmony_ci MKK12_MKKA2 = 0xDD, 1398c2ecf20Sopenharmony_ci 1408c2ecf20Sopenharmony_ci MKK13_MKKB = 0xDE, 1418c2ecf20Sopenharmony_ci 1428c2ecf20Sopenharmony_ci MKK3_MKKA = 0xF0, 1438c2ecf20Sopenharmony_ci MKK3_MKKA1 = 0xF1, 1448c2ecf20Sopenharmony_ci MKK3_FCCA = 0xF2, 1458c2ecf20Sopenharmony_ci MKK4_MKKA = 0xF3, 1468c2ecf20Sopenharmony_ci MKK4_MKKA1 = 0xF4, 1478c2ecf20Sopenharmony_ci MKK4_FCCA = 0xF5, 1488c2ecf20Sopenharmony_ci MKK9_MKKA = 0xF6, 1498c2ecf20Sopenharmony_ci MKK10_MKKA = 0xF7, 1508c2ecf20Sopenharmony_ci MKK6_MKKA1 = 0xF8, 1518c2ecf20Sopenharmony_ci MKK6_FCCA = 0xF9, 1528c2ecf20Sopenharmony_ci MKK7_MKKA1 = 0xFA, 1538c2ecf20Sopenharmony_ci MKK7_FCCA = 0xFB, 1548c2ecf20Sopenharmony_ci MKK9_FCCA = 0xFC, 1558c2ecf20Sopenharmony_ci MKK9_MKKA1 = 0xFD, 1568c2ecf20Sopenharmony_ci MKK9_MKKC = 0xFE, 1578c2ecf20Sopenharmony_ci MKK9_MKKA2 = 0xFF, 1588c2ecf20Sopenharmony_ci 1598c2ecf20Sopenharmony_ci WORLD = 0x0199, 1608c2ecf20Sopenharmony_ci DEBUG_REG_DMN = 0x01ff, 1618c2ecf20Sopenharmony_ci}; 1628c2ecf20Sopenharmony_ci 1638c2ecf20Sopenharmony_ci/* Regpair to CTL band mapping */ 1648c2ecf20Sopenharmony_cistatic struct reg_dmn_pair_mapping regDomainPairs[] = { 1658c2ecf20Sopenharmony_ci /* regpair, 5 GHz CTL, 2 GHz CTL */ 1668c2ecf20Sopenharmony_ci {NO_ENUMRD, DEBUG_REG_DMN, DEBUG_REG_DMN}, 1678c2ecf20Sopenharmony_ci {NULL1_WORLD, NO_CTL, CTL_ETSI}, 1688c2ecf20Sopenharmony_ci {NULL1_ETSIB, NO_CTL, CTL_ETSI}, 1698c2ecf20Sopenharmony_ci {NULL1_ETSIC, NO_CTL, CTL_ETSI}, 1708c2ecf20Sopenharmony_ci 1718c2ecf20Sopenharmony_ci {FCC2_FCCA, CTL_FCC, CTL_FCC}, 1728c2ecf20Sopenharmony_ci {FCC2_WORLD, CTL_FCC, CTL_ETSI}, 1738c2ecf20Sopenharmony_ci {FCC2_ETSIC, CTL_FCC, CTL_ETSI}, 1748c2ecf20Sopenharmony_ci {FCC3_FCCA, CTL_FCC, CTL_FCC}, 1758c2ecf20Sopenharmony_ci {FCC3_WORLD, CTL_FCC, CTL_ETSI}, 1768c2ecf20Sopenharmony_ci {FCC3_ETSIC, CTL_FCC, CTL_ETSI}, 1778c2ecf20Sopenharmony_ci {FCC4_FCCA, CTL_FCC, CTL_FCC}, 1788c2ecf20Sopenharmony_ci {FCC5_FCCA, CTL_FCC, CTL_FCC}, 1798c2ecf20Sopenharmony_ci {FCC6_FCCA, CTL_FCC, CTL_FCC}, 1808c2ecf20Sopenharmony_ci {FCC6_WORLD, CTL_FCC, CTL_ETSI}, 1818c2ecf20Sopenharmony_ci 1828c2ecf20Sopenharmony_ci {ETSI1_WORLD, CTL_ETSI, CTL_ETSI}, 1838c2ecf20Sopenharmony_ci {ETSI2_WORLD, CTL_ETSI, CTL_ETSI}, 1848c2ecf20Sopenharmony_ci {ETSI3_WORLD, CTL_ETSI, CTL_ETSI}, 1858c2ecf20Sopenharmony_ci {ETSI4_WORLD, CTL_ETSI, CTL_ETSI}, 1868c2ecf20Sopenharmony_ci {ETSI5_WORLD, CTL_ETSI, CTL_ETSI}, 1878c2ecf20Sopenharmony_ci {ETSI6_WORLD, CTL_ETSI, CTL_ETSI}, 1888c2ecf20Sopenharmony_ci {ETSI8_WORLD, CTL_ETSI, CTL_ETSI}, 1898c2ecf20Sopenharmony_ci {ETSI9_WORLD, CTL_ETSI, CTL_ETSI}, 1908c2ecf20Sopenharmony_ci 1918c2ecf20Sopenharmony_ci /* XXX: For ETSI3_ETSIA, Was NO_CTL meant for the 2 GHz band ? */ 1928c2ecf20Sopenharmony_ci {ETSI3_ETSIA, CTL_ETSI, CTL_ETSI}, 1938c2ecf20Sopenharmony_ci {FRANCE_RES, CTL_ETSI, CTL_ETSI}, 1948c2ecf20Sopenharmony_ci 1958c2ecf20Sopenharmony_ci {FCC1_WORLD, CTL_FCC, CTL_ETSI}, 1968c2ecf20Sopenharmony_ci {FCC1_FCCA, CTL_FCC, CTL_FCC}, 1978c2ecf20Sopenharmony_ci {APL1_WORLD, CTL_FCC, CTL_ETSI}, 1988c2ecf20Sopenharmony_ci {APL2_WORLD, CTL_FCC, CTL_ETSI}, 1998c2ecf20Sopenharmony_ci {APL2_FCCA, CTL_FCC, CTL_FCC}, 2008c2ecf20Sopenharmony_ci {APL3_WORLD, CTL_FCC, CTL_ETSI}, 2018c2ecf20Sopenharmony_ci {APL4_WORLD, CTL_FCC, CTL_ETSI}, 2028c2ecf20Sopenharmony_ci {APL5_WORLD, CTL_FCC, CTL_ETSI}, 2038c2ecf20Sopenharmony_ci {APL13_WORLD, CTL_ETSI, CTL_ETSI}, 2048c2ecf20Sopenharmony_ci {APL6_WORLD, CTL_ETSI, CTL_ETSI}, 2058c2ecf20Sopenharmony_ci {APL8_WORLD, CTL_ETSI, CTL_ETSI}, 2068c2ecf20Sopenharmony_ci {APL9_WORLD, CTL_ETSI, CTL_ETSI}, 2078c2ecf20Sopenharmony_ci 2088c2ecf20Sopenharmony_ci {APL3_FCCA, CTL_FCC, CTL_FCC}, 2098c2ecf20Sopenharmony_ci {APL7_FCCA, CTL_FCC, CTL_FCC}, 2108c2ecf20Sopenharmony_ci {APL1_ETSIC, CTL_FCC, CTL_ETSI}, 2118c2ecf20Sopenharmony_ci {APL2_ETSIC, CTL_FCC, CTL_ETSI}, 2128c2ecf20Sopenharmony_ci {APL2_APLD, CTL_FCC, NO_CTL}, 2138c2ecf20Sopenharmony_ci 2148c2ecf20Sopenharmony_ci {MKK1_MKKA, CTL_MKK, CTL_MKK}, 2158c2ecf20Sopenharmony_ci {MKK1_MKKB, CTL_MKK, CTL_MKK}, 2168c2ecf20Sopenharmony_ci {MKK1_FCCA, CTL_MKK, CTL_FCC}, 2178c2ecf20Sopenharmony_ci {MKK1_MKKA1, CTL_MKK, CTL_MKK}, 2188c2ecf20Sopenharmony_ci {MKK1_MKKA2, CTL_MKK, CTL_MKK}, 2198c2ecf20Sopenharmony_ci {MKK1_MKKC, CTL_MKK, CTL_MKK}, 2208c2ecf20Sopenharmony_ci 2218c2ecf20Sopenharmony_ci {MKK2_MKKA, CTL_MKK, CTL_MKK}, 2228c2ecf20Sopenharmony_ci {MKK3_MKKA, CTL_MKK, CTL_MKK}, 2238c2ecf20Sopenharmony_ci {MKK3_MKKB, CTL_MKK, CTL_MKK}, 2248c2ecf20Sopenharmony_ci {MKK3_MKKA1, CTL_MKK, CTL_MKK}, 2258c2ecf20Sopenharmony_ci {MKK3_MKKA2, CTL_MKK, CTL_MKK}, 2268c2ecf20Sopenharmony_ci {MKK3_MKKC, CTL_MKK, CTL_MKK}, 2278c2ecf20Sopenharmony_ci {MKK3_FCCA, CTL_MKK, CTL_FCC}, 2288c2ecf20Sopenharmony_ci 2298c2ecf20Sopenharmony_ci {MKK4_MKKA, CTL_MKK, CTL_MKK}, 2308c2ecf20Sopenharmony_ci {MKK4_MKKB, CTL_MKK, CTL_MKK}, 2318c2ecf20Sopenharmony_ci {MKK4_MKKA1, CTL_MKK, CTL_MKK}, 2328c2ecf20Sopenharmony_ci {MKK4_MKKA2, CTL_MKK, CTL_MKK}, 2338c2ecf20Sopenharmony_ci {MKK4_MKKC, CTL_MKK, CTL_MKK}, 2348c2ecf20Sopenharmony_ci {MKK4_FCCA, CTL_MKK, CTL_FCC}, 2358c2ecf20Sopenharmony_ci 2368c2ecf20Sopenharmony_ci {MKK5_MKKB, CTL_MKK, CTL_MKK}, 2378c2ecf20Sopenharmony_ci {MKK5_MKKA2, CTL_MKK, CTL_MKK}, 2388c2ecf20Sopenharmony_ci {MKK5_MKKC, CTL_MKK, CTL_MKK}, 2398c2ecf20Sopenharmony_ci 2408c2ecf20Sopenharmony_ci {MKK6_MKKB, CTL_MKK, CTL_MKK}, 2418c2ecf20Sopenharmony_ci {MKK6_MKKA1, CTL_MKK, CTL_MKK}, 2428c2ecf20Sopenharmony_ci {MKK6_MKKA2, CTL_MKK, CTL_MKK}, 2438c2ecf20Sopenharmony_ci {MKK6_MKKC, CTL_MKK, CTL_MKK}, 2448c2ecf20Sopenharmony_ci {MKK6_FCCA, CTL_MKK, CTL_FCC}, 2458c2ecf20Sopenharmony_ci 2468c2ecf20Sopenharmony_ci {MKK7_MKKB, CTL_MKK, CTL_MKK}, 2478c2ecf20Sopenharmony_ci {MKK7_MKKA1, CTL_MKK, CTL_MKK}, 2488c2ecf20Sopenharmony_ci {MKK7_MKKA2, CTL_MKK, CTL_MKK}, 2498c2ecf20Sopenharmony_ci {MKK7_MKKC, CTL_MKK, CTL_MKK}, 2508c2ecf20Sopenharmony_ci {MKK7_FCCA, CTL_MKK, CTL_FCC}, 2518c2ecf20Sopenharmony_ci 2528c2ecf20Sopenharmony_ci {MKK8_MKKB, CTL_MKK, CTL_MKK}, 2538c2ecf20Sopenharmony_ci {MKK8_MKKA2, CTL_MKK, CTL_MKK}, 2548c2ecf20Sopenharmony_ci {MKK8_MKKC, CTL_MKK, CTL_MKK}, 2558c2ecf20Sopenharmony_ci 2568c2ecf20Sopenharmony_ci {MKK9_MKKA, CTL_MKK, CTL_MKK}, 2578c2ecf20Sopenharmony_ci {MKK9_FCCA, CTL_MKK, CTL_FCC}, 2588c2ecf20Sopenharmony_ci {MKK9_MKKA1, CTL_MKK, CTL_MKK}, 2598c2ecf20Sopenharmony_ci {MKK9_MKKA2, CTL_MKK, CTL_MKK}, 2608c2ecf20Sopenharmony_ci {MKK9_MKKC, CTL_MKK, CTL_MKK}, 2618c2ecf20Sopenharmony_ci 2628c2ecf20Sopenharmony_ci {MKK10_MKKA, CTL_MKK, CTL_MKK}, 2638c2ecf20Sopenharmony_ci {MKK10_FCCA, CTL_MKK, CTL_FCC}, 2648c2ecf20Sopenharmony_ci {MKK10_MKKA1, CTL_MKK, CTL_MKK}, 2658c2ecf20Sopenharmony_ci {MKK10_MKKA2, CTL_MKK, CTL_MKK}, 2668c2ecf20Sopenharmony_ci {MKK10_MKKC, CTL_MKK, CTL_MKK}, 2678c2ecf20Sopenharmony_ci 2688c2ecf20Sopenharmony_ci {MKK11_MKKA, CTL_MKK, CTL_MKK}, 2698c2ecf20Sopenharmony_ci {MKK11_FCCA, CTL_MKK, CTL_FCC}, 2708c2ecf20Sopenharmony_ci {MKK11_MKKA1, CTL_MKK, CTL_MKK}, 2718c2ecf20Sopenharmony_ci {MKK11_MKKA2, CTL_MKK, CTL_MKK}, 2728c2ecf20Sopenharmony_ci {MKK11_MKKC, CTL_MKK, CTL_MKK}, 2738c2ecf20Sopenharmony_ci 2748c2ecf20Sopenharmony_ci {MKK12_MKKA, CTL_MKK, CTL_MKK}, 2758c2ecf20Sopenharmony_ci {MKK12_FCCA, CTL_MKK, CTL_FCC}, 2768c2ecf20Sopenharmony_ci {MKK12_MKKA1, CTL_MKK, CTL_MKK}, 2778c2ecf20Sopenharmony_ci {MKK12_MKKA2, CTL_MKK, CTL_MKK}, 2788c2ecf20Sopenharmony_ci {MKK12_MKKC, CTL_MKK, CTL_MKK}, 2798c2ecf20Sopenharmony_ci 2808c2ecf20Sopenharmony_ci {MKK13_MKKB, CTL_MKK, CTL_MKK}, 2818c2ecf20Sopenharmony_ci {MKK14_MKKA1, CTL_MKK, CTL_MKK}, 2828c2ecf20Sopenharmony_ci {MKK15_MKKA1, CTL_MKK, CTL_MKK}, 2838c2ecf20Sopenharmony_ci 2848c2ecf20Sopenharmony_ci {WOR0_WORLD, NO_CTL, NO_CTL}, 2858c2ecf20Sopenharmony_ci {WOR1_WORLD, NO_CTL, NO_CTL}, 2868c2ecf20Sopenharmony_ci {WOR2_WORLD, NO_CTL, NO_CTL}, 2878c2ecf20Sopenharmony_ci {WOR3_WORLD, NO_CTL, NO_CTL}, 2888c2ecf20Sopenharmony_ci {WOR4_WORLD, NO_CTL, NO_CTL}, 2898c2ecf20Sopenharmony_ci {WOR5_ETSIC, NO_CTL, NO_CTL}, 2908c2ecf20Sopenharmony_ci {WOR01_WORLD, NO_CTL, NO_CTL}, 2918c2ecf20Sopenharmony_ci {WOR02_WORLD, NO_CTL, NO_CTL}, 2928c2ecf20Sopenharmony_ci {EU1_WORLD, NO_CTL, NO_CTL}, 2938c2ecf20Sopenharmony_ci {WOR9_WORLD, NO_CTL, NO_CTL}, 2948c2ecf20Sopenharmony_ci {WORA_WORLD, NO_CTL, NO_CTL}, 2958c2ecf20Sopenharmony_ci {WORB_WORLD, NO_CTL, NO_CTL}, 2968c2ecf20Sopenharmony_ci {WORC_WORLD, NO_CTL, NO_CTL}, 2978c2ecf20Sopenharmony_ci}; 2988c2ecf20Sopenharmony_ci 2998c2ecf20Sopenharmony_cistatic struct country_code_to_enum_rd allCountries[] = { 3008c2ecf20Sopenharmony_ci {CTRY_DEBUG, NO_ENUMRD, "DB"}, 3018c2ecf20Sopenharmony_ci {CTRY_DEFAULT, FCC1_FCCA, "CO"}, 3028c2ecf20Sopenharmony_ci {CTRY_ALBANIA, ETSI1_WORLD, "AL"}, 3038c2ecf20Sopenharmony_ci {CTRY_ALGERIA, APL13_WORLD, "DZ"}, 3048c2ecf20Sopenharmony_ci {CTRY_ARGENTINA, FCC3_WORLD, "AR"}, 3058c2ecf20Sopenharmony_ci {CTRY_ARMENIA, ETSI4_WORLD, "AM"}, 3068c2ecf20Sopenharmony_ci {CTRY_ARUBA, ETSI1_WORLD, "AW"}, 3078c2ecf20Sopenharmony_ci {CTRY_AUSTRALIA, FCC3_WORLD, "AU"}, 3088c2ecf20Sopenharmony_ci {CTRY_AUSTRALIA2, FCC6_WORLD, "AU"}, 3098c2ecf20Sopenharmony_ci {CTRY_AUSTRIA, ETSI1_WORLD, "AT"}, 3108c2ecf20Sopenharmony_ci {CTRY_AZERBAIJAN, ETSI4_WORLD, "AZ"}, 3118c2ecf20Sopenharmony_ci {CTRY_BAHAMAS, FCC3_WORLD, "BS"}, 3128c2ecf20Sopenharmony_ci {CTRY_BAHRAIN, APL6_WORLD, "BH"}, 3138c2ecf20Sopenharmony_ci {CTRY_BANGLADESH, APL1_WORLD, "BD"}, 3148c2ecf20Sopenharmony_ci {CTRY_BARBADOS, FCC2_WORLD, "BB"}, 3158c2ecf20Sopenharmony_ci {CTRY_BELARUS, ETSI1_WORLD, "BY"}, 3168c2ecf20Sopenharmony_ci {CTRY_BELGIUM, ETSI1_WORLD, "BE"}, 3178c2ecf20Sopenharmony_ci {CTRY_BELGIUM2, ETSI4_WORLD, "BL"}, 3188c2ecf20Sopenharmony_ci {CTRY_BELIZE, APL1_ETSIC, "BZ"}, 3198c2ecf20Sopenharmony_ci {CTRY_BERMUDA, FCC3_FCCA, "BM"}, 3208c2ecf20Sopenharmony_ci {CTRY_BOLIVIA, APL1_ETSIC, "BO"}, 3218c2ecf20Sopenharmony_ci {CTRY_BOSNIA_HERZ, ETSI1_WORLD, "BA"}, 3228c2ecf20Sopenharmony_ci {CTRY_BRAZIL, FCC3_WORLD, "BR"}, 3238c2ecf20Sopenharmony_ci {CTRY_BRUNEI_DARUSSALAM, APL6_WORLD, "BN"}, 3248c2ecf20Sopenharmony_ci {CTRY_BULGARIA, ETSI1_WORLD, "BG"}, 3258c2ecf20Sopenharmony_ci {CTRY_CAMBODIA, ETSI1_WORLD, "KH"}, 3268c2ecf20Sopenharmony_ci {CTRY_CANADA, FCC3_FCCA, "CA"}, 3278c2ecf20Sopenharmony_ci {CTRY_CANADA2, FCC6_FCCA, "CA"}, 3288c2ecf20Sopenharmony_ci {CTRY_CHILE, APL6_WORLD, "CL"}, 3298c2ecf20Sopenharmony_ci {CTRY_CHINA, APL1_WORLD, "CN"}, 3308c2ecf20Sopenharmony_ci {CTRY_COLOMBIA, FCC3_WORLD, "CO"}, 3318c2ecf20Sopenharmony_ci {CTRY_COSTA_RICA, FCC1_WORLD, "CR"}, 3328c2ecf20Sopenharmony_ci {CTRY_CROATIA, ETSI1_WORLD, "HR"}, 3338c2ecf20Sopenharmony_ci {CTRY_CYPRUS, ETSI1_WORLD, "CY"}, 3348c2ecf20Sopenharmony_ci {CTRY_CZECH, ETSI1_WORLD, "CZ"}, 3358c2ecf20Sopenharmony_ci {CTRY_DENMARK, ETSI1_WORLD, "DK"}, 3368c2ecf20Sopenharmony_ci {CTRY_DOMINICAN_REPUBLIC, FCC1_FCCA, "DO"}, 3378c2ecf20Sopenharmony_ci {CTRY_ECUADOR, FCC1_WORLD, "EC"}, 3388c2ecf20Sopenharmony_ci {CTRY_EGYPT, ETSI3_WORLD, "EG"}, 3398c2ecf20Sopenharmony_ci {CTRY_EL_SALVADOR, FCC1_WORLD, "SV"}, 3408c2ecf20Sopenharmony_ci {CTRY_ESTONIA, ETSI1_WORLD, "EE"}, 3418c2ecf20Sopenharmony_ci {CTRY_FINLAND, ETSI1_WORLD, "FI"}, 3428c2ecf20Sopenharmony_ci {CTRY_FRANCE, ETSI1_WORLD, "FR"}, 3438c2ecf20Sopenharmony_ci {CTRY_GEORGIA, ETSI4_WORLD, "GE"}, 3448c2ecf20Sopenharmony_ci {CTRY_GERMANY, ETSI1_WORLD, "DE"}, 3458c2ecf20Sopenharmony_ci {CTRY_GREECE, ETSI1_WORLD, "GR"}, 3468c2ecf20Sopenharmony_ci {CTRY_GREENLAND, ETSI1_WORLD, "GL"}, 3478c2ecf20Sopenharmony_ci {CTRY_GRENADA, FCC3_FCCA, "GD"}, 3488c2ecf20Sopenharmony_ci {CTRY_GUAM, FCC1_FCCA, "GU"}, 3498c2ecf20Sopenharmony_ci {CTRY_GUATEMALA, FCC1_FCCA, "GT"}, 3508c2ecf20Sopenharmony_ci {CTRY_HAITI, ETSI1_WORLD, "HT"}, 3518c2ecf20Sopenharmony_ci {CTRY_HONDURAS, FCC3_WORLD, "HN"}, 3528c2ecf20Sopenharmony_ci {CTRY_HONG_KONG, FCC3_WORLD, "HK"}, 3538c2ecf20Sopenharmony_ci {CTRY_HUNGARY, ETSI1_WORLD, "HU"}, 3548c2ecf20Sopenharmony_ci {CTRY_ICELAND, ETSI1_WORLD, "IS"}, 3558c2ecf20Sopenharmony_ci {CTRY_INDIA, APL6_WORLD, "IN"}, 3568c2ecf20Sopenharmony_ci {CTRY_INDONESIA, NULL1_WORLD, "ID"}, 3578c2ecf20Sopenharmony_ci {CTRY_IRAN, APL1_WORLD, "IR"}, 3588c2ecf20Sopenharmony_ci {CTRY_IRELAND, ETSI1_WORLD, "IE"}, 3598c2ecf20Sopenharmony_ci {CTRY_ISRAEL, ETSI3_WORLD, "IL"}, 3608c2ecf20Sopenharmony_ci {CTRY_ITALY, ETSI1_WORLD, "IT"}, 3618c2ecf20Sopenharmony_ci {CTRY_JAMAICA, FCC3_WORLD, "JM"}, 3628c2ecf20Sopenharmony_ci 3638c2ecf20Sopenharmony_ci {CTRY_JAPAN, MKK1_MKKA, "JP"}, 3648c2ecf20Sopenharmony_ci {CTRY_JAPAN1, MKK1_MKKB, "JP"}, 3658c2ecf20Sopenharmony_ci {CTRY_JAPAN2, MKK1_FCCA, "JP"}, 3668c2ecf20Sopenharmony_ci {CTRY_JAPAN3, MKK2_MKKA, "JP"}, 3678c2ecf20Sopenharmony_ci {CTRY_JAPAN4, MKK1_MKKA1, "JP"}, 3688c2ecf20Sopenharmony_ci {CTRY_JAPAN5, MKK1_MKKA2, "JP"}, 3698c2ecf20Sopenharmony_ci {CTRY_JAPAN6, MKK1_MKKC, "JP"}, 3708c2ecf20Sopenharmony_ci {CTRY_JAPAN7, MKK3_MKKB, "JP"}, 3718c2ecf20Sopenharmony_ci {CTRY_JAPAN8, MKK3_MKKA2, "JP"}, 3728c2ecf20Sopenharmony_ci {CTRY_JAPAN9, MKK3_MKKC, "JP"}, 3738c2ecf20Sopenharmony_ci {CTRY_JAPAN10, MKK4_MKKB, "JP"}, 3748c2ecf20Sopenharmony_ci {CTRY_JAPAN11, MKK4_MKKA2, "JP"}, 3758c2ecf20Sopenharmony_ci {CTRY_JAPAN12, MKK4_MKKC, "JP"}, 3768c2ecf20Sopenharmony_ci {CTRY_JAPAN13, MKK5_MKKB, "JP"}, 3778c2ecf20Sopenharmony_ci {CTRY_JAPAN14, MKK5_MKKA2, "JP"}, 3788c2ecf20Sopenharmony_ci {CTRY_JAPAN15, MKK5_MKKC, "JP"}, 3798c2ecf20Sopenharmony_ci {CTRY_JAPAN16, MKK6_MKKB, "JP"}, 3808c2ecf20Sopenharmony_ci {CTRY_JAPAN17, MKK6_MKKA2, "JP"}, 3818c2ecf20Sopenharmony_ci {CTRY_JAPAN18, MKK6_MKKC, "JP"}, 3828c2ecf20Sopenharmony_ci {CTRY_JAPAN19, MKK7_MKKB, "JP"}, 3838c2ecf20Sopenharmony_ci {CTRY_JAPAN20, MKK7_MKKA2, "JP"}, 3848c2ecf20Sopenharmony_ci {CTRY_JAPAN21, MKK7_MKKC, "JP"}, 3858c2ecf20Sopenharmony_ci {CTRY_JAPAN22, MKK8_MKKB, "JP"}, 3868c2ecf20Sopenharmony_ci {CTRY_JAPAN23, MKK8_MKKA2, "JP"}, 3878c2ecf20Sopenharmony_ci {CTRY_JAPAN24, MKK8_MKKC, "JP"}, 3888c2ecf20Sopenharmony_ci {CTRY_JAPAN25, MKK3_MKKA, "JP"}, 3898c2ecf20Sopenharmony_ci {CTRY_JAPAN26, MKK3_MKKA1, "JP"}, 3908c2ecf20Sopenharmony_ci {CTRY_JAPAN27, MKK3_FCCA, "JP"}, 3918c2ecf20Sopenharmony_ci {CTRY_JAPAN28, MKK4_MKKA1, "JP"}, 3928c2ecf20Sopenharmony_ci {CTRY_JAPAN29, MKK4_FCCA, "JP"}, 3938c2ecf20Sopenharmony_ci {CTRY_JAPAN30, MKK6_MKKA1, "JP"}, 3948c2ecf20Sopenharmony_ci {CTRY_JAPAN31, MKK6_FCCA, "JP"}, 3958c2ecf20Sopenharmony_ci {CTRY_JAPAN32, MKK7_MKKA1, "JP"}, 3968c2ecf20Sopenharmony_ci {CTRY_JAPAN33, MKK7_FCCA, "JP"}, 3978c2ecf20Sopenharmony_ci {CTRY_JAPAN34, MKK9_MKKA, "JP"}, 3988c2ecf20Sopenharmony_ci {CTRY_JAPAN35, MKK10_MKKA, "JP"}, 3998c2ecf20Sopenharmony_ci {CTRY_JAPAN36, MKK4_MKKA, "JP"}, 4008c2ecf20Sopenharmony_ci {CTRY_JAPAN37, MKK9_FCCA, "JP"}, 4018c2ecf20Sopenharmony_ci {CTRY_JAPAN38, MKK9_MKKA1, "JP"}, 4028c2ecf20Sopenharmony_ci {CTRY_JAPAN39, MKK9_MKKC, "JP"}, 4038c2ecf20Sopenharmony_ci {CTRY_JAPAN40, MKK9_MKKA2, "JP"}, 4048c2ecf20Sopenharmony_ci {CTRY_JAPAN41, MKK10_FCCA, "JP"}, 4058c2ecf20Sopenharmony_ci {CTRY_JAPAN42, MKK10_MKKA1, "JP"}, 4068c2ecf20Sopenharmony_ci {CTRY_JAPAN43, MKK10_MKKC, "JP"}, 4078c2ecf20Sopenharmony_ci {CTRY_JAPAN44, MKK10_MKKA2, "JP"}, 4088c2ecf20Sopenharmony_ci {CTRY_JAPAN45, MKK11_MKKA, "JP"}, 4098c2ecf20Sopenharmony_ci {CTRY_JAPAN46, MKK11_FCCA, "JP"}, 4108c2ecf20Sopenharmony_ci {CTRY_JAPAN47, MKK11_MKKA1, "JP"}, 4118c2ecf20Sopenharmony_ci {CTRY_JAPAN48, MKK11_MKKC, "JP"}, 4128c2ecf20Sopenharmony_ci {CTRY_JAPAN49, MKK11_MKKA2, "JP"}, 4138c2ecf20Sopenharmony_ci {CTRY_JAPAN50, MKK12_MKKA, "JP"}, 4148c2ecf20Sopenharmony_ci {CTRY_JAPAN51, MKK12_FCCA, "JP"}, 4158c2ecf20Sopenharmony_ci {CTRY_JAPAN52, MKK12_MKKA1, "JP"}, 4168c2ecf20Sopenharmony_ci {CTRY_JAPAN53, MKK12_MKKC, "JP"}, 4178c2ecf20Sopenharmony_ci {CTRY_JAPAN54, MKK12_MKKA2, "JP"}, 4188c2ecf20Sopenharmony_ci {CTRY_JAPAN57, MKK13_MKKB, "JP"}, 4198c2ecf20Sopenharmony_ci {CTRY_JAPAN58, MKK14_MKKA1, "JP"}, 4208c2ecf20Sopenharmony_ci {CTRY_JAPAN59, MKK15_MKKA1, "JP"}, 4218c2ecf20Sopenharmony_ci 4228c2ecf20Sopenharmony_ci {CTRY_JORDAN, ETSI2_WORLD, "JO"}, 4238c2ecf20Sopenharmony_ci {CTRY_KAZAKHSTAN, NULL1_WORLD, "KZ"}, 4248c2ecf20Sopenharmony_ci {CTRY_KENYA, APL1_WORLD, "KE"}, 4258c2ecf20Sopenharmony_ci {CTRY_KOREA_NORTH, APL9_WORLD, "KP"}, 4268c2ecf20Sopenharmony_ci {CTRY_KOREA_ROC, APL9_WORLD, "KR"}, 4278c2ecf20Sopenharmony_ci {CTRY_KOREA_ROC2, APL2_WORLD, "K2"}, 4288c2ecf20Sopenharmony_ci {CTRY_KOREA_ROC3, APL9_WORLD, "K3"}, 4298c2ecf20Sopenharmony_ci {CTRY_KUWAIT, ETSI3_WORLD, "KW"}, 4308c2ecf20Sopenharmony_ci {CTRY_LATVIA, ETSI1_WORLD, "LV"}, 4318c2ecf20Sopenharmony_ci {CTRY_LEBANON, NULL1_WORLD, "LB"}, 4328c2ecf20Sopenharmony_ci {CTRY_LIECHTENSTEIN, ETSI1_WORLD, "LI"}, 4338c2ecf20Sopenharmony_ci {CTRY_LITHUANIA, ETSI1_WORLD, "LT"}, 4348c2ecf20Sopenharmony_ci {CTRY_LUXEMBOURG, ETSI1_WORLD, "LU"}, 4358c2ecf20Sopenharmony_ci {CTRY_MACAU, FCC2_WORLD, "MO"}, 4368c2ecf20Sopenharmony_ci {CTRY_MACEDONIA, ETSI1_WORLD, "MK"}, 4378c2ecf20Sopenharmony_ci {CTRY_MALAYSIA, FCC1_WORLD, "MY"}, 4388c2ecf20Sopenharmony_ci {CTRY_MALTA, ETSI1_WORLD, "MT"}, 4398c2ecf20Sopenharmony_ci {CTRY_MAURITIUS, ETSI1_WORLD, "MU"}, 4408c2ecf20Sopenharmony_ci {CTRY_MEXICO, FCC1_FCCA, "MX"}, 4418c2ecf20Sopenharmony_ci {CTRY_MONACO, ETSI4_WORLD, "MC"}, 4428c2ecf20Sopenharmony_ci {CTRY_MONTENEGRO, ETSI1_WORLD, "ME"}, 4438c2ecf20Sopenharmony_ci {CTRY_MOROCCO, APL4_WORLD, "MA"}, 4448c2ecf20Sopenharmony_ci {CTRY_NEPAL, APL1_WORLD, "NP"}, 4458c2ecf20Sopenharmony_ci {CTRY_NETHERLANDS, ETSI1_WORLD, "NL"}, 4468c2ecf20Sopenharmony_ci {CTRY_NETHERLANDS_ANTILLES, ETSI1_WORLD, "AN"}, 4478c2ecf20Sopenharmony_ci {CTRY_NEW_ZEALAND, FCC3_ETSIC, "NZ"}, 4488c2ecf20Sopenharmony_ci {CTRY_NICARAGUA, FCC3_FCCA, "NI"}, 4498c2ecf20Sopenharmony_ci {CTRY_NORWAY, ETSI1_WORLD, "NO"}, 4508c2ecf20Sopenharmony_ci {CTRY_OMAN, FCC3_WORLD, "OM"}, 4518c2ecf20Sopenharmony_ci {CTRY_PAKISTAN, NULL1_WORLD, "PK"}, 4528c2ecf20Sopenharmony_ci {CTRY_PANAMA, FCC1_FCCA, "PA"}, 4538c2ecf20Sopenharmony_ci {CTRY_PAPUA_NEW_GUINEA, FCC1_WORLD, "PG"}, 4548c2ecf20Sopenharmony_ci {CTRY_PARAGUAY, FCC3_WORLD, "PY"}, 4558c2ecf20Sopenharmony_ci {CTRY_PERU, FCC3_WORLD, "PE"}, 4568c2ecf20Sopenharmony_ci {CTRY_PHILIPPINES, FCC3_WORLD, "PH"}, 4578c2ecf20Sopenharmony_ci {CTRY_POLAND, ETSI1_WORLD, "PL"}, 4588c2ecf20Sopenharmony_ci {CTRY_PORTUGAL, ETSI1_WORLD, "PT"}, 4598c2ecf20Sopenharmony_ci {CTRY_PUERTO_RICO, FCC1_FCCA, "PR"}, 4608c2ecf20Sopenharmony_ci {CTRY_QATAR, APL1_WORLD, "QA"}, 4618c2ecf20Sopenharmony_ci {CTRY_ROMANIA, ETSI1_WORLD, "RO"}, 4628c2ecf20Sopenharmony_ci {CTRY_RUSSIA, ETSI8_WORLD, "RU"}, 4638c2ecf20Sopenharmony_ci {CTRY_SAUDI_ARABIA, NULL1_WORLD, "SA"}, 4648c2ecf20Sopenharmony_ci {CTRY_SERBIA, ETSI1_WORLD, "RS"}, 4658c2ecf20Sopenharmony_ci {CTRY_SERBIA_MONTENEGRO, ETSI1_WORLD, "CS"}, 4668c2ecf20Sopenharmony_ci {CTRY_SINGAPORE, FCC3_WORLD, "SG"}, 4678c2ecf20Sopenharmony_ci {CTRY_SLOVAKIA, ETSI1_WORLD, "SK"}, 4688c2ecf20Sopenharmony_ci {CTRY_SLOVENIA, ETSI1_WORLD, "SI"}, 4698c2ecf20Sopenharmony_ci {CTRY_SOUTH_AFRICA, FCC3_WORLD, "ZA"}, 4708c2ecf20Sopenharmony_ci {CTRY_SPAIN, ETSI1_WORLD, "ES"}, 4718c2ecf20Sopenharmony_ci {CTRY_SRI_LANKA, FCC3_WORLD, "LK"}, 4728c2ecf20Sopenharmony_ci {CTRY_SWEDEN, ETSI1_WORLD, "SE"}, 4738c2ecf20Sopenharmony_ci {CTRY_SWITZERLAND, ETSI1_WORLD, "CH"}, 4748c2ecf20Sopenharmony_ci {CTRY_SYRIA, NULL1_WORLD, "SY"}, 4758c2ecf20Sopenharmony_ci {CTRY_TAIWAN, APL3_FCCA, "TW"}, 4768c2ecf20Sopenharmony_ci {CTRY_TANZANIA, APL1_WORLD, "TZ"}, 4778c2ecf20Sopenharmony_ci {CTRY_THAILAND, FCC3_WORLD, "TH"}, 4788c2ecf20Sopenharmony_ci {CTRY_TRINIDAD_Y_TOBAGO, FCC3_WORLD, "TT"}, 4798c2ecf20Sopenharmony_ci {CTRY_TUNISIA, ETSI3_WORLD, "TN"}, 4808c2ecf20Sopenharmony_ci {CTRY_TURKEY, ETSI3_WORLD, "TR"}, 4818c2ecf20Sopenharmony_ci {CTRY_UGANDA, FCC3_WORLD, "UG"}, 4828c2ecf20Sopenharmony_ci {CTRY_UKRAINE, ETSI9_WORLD, "UA"}, 4838c2ecf20Sopenharmony_ci {CTRY_UAE, NULL1_WORLD, "AE"}, 4848c2ecf20Sopenharmony_ci {CTRY_UNITED_KINGDOM, ETSI1_WORLD, "GB"}, 4858c2ecf20Sopenharmony_ci {CTRY_UNITED_STATES, FCC3_FCCA, "US"}, 4868c2ecf20Sopenharmony_ci {CTRY_UNITED_STATES2, FCC3_FCCA, "US"}, 4878c2ecf20Sopenharmony_ci {CTRY_UNITED_STATES3, FCC3_FCCA, "US"}, 4888c2ecf20Sopenharmony_ci /* This "PS" is for US public safety actually... to support this we 4898c2ecf20Sopenharmony_ci * would need to assign new special alpha2 to CRDA db as with the world 4908c2ecf20Sopenharmony_ci * regdomain and use another alpha2 */ 4918c2ecf20Sopenharmony_ci {CTRY_UNITED_STATES_FCC49, FCC4_FCCA, "PS"}, 4928c2ecf20Sopenharmony_ci {CTRY_URUGUAY, FCC3_WORLD, "UY"}, 4938c2ecf20Sopenharmony_ci {CTRY_UZBEKISTAN, FCC3_FCCA, "UZ"}, 4948c2ecf20Sopenharmony_ci {CTRY_VENEZUELA, APL2_ETSIC, "VE"}, 4958c2ecf20Sopenharmony_ci {CTRY_VIET_NAM, NULL1_WORLD, "VN"}, 4968c2ecf20Sopenharmony_ci {CTRY_YEMEN, NULL1_WORLD, "YE"}, 4978c2ecf20Sopenharmony_ci {CTRY_ZIMBABWE, ETSI1_WORLD, "ZW"}, 4988c2ecf20Sopenharmony_ci}; 4998c2ecf20Sopenharmony_ci 5008c2ecf20Sopenharmony_ci#endif 501