Преглед изворни кода

qcacmn: Map Israel country to ETSI17_WORLD

According to regdomain update #33, Israel is mapped to
ETSI17_WORLD for WIN and Linux Android.
Reflect this mapping in "country_code_to_reg_domain"
table.

CRs-Fixed: 2867399
Change-Id: I340916175e2d049a2c8c978d16e35e1894089c24
Priyadarshnee пре 4 година
родитељ
комит
042a498d09
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      umac/regulatory/core/src/reg_db.c

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

@@ -406,7 +406,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
 	CE(IRAQ, ETSI1_WORLD, 0, IQ, 40, 160, 0, 0),
 	CE(IRELAND, ETSI1_WORLD, 0, IE, 40, 160, 0, 0),
 	CE(ISLE_OF_MAN, ETSI1_WORLD, 0, IM, 40, 160, 0, 0),
-	CE(ISRAEL, ETSI3_WORLD, 0, IL, 40, 160, 0, 0),
+	CE(ISRAEL, ETSI17_WORLD, 0, IL, 40, 160, 0, 0),
 	CE(ITALY, ETSI1_WORLD, 0, IT, 40, 160, 0, 0),
 	CE(JAMAICA, FCC13_WORLD, 0, JM, 40, 160, 0, 0),
 	CE(JAPAN, MKK17_MKKC, 0, JP, 40, 160, 0, 0),
@@ -816,7 +816,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
 	CE(IRAQ, ETSI1_WORLD, 0, IQ, 40, 160, 0, 0),
 	CE(IRELAND, ETSI13_WORLD, 0, IE, 40, 160, 0, 0),
 	CE(ISLE_OF_MAN, ETSI13_WORLD, 0, IM, 40, 160, 0, 0),
-	CE(ISRAEL, ETSI3_WORLD, 0, IL, 40, 160, 0, 0),
+	CE(ISRAEL, ETSI17_WORLD, 0, IL, 40, 160, 0, 0),
 	CE(ITALY, ETSI13_WORLD, 0, IT, 40, 160, 0, 0),
 	CE(JAMAICA, FCC13_WORLD, 0, JM, 40, 160, 0, 0),
 	CE(JAPAN, MKK17_MKKC, 0, JP, 40, 160, 0, 0),