fcc_reboot 0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +4 -0
- data/LICENSE.md +10 -0
- data/README.mkd +87 -0
- data/Rakefile +16 -0
- data/fcc_ruby_gem.gemspec +38 -0
- data/lib/fcc_reboot.rb +47 -0
- data/lib/fcc_reboot/client.rb +20 -0
- data/lib/fcc_reboot/client/api.rb +233 -0
- data/lib/fcc_reboot/client/connection.rb +37 -0
- data/lib/fcc_reboot/client/request.rb +40 -0
- data/lib/fcc_reboot/configuration.rb +44 -0
- data/lib/fcc_reboot/version.rb +3 -0
- data/spec/api.rb +294 -0
- data/spec/fixtures/broadband_test.json +1 -0
- data/spec/fixtures/census-block-conversions-api.json +7 -0
- data/spec/fixtures/frn-conversions-getinfo.json +13 -0
- data/spec/fixtures/frn-conversions-getlist.json +13 -0
- data/spec/fixtures/get_entities.json +1 -0
- data/spec/fixtures/get_issued.json +1 -0
- data/spec/fixtures/get_licenses.json +1 -0
- data/spec/fixtures/get_renewals.json +1 -0
- data/spec/fixtures/get_spectrum_bands.json +1 -0
- data/spec/fixtures/license-view-get-categories.json +1 -0
- data/spec/fixtures/license-view-get-common-names.json +1 -0
- data/spec/fixtures/license-view-get-licenses.json +1 -0
- data/spec/fixtures/license-view-get-statuses.json +1 -0
- data/spec/frn_conversions_spec.rb +0 -0
- data/spec/helper.rb +19 -0
- metadata +255 -0
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"@executionTime": "4.31",
|
3
|
+
"@status": "OK",
|
4
|
+
"Frns": {"Frn": [
|
5
|
+
{
|
6
|
+
"frn": "0017855545",
|
7
|
+
"companyName": "Cygnus Telecommunications Corporation",
|
8
|
+
"holdingCompanyName": "Cygnus Telecommunications Corporation",
|
9
|
+
"regulationStatus": "N",
|
10
|
+
"modifyDate": "2010.07.30 15:23:02"
|
11
|
+
}
|
12
|
+
]}
|
13
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"Entities","lastUpdate":"Apr 15, 2011","Stat":[{"statDesc":"Individual","statCount":"1309117","statPercent":"64.6044"},{"statDesc":"Business","statCount":"514744","statPercent":"25.4024"},{"statDesc":"Government","statCount":"197394","statPercent":"9.7413"},{"statDesc":"Other","statCount":"5104","statPercent":"0.2519"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"Licenses issued by year","lastUpdate":"Apr 15, 2011","Stat":[{"statDesc":"2001","statCount":"5298","statPercent":"12.1575"},{"statDesc":"2002","statCount":"3332","statPercent":"7.6461"},{"statDesc":"2003","statCount":"4510","statPercent":"10.3493"},{"statDesc":"2004","statCount":"1974","statPercent":"4.5298"},{"statDesc":"2005","statCount":"2008","statPercent":"4.6078"},{"statDesc":"2006","statCount":"1429","statPercent":"3.2792"},{"statDesc":"2007","statCount":"4221","statPercent":"9.6861"},{"statDesc":"2008","statCount":"3302","statPercent":"7.5772"},{"statDesc":"2009","statCount":"7173","statPercent":"16.4601"},{"statDesc":"2010","statCount":"5543","statPercent":"12.7197"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Criteria":{"SearchCriterion":[{"field":"name","value":"AT"},{"field":"radioservice","value":"Cellular"}]},"Licenses":{"page":"1","rowPerPage":"1000","totalRows":"617","lastUpdate":"Apr 1, 2011","License":[{"id":"11538","callSign":"KNKA208","licenseeName":"NEW CINGULAR WIRELESS PCS, LLC","commonName":"AT&T","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA028","marketDesc":"Indianapolis, IN","ChannelBlock":{"channel":"A ","Frequency":[{"freqId":"44071","lowerBand":"824","upperBand":"835"},{"freqId":"44072","lowerBand":"845","upperBand":"846.5"},{"freqId":"44073","lowerBand":"869","upperBand":"880"},{"freqId":"44074","lowerBand":"890","upperBand":"891.5"}]}},{"id":"12430","callSign":"KNKA210","licenseeName":"NEW CINGULAR WIRELESS PCS, LLC","commonName":"AT&T","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA025","marketDesc":"Buffalo, NY","ChannelBlock":{"channel":"A ","Frequency":[{"freqId":"47055","lowerBand":"824","upperBand":"835"},{"freqId":"47056","lowerBand":"845","upperBand":"846.5"},{"freqId":"47057","lowerBand":"869","upperBand":"880"},{"freqId":"47058","lowerBand":"890","upperBand":"891.5"}]}},{"id":"11520","callSign":"KNKA214","licenseeName":"MILWAUKEE SMSA LIMITED PARTNERSHIP","commonName":"AT&T","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA021","marketDesc":"Milwaukee, WI","ChannelBlock":{"channel":"B ","Frequency":[{"freqId":"44007","lowerBand":"835","upperBand":"845"},{"freqId":"44008","lowerBand":"846.5","upperBand":"849"},{"freqId":"44009","lowerBand":"880","upperBand":"890"},{"freqId":"44010","lowerBand":"891.5","upperBand":"894"}]}},{"id":"12062","callSign":"KNKA217","licenseeName":"NEW CINGULAR WIRELESS PCS, LLC","commonName":"AT&T","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA017","marketDesc":"Atlanta, GA","ChannelBlock":{"channel":"B ","Frequency":[{"freqId":"45651","lowerBand":"835","upperBand":"845"},{"freqId":"45652","lowerBand":"846.5","upperBand":"849"},{"freqId":"45653","lowerBand":"880","upperBand":"890"},{"freqId":"45654","lowerBand":"891.5","upperBand":"894"}]}},{"id":"2767255","callSign":"WQDY775","licenseeName":"New Cingular Wireless PCS, LLC","commonName":"AT&T","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA552","marketDesc":"New Jersey 3 - Sussex","ChannelBlock":{"channel":"A ","Frequency":[{"freqId":"50783","lowerBand":"824","upperBand":"835"},{"freqId":"50784","lowerBand":"845","upperBand":"846.5"},{"freqId":"50785","lowerBand":"869","upperBand":"880"},{"freqId":"50786","lowerBand":"890","upperBand":"891.5"}]}},{"id":"13397","callSign":"KNKA709","licenseeName":"ATHENS CELLULAR, INC.","commonName":"Verizon Wireless","radioServiceCode":"CL","radioServiceDesc":"Cellular","marketCode":"CMA234","marketDesc":"Athens, GA","ChannelBlock":{"channel":"A ","Frequency":[{"freqId":"50363","lowerBand":"824","upperBand":"835"},{"freqId":"50364","lowerBand":"845","upperBand":"846.5"},{"freqId":"50365","lowerBand":"869","upperBand":"880"},{"freqId":"50366","lowerBand":"890","upperBand":"891.5"}]}}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"Licenses to be renewed","lastUpdate":"Apr 15, 2011","Stat":[{"statDesc":"201104","statCount":"24","statPercent":"0.3051"},{"statDesc":"201105","statCount":"90","statPercent":"1.1443"},{"statDesc":"201106","statCount":"170","statPercent":"2.1615"},{"statDesc":"201107","statCount":"157","statPercent":"1.9962"},{"statDesc":"201108","statCount":"3172","statPercent":"40.3306"},{"statDesc":"201109","statCount":"162","statPercent":"2.0598"},{"statDesc":"201110","statCount":"1505","statPercent":"19.1354"},{"statDesc":"201111","statCount":"145","statPercent":"1.8436"},{"statDesc":"201112","statCount":"112","statPercent":"1.424"},{"statDesc":"201201","statCount":"177","statPercent":"2.2505"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Criteria":{"SearchCriterion":[{"field":"frequencyFrom","value":"226"},{"field":"frequencyTo","value":"900"}]},"SpectrumBands":{"page":"1","rowPerPage":"1000","totalRows":"40","lastUpdate":"Apr 1, 2011","SpectrumBand":[{"id":"1","lowerBand":"225","upperBand":"235","bandDesc":"This band is allocated for exclusive Federal Government use. Operation of unlicensed Part 15 Devices is permitted between 225 and 235 MHz."},{"id":"2","lowerBand":"235","upperBand":"267","bandDesc":"This band is allocated for exclusive Federal Government use. Operation of unlicensed Part 15 Devices is permitted between 235 and 240 MHz."},{"id":"3","lowerBand":"267","upperBand":"322","bandDesc":"This band is allocated for exclusive Federal Government use. Operation of unlicensed Part 15 Devices is permitted between 285 and 322 MHz."},{"id":"4","lowerBand":"322","upperBand":"328.6","bandDesc":"This band is allocated for exclusive Federal Government use."},{"id":"5","lowerBand":"328.6","upperBand":"335.4","bandDesc":"This band is used in the Aviation Service. This band is allocated for both Federal and Non-Federal use."},{"id":"6","lowerBand":"335.4","upperBand":"399.9","bandDesc":"This band is allocated for exclusive Federal Government use. Operation of unlicensed Part 15 Devices is permitted between 335.4 and 399.9 MHz."},{"id":"7","lowerBand":"399.9","upperBand":"400.05","bandDesc":"This band is used in the Mobile Satellite Service (MSS) and Radionavigation Satellite Service. This band is allocated for both Federal and Non-Federal use."}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"Categories","lastUpdate":"Apr 15, 2011","Stat":[{"statDesc":"Land Mobile Radio","statCount":"36739","statPercent":"83.5357"},{"statDesc":"Mobile/Fixed Broadband","statCount":"5634","statPercent":"12.8104"},{"statDesc":"Fixed Wireless","statCount":"1095","statPercent":"2.4898"},{"statDesc":"Satellite Earth Station","statCount":"355","statPercent":"0.8072"},{"statDesc":"Safety of Life","statCount":"148","statPercent":"0.3365"},{"statDesc":"Broadcast","statCount":"8","statPercent":"0.0182"},{"statDesc":"Paging and Messaging","statCount":"1","statPercent":"0.0023"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"Top Licensee Names","Stat":[{"statDesc":"Nextel License Holdings 4, Inc.","statCount":"11989"},{"statDesc":"Nextel License Holdings 1, Inc.","statCount":"6934"},{"statDesc":"Nextel of California, Inc.","statCount":"5229"},{"statDesc":"Nextel Communications of the Mid-Atlantic, Inc.","statCount":"4619"},{"statDesc":"FCI 900, Inc.","statCount":"4358"},{"statDesc":"Nextel WIP License Corp.","statCount":"4130"},{"statDesc":"Nextel of Texas, Inc.","statCount":"2499"},{"statDesc":"NEXTEL OF NEW YORK, INC .","statCount":"1262"},{"statDesc":"Nextel License Holdings 3, Inc","statCount":"605"},{"statDesc":"SprintCom, Inc.","statCount":"489"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Licenses":{"page":"1","rowPerPage":"100","totalRows":"1902","lastUpdate":"Apr 15, 2011","License":[{"licName":"CELLCO PARTNERSHIP (\"VERIZON WIRELESS\")","frn":"","callsign":"","categoryDesc":"Satellite Earth Station","serviceDesc":"","statusDesc":"Active","expiredDate":"","licenseID":"2300007967","licDetailURL":"http://licensing.fcc.gov/cgi-bin/ws.exe/prod/ib/forms/reports/swr031b.hts?prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/File+Number&q_set=V_SITE_ANTENNA_FREQ.file_numberC/File+Number/=/FCNNEW2000060800036"},{"licName":"CELLO PARTNERSHIP (\"VERIZON WIRELESS\")","frn":"","callsign":"","categoryDesc":"Satellite Earth Station","serviceDesc":"","statusDesc":"Active","expiredDate":"","licenseID":"2300010661","licDetailURL":"http://licensing.fcc.gov/cgi-bin/ws.exe/prod/ib/forms/reports/swr031b.hts?prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/File+Number&q_set=V_SITE_ANTENNA_FREQ.file_numberC/File+Number/=/FCNNEW2000083100048"},{"licName":"Cellco Partnership d/b/a Verizon Wireless","frn":"0003290673","callsign":"KE2XMC","categoryDesc":"Experimental","serviceDesc":"Experimental Developmental","statusDesc":"Unknown","expiredDate":"12/14/2000","licenseID":"3000020853","licDetailURL":"https://fjallfoss.fcc.gov/oetcf/els/reports/ELSSearchResult.cfm?callsign=KE2XMC"},{"licName":"Cellco Partnership d/b/a Verizon Wireless","frn":"0003290673","callsign":"WA2XPS","categoryDesc":"Experimental","serviceDesc":"Experimental Developmental","statusDesc":"Unknown","expiredDate":"12/14/2000","licenseID":"3000020851","licDetailURL":"https://fjallfoss.fcc.gov/oetcf/els/reports/ELSSearchResult.cfm?callsign=WA2XPS"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"KNKP866","categoryDesc":"Mobile/Fixed Broadband","serviceDesc":"Cellular","statusDesc":"Cancelled","expiredDate":"10/01/2005","licenseID":"13328","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=13328"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WHB541","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"979745","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=979745"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLK685","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"993326","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=993326"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLK686","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"993327","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=993327"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLK687","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"993328","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=993328"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLK874","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"993488","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=993488"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLK996","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"993586","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=993586"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WLN886","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"995551","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=995551"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMK979","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1002744","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1002744"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMK980","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1002745","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1002745"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WML720","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1003096","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1003096"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WML721","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1003097","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1003097"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMM380","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1003229","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1003229"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMN783","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1004107","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1004107"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMR381","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1005212","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1005212"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMR382","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1005213","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1005213"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WMR588","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"02/01/2011","licenseID":"1005412","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1005412"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPQN978","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"07/11/2010","licenseID":"1092374","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1092374"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPQP212","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"07/11/2010","licenseID":"1092516","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1092516"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPTR326","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"11/28/2011","licenseID":"2366124","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2366124"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPTR532","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Expired","expiredDate":"05/29/2002","licenseID":"2366352","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2366352"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPTR534","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"05/29/2002","licenseID":"2366354","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2366354"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPTR536","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"05/29/2002","licenseID":"2366356","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2366356"},{"licName":"Cellco Partnership dba Verizon Wireless","frn":"0003290673","callsign":"WPTY538","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"01/14/2012","licenseID":"2375580","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2375580"},{"licName":"VERIZON WIRELESS","frn":"0006192306","callsign":"WPWS676","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"01/15/2013","licenseID":"2476863","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2476863"},{"licName":"VERIZON WIRELESS","frn":"0014681530","callsign":"WQEL996","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"03/02/2016","licenseID":"2789863","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2789863"},{"licName":"VERIZON WIRELESS","frn":"0014953343","callsign":"WQEW963","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"05/08/2016","licenseID":"2808742","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2808742"},{"licName":"VERIZON WIRELESS","frn":"0019608850","callsign":"WQLP918","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"03/25/2020","licenseID":"3181086","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=3181086"},{"licName":"VERIZON WIRELESS","frn":"0019608850","callsign":"WQLP919","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"03/25/2020","licenseID":"3181087","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=3181087"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800315","callsign":"WPRS809","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool - Commercial, Conventional","statusDesc":"Expired","expiredDate":"01/17/2011","licenseID":"1939494","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1939494"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800315","callsign":"WPRS812","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool - Commercial, Conventional","statusDesc":"Expired","expiredDate":"01/17/2011","licenseID":"1939497","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1939497"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800315","callsign":"WPRS813","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool - Commercial, Conventional","statusDesc":"Expired","expiredDate":"01/17/2011","licenseID":"1939498","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1939498"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPSZ950","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Expired","expiredDate":"02/15/2002","licenseID":"2343943","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2343943"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPTR528","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Expired","expiredDate":"05/29/2002","licenseID":"2366348","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2366348"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPWL391","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Expired","expiredDate":"01/28/2003","licenseID":"2467951","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2467951"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPWL393","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Expired","expiredDate":"01/28/2003","licenseID":"2467953","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2467953"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZI666","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"01/16/2014","licenseID":"2577424","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2577424"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZI670","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"01/16/2014","licenseID":"2577428","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2577428"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZI836","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"01/20/2014","licenseID":"2577714","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2577714"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZI839","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"01/20/2014","licenseID":"2577717","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2577717"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZK587","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"01/30/2014","licenseID":"2580895","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2580895"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZL320","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"02/04/2014","licenseID":"2581825","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2581825"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZL409","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"02/05/2014","licenseID":"2582034","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2582034"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZT895","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"03/12/2014","licenseID":"2601281","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2601281"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WPZT898","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"03/12/2014","licenseID":"2601284","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2601284"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQAB651","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"04/29/2014","licenseID":"2615491","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2615491"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQAB893","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"04/30/2014","licenseID":"2616030","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2616030"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQBL298","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"10/28/2014","licenseID":"2666527","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2666527"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQBL305","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"10/28/2014","licenseID":"2666534","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2666534"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQBL768","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"11/02/2014","licenseID":"2667349","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2667349"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQBM438","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"11/04/2014","licenseID":"2668313","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2668313"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQBQ719","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Cancelled","expiredDate":"11/23/2014","licenseID":"2673501","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2673501"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQKA248","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"03/03/2019","licenseID":"3082958","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=3082958"},{"licName":"VERIZON WIRELESS (VAW) LLC","frn":"0003800307","callsign":"WQLX749","categoryDesc":"Fixed Wireless","serviceDesc":"Common Carrier Fixed Point to Point Microwave","statusDesc":"Active","expiredDate":"05/20/2020","licenseID":"3199313","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=3199313"},{"licName":"VERIZON WIRELESS AMPHITHEATRE","frn":"0014891733","callsign":"WQEU357","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Active","expiredDate":"04/17/2016","licenseID":"2803110","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=2803110"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0003295904","callsign":"KCI300","categoryDesc":"Paging and Messaging","serviceDesc":"Paging and Radiotelephone","statusDesc":"Cancelled","expiredDate":"04/01/2009","licenseID":"209","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=209"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"KNNG482","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"01/17/2001","licenseID":"1113954","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1113954"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"KNNQ606","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"04/01/2001","licenseID":"1114634","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1114634"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001544535","callsign":"KNNV955","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"05/21/2001","licenseID":"1114770","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1114770"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001544535","callsign":"KNNV956","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"05/22/2001","licenseID":"1114771","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1114771"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001544535","callsign":"KNNV998","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"05/29/2001","licenseID":"1114775","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1114775"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WNDH326","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool - Commercial, Conventional","statusDesc":"Expired","expiredDate":"10/29/2000","licenseID":"1649523","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1649523"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0003295904","callsign":"WNFM402","categoryDesc":"Land Mobile Radio","serviceDesc":"Other Indust/Land Transp, 806-821/851-866 MHz, Conv.","statusDesc":"Cancelled","expiredDate":"02/25/2004","licenseID":"1586127","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1586127"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WNLM488","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"10/13/2003","licenseID":"1662706","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1662706"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0003295904","callsign":"WNQS582","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"11/27/2004","licenseID":"1670218","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1670218"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WNXC620","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"10/25/2003","licenseID":"1687730","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1687730"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WNYF763","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"07/30/2002","licenseID":"1692111","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1692111"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WNYJ543","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"10/13/2003","licenseID":"1692837","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1692837"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WPBE321","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"10/13/2003","licenseID":"1703545","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1703545"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPBU812","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"10/05/2003","licenseID":"1706104","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1706104"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPBW672","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool, Conventional","statusDesc":"Cancelled","expiredDate":"03/23/2003","licenseID":"1706401","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1706401"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPHT813","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"10/03/2000","licenseID":"1134181","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1134181"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIS751","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/08/2000","licenseID":"1135637","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135637"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIU282","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/07/2000","licenseID":"1135715","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135715"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIU291","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/07/2000","licenseID":"1135716","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135716"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIU292","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/07/2000","licenseID":"1135717","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135717"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIU296","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/07/2000","licenseID":"1135718","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135718"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001545458","callsign":"WPIY419","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"11/29/2000","licenseID":"1135893","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135893"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WPJI818","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136079","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136079"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJI986","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136131","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136131"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJJ289","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136145","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136145"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WPJJ294","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136149","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136149"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJJ429","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136159","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136159"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJJ430","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136160","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136160"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJJ431","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"06/28/2001","licenseID":"1136161","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136161"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001792407","callsign":"WPJJ691","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"07/01/2001","licenseID":"1136197","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136197"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WPJK722","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"07/09/2001","licenseID":"1136251","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136251"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001544535","callsign":"WPJL263","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"07/12/2001","licenseID":"1136260","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136260"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES LLC","frn":"0001546480","callsign":"WPJN738","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Expired","expiredDate":"08/09/2001","licenseID":"1136371","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136371"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"KNHB768","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"04/13/2009","licenseID":"1113464","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1113464"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPFN780","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"09/22/2009","licenseID":"1132367","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1132367"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPHE479","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"05/08/2010","licenseID":"1133636","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1133636"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPHQ247","categoryDesc":"Land Mobile Radio","serviceDesc":"Industrial/Business Pool - Commercial, Conventional","statusDesc":"Cancelled","expiredDate":"07/05/2010","licenseID":"1728811","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1728811"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPHY978","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"09/05/2010","licenseID":"1134685","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1134685"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPIJ368","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"09/27/2010","licenseID":"1135317","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1135317"},{"licName":"VERIZON WIRELESS MESSAGING SERVICES, LLC","frn":"0001545458","callsign":"WPJJ374","categoryDesc":"Paging and Messaging","serviceDesc":"Private Carrier Paging, 929-930 MHz","statusDesc":"Cancelled","expiredDate":"06/28/2011","licenseID":"1136180","licDetailURL":"http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?__newWindow=false&licKey=1136180"}]}}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"status":"OK","Stats":{"type":"License Status","lastUpdate":"Apr 15, 2011","Stat":[{"statDesc":"Active","statCount":"43980","statPercent":"76.0"},{"statDesc":"Cancelled","statCount":"13187","statPercent":"23.0"},{"statDesc":"Expired","statCount":"274","statPercent":"0.0"},{"statDesc":"Terminated","statCount":"122","statPercent":"0.0"}]}}
|
File without changes
|
data/spec/helper.rb
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
require 'simplecov'
|
2
|
+
SimpleCov.start
|
3
|
+
require File.expand_path('../../lib/fcc_reboot', __FILE__)
|
4
|
+
require 'rspec'
|
5
|
+
require 'webmock/rspec'
|
6
|
+
|
7
|
+
require 'fcc_reboot'
|
8
|
+
|
9
|
+
RSpec.configure do |config|
|
10
|
+
config.include WebMock::API
|
11
|
+
end
|
12
|
+
|
13
|
+
def fixture_path
|
14
|
+
File.expand_path("../fixtures", __FILE__)
|
15
|
+
end
|
16
|
+
|
17
|
+
def fixture(file)
|
18
|
+
File.new(fixture_path + '/' + file)
|
19
|
+
end
|
metadata
ADDED
@@ -0,0 +1,255 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: fcc_reboot
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: "0.1"
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Dan Melton
|
9
|
+
- Javier
|
10
|
+
autorequire:
|
11
|
+
bindir: bin
|
12
|
+
cert_chain: []
|
13
|
+
|
14
|
+
date: 2011-04-17 00:00:00 Z
|
15
|
+
dependencies:
|
16
|
+
- !ruby/object:Gem::Dependency
|
17
|
+
name: ZenTest
|
18
|
+
prerelease: false
|
19
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
20
|
+
none: false
|
21
|
+
requirements:
|
22
|
+
- - ~>
|
23
|
+
- !ruby/object:Gem::Version
|
24
|
+
version: "4.5"
|
25
|
+
type: :development
|
26
|
+
version_requirements: *id001
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: maruku
|
29
|
+
prerelease: false
|
30
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
31
|
+
none: false
|
32
|
+
requirements:
|
33
|
+
- - ~>
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: "0.6"
|
36
|
+
type: :development
|
37
|
+
version_requirements: *id002
|
38
|
+
- !ruby/object:Gem::Dependency
|
39
|
+
name: rake
|
40
|
+
prerelease: false
|
41
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
43
|
+
requirements:
|
44
|
+
- - ~>
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: "0.8"
|
47
|
+
type: :development
|
48
|
+
version_requirements: *id003
|
49
|
+
- !ruby/object:Gem::Dependency
|
50
|
+
name: rspec
|
51
|
+
prerelease: false
|
52
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
54
|
+
requirements:
|
55
|
+
- - ~>
|
56
|
+
- !ruby/object:Gem::Version
|
57
|
+
version: "2.5"
|
58
|
+
type: :development
|
59
|
+
version_requirements: *id004
|
60
|
+
- !ruby/object:Gem::Dependency
|
61
|
+
name: simplecov
|
62
|
+
prerelease: false
|
63
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
64
|
+
none: false
|
65
|
+
requirements:
|
66
|
+
- - ~>
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: "0.4"
|
69
|
+
type: :development
|
70
|
+
version_requirements: *id005
|
71
|
+
- !ruby/object:Gem::Dependency
|
72
|
+
name: yard
|
73
|
+
prerelease: false
|
74
|
+
requirement: &id006 !ruby/object:Gem::Requirement
|
75
|
+
none: false
|
76
|
+
requirements:
|
77
|
+
- - ~>
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: "0.6"
|
80
|
+
type: :development
|
81
|
+
version_requirements: *id006
|
82
|
+
- !ruby/object:Gem::Dependency
|
83
|
+
name: nokogiri
|
84
|
+
prerelease: false
|
85
|
+
requirement: &id007 !ruby/object:Gem::Requirement
|
86
|
+
none: false
|
87
|
+
requirements:
|
88
|
+
- - ~>
|
89
|
+
- !ruby/object:Gem::Version
|
90
|
+
version: "1.4"
|
91
|
+
type: :development
|
92
|
+
version_requirements: *id007
|
93
|
+
- !ruby/object:Gem::Dependency
|
94
|
+
name: webmock
|
95
|
+
prerelease: false
|
96
|
+
requirement: &id008 !ruby/object:Gem::Requirement
|
97
|
+
none: false
|
98
|
+
requirements:
|
99
|
+
- - ~>
|
100
|
+
- !ruby/object:Gem::Version
|
101
|
+
version: "1.5"
|
102
|
+
type: :development
|
103
|
+
version_requirements: *id008
|
104
|
+
- !ruby/object:Gem::Dependency
|
105
|
+
name: hashie
|
106
|
+
prerelease: false
|
107
|
+
requirement: &id009 !ruby/object:Gem::Requirement
|
108
|
+
none: false
|
109
|
+
requirements:
|
110
|
+
- - ~>
|
111
|
+
- !ruby/object:Gem::Version
|
112
|
+
version: 1.0.0
|
113
|
+
type: :runtime
|
114
|
+
version_requirements: *id009
|
115
|
+
- !ruby/object:Gem::Dependency
|
116
|
+
name: faraday
|
117
|
+
prerelease: false
|
118
|
+
requirement: &id010 !ruby/object:Gem::Requirement
|
119
|
+
none: false
|
120
|
+
requirements:
|
121
|
+
- - ~>
|
122
|
+
- !ruby/object:Gem::Version
|
123
|
+
version: 0.6.0
|
124
|
+
type: :runtime
|
125
|
+
version_requirements: *id010
|
126
|
+
- !ruby/object:Gem::Dependency
|
127
|
+
name: faraday_middleware
|
128
|
+
prerelease: false
|
129
|
+
requirement: &id011 !ruby/object:Gem::Requirement
|
130
|
+
none: false
|
131
|
+
requirements:
|
132
|
+
- - ~>
|
133
|
+
- !ruby/object:Gem::Version
|
134
|
+
version: 0.6.0
|
135
|
+
type: :runtime
|
136
|
+
version_requirements: *id011
|
137
|
+
- !ruby/object:Gem::Dependency
|
138
|
+
name: multi_json
|
139
|
+
prerelease: false
|
140
|
+
requirement: &id012 !ruby/object:Gem::Requirement
|
141
|
+
none: false
|
142
|
+
requirements:
|
143
|
+
- - ~>
|
144
|
+
- !ruby/object:Gem::Version
|
145
|
+
version: 0.0.5
|
146
|
+
type: :runtime
|
147
|
+
version_requirements: *id012
|
148
|
+
- !ruby/object:Gem::Dependency
|
149
|
+
name: multi_xml
|
150
|
+
prerelease: false
|
151
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
152
|
+
none: false
|
153
|
+
requirements:
|
154
|
+
- - ~>
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: 0.2.0
|
157
|
+
type: :runtime
|
158
|
+
version_requirements: *id013
|
159
|
+
- !ruby/object:Gem::Dependency
|
160
|
+
name: json
|
161
|
+
prerelease: false
|
162
|
+
requirement: &id014 !ruby/object:Gem::Requirement
|
163
|
+
none: false
|
164
|
+
requirements:
|
165
|
+
- - ~>
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: 1.5.1
|
168
|
+
type: :runtime
|
169
|
+
version_requirements: *id014
|
170
|
+
description: Wrapper for FCC API
|
171
|
+
email: info@codeforamerica.org
|
172
|
+
executables: []
|
173
|
+
|
174
|
+
extensions: []
|
175
|
+
|
176
|
+
extra_rdoc_files: []
|
177
|
+
|
178
|
+
files:
|
179
|
+
- .gemtest
|
180
|
+
- .gitignore
|
181
|
+
- .rspec
|
182
|
+
- .yardopts
|
183
|
+
- Gemfile
|
184
|
+
- LICENSE.md
|
185
|
+
- README.mkd
|
186
|
+
- Rakefile
|
187
|
+
- fcc_ruby_gem.gemspec
|
188
|
+
- lib/fcc_reboot.rb
|
189
|
+
- lib/fcc_reboot/client.rb
|
190
|
+
- lib/fcc_reboot/client/api.rb
|
191
|
+
- lib/fcc_reboot/client/connection.rb
|
192
|
+
- lib/fcc_reboot/client/request.rb
|
193
|
+
- lib/fcc_reboot/configuration.rb
|
194
|
+
- lib/fcc_reboot/version.rb
|
195
|
+
- spec/api.rb
|
196
|
+
- spec/fixtures/broadband_test.json
|
197
|
+
- spec/fixtures/census-block-conversions-api.json
|
198
|
+
- spec/fixtures/frn-conversions-getinfo.json
|
199
|
+
- spec/fixtures/frn-conversions-getlist.json
|
200
|
+
- spec/fixtures/get_entities.json
|
201
|
+
- spec/fixtures/get_issued.json
|
202
|
+
- spec/fixtures/get_licenses.json
|
203
|
+
- spec/fixtures/get_renewals.json
|
204
|
+
- spec/fixtures/get_spectrum_bands.json
|
205
|
+
- spec/fixtures/license-view-get-categories.json
|
206
|
+
- spec/fixtures/license-view-get-common-names.json
|
207
|
+
- spec/fixtures/license-view-get-licenses.json
|
208
|
+
- spec/fixtures/license-view-get-statuses.json
|
209
|
+
- spec/frn_conversions_spec.rb
|
210
|
+
- spec/helper.rb
|
211
|
+
homepage: ""
|
212
|
+
licenses: []
|
213
|
+
|
214
|
+
post_install_message:
|
215
|
+
rdoc_options: []
|
216
|
+
|
217
|
+
require_paths:
|
218
|
+
- lib
|
219
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
220
|
+
none: false
|
221
|
+
requirements:
|
222
|
+
- - ">="
|
223
|
+
- !ruby/object:Gem::Version
|
224
|
+
version: "0"
|
225
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
226
|
+
none: false
|
227
|
+
requirements:
|
228
|
+
- - ">="
|
229
|
+
- !ruby/object:Gem::Version
|
230
|
+
version: "0"
|
231
|
+
requirements: []
|
232
|
+
|
233
|
+
rubyforge_project: fcc_reboot
|
234
|
+
rubygems_version: 1.7.2
|
235
|
+
signing_key:
|
236
|
+
specification_version: 3
|
237
|
+
summary: FCC API Wrapper
|
238
|
+
test_files:
|
239
|
+
- spec/api.rb
|
240
|
+
- spec/fixtures/broadband_test.json
|
241
|
+
- spec/fixtures/census-block-conversions-api.json
|
242
|
+
- spec/fixtures/frn-conversions-getinfo.json
|
243
|
+
- spec/fixtures/frn-conversions-getlist.json
|
244
|
+
- spec/fixtures/get_entities.json
|
245
|
+
- spec/fixtures/get_issued.json
|
246
|
+
- spec/fixtures/get_licenses.json
|
247
|
+
- spec/fixtures/get_renewals.json
|
248
|
+
- spec/fixtures/get_spectrum_bands.json
|
249
|
+
- spec/fixtures/license-view-get-categories.json
|
250
|
+
- spec/fixtures/license-view-get-common-names.json
|
251
|
+
- spec/fixtures/license-view-get-licenses.json
|
252
|
+
- spec/fixtures/license-view-get-statuses.json
|
253
|
+
- spec/frn_conversions_spec.rb
|
254
|
+
- spec/helper.rb
|
255
|
+
has_rdoc:
|