PERFORCE change 149920 for review

Sam Leffler sam at FreeBSD.org
Tue Sep 16 23:37:55 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149920

Change 149920 by sam at sam_ebb on 2008/09/16 23:37:54

	add GSM specifications; probably need to remove the GS
	ISOCC at some point (need to research whether ISO has
	locally defined values or if maybe we should allow 3-char
	names to avoid conflict)

Affected files ...

.. //depot/projects/vap/etc/regdomain.xml#3 edit

Differences ...

==== //depot/projects/vap/etc/regdomain.xml#3 (text+ko) ====

@@ -1080,6 +1080,29 @@
     </band>
   </netband>
 </rd>
+
+<rd id="gsm">
+  <name>GSM</name>
+  <sku>0x09</sku>
+  <defcc ref="GS"/>
+  <netband mode="11g">
+    <band>
+      <freqband ref="S1_907_922_5"/>
+      <maxpower>30</maxpower>
+      <flags>IEEE80211_CHAN_G</flags>
+    </band>
+    <band>
+      <freqband ref="S1_907_922_10"/>
+      <maxpower>30</maxpower>
+      <flags>IEEE80211_CHAN_G</flags>
+    </band>
+    <band>
+      <freqband ref="S1_912_917"/>
+      <maxpower>30</maxpower>
+      <flags>IEEE80211_CHAN_G</flags>
+    </band>
+  </netband>
+</rd>
 </regulatory-domains>
 
 <country-codes>
@@ -1198,6 +1221,10 @@
 <country id="GR">
   <isocc>300</isocc> <name>Greece</name> <rd ref="etsi"/>
 </country>
+<!-- XXX hack and likely to conflict at some point -->
+<country id="GS">
+  <isocc>843</isocc> <name>GSM</name> <rd ref="gsm"/>
+</country>
 <country id="GT">
   <isocc>320</isocc> <name>Guatemala</name> <rd ref="none"/>
 </country>
@@ -1575,6 +1602,21 @@
   <freqstart>2512</freqstart> <freqend>2732</freqend>
   <chanwidth>20</chanwidth> <chansep>5</chansep>
 </freqband>
+
+<freqband id="S1_907_922_5">
+  <freqstart>2422</freqstart> <freqend>2437</freqend>
+  <chanwidth>5</chanwidth> <chansep>5</chansep>
+  <flags>IEEE80211_CHAN_QUARTER</flags>
+</freqband>
+<freqband id="S1_907_922_10">
+  <freqstart>2422</freqstart> <freqend>2437</freqend>
+  <chanwidth>10</chanwidth> <chansep>5</chansep>
+  <flags>IEEE80211_CHAN_HALF</flags>
+</freqband>
+<freqband id="S1_912_917">
+  <freqstart>2427</freqstart> <freqend>2432</freqend>
+  <chanwidth>20</chanwidth> <chansep>5</chansep>
+</freqband>
 </shared-frequency-bands>
 
 </regulatory-data>


More information about the p4-projects mailing list