Ver código fonte

qcacmn: Add KOREA_ROC3 country code to regdb database

Add KOREA_ROC3 country code to regdb database

Change-Id: Ifa71577d7c0795067654128112f58a4ed9568072
CRs-Fixed: 2124070
Shashikala Prabhu 7 anos atrás
pai
commit
38d5f6fc61
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      umac/regulatory/core/src/reg_db.c

+ 2 - 0
umac/regulatory/core/src/reg_db.c

@@ -110,6 +110,7 @@ enum country_code {
 	CTRY_KAZAKHSTAN = 398,
 	CTRY_KENYA = 404,
 	CTRY_KOREA_ROC = 410,
+	CTRY_KOREA_ROC3 = 412,
 	CTRY_KUWAIT = 414,
 	CTRY_LATVIA = 428,
 	CTRY_LEBANON = 422,
@@ -361,6 +362,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
 	{CTRY_KAZAKHSTAN, NULL1_WORLD, "KZ", "KZ", 40, 0, 0},
 	{CTRY_KENYA, APL12_WORLD, "KE", "KE", 40, 160, 0},
 	{CTRY_KOREA_ROC, APL9_WORLD, "KR", "KR", 40, 160, 0},
+	{CTRY_KOREA_ROC3, APL9_WORLD, "K3", "KR", 40, 160, 0},
 	{CTRY_KUWAIT, ETSI3_WORLD, "KW", "KW", 40, 160, 0},
 	{CTRY_LATVIA, ETSI1_WORLD, "LV", "LV", 40, 160, 0},
 	{CTRY_LEBANON, FCC3_WORLD, "LB", "LB", 40, 160, 0},