X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_fcc_option.pm;h=5c78e5f9e364d28bd5435401c8848d36a4e4dee1;hp=a090b96aec55ff1e8cd01d80629dcbcd26a729b8;hb=1ebcca94aba75c5901c6eefaf373f39e94b03cf0;hpb=d7cf0d6bb3b81b1c91ef1bcc3252d56f96b65b0f diff --git a/FS/FS/part_pkg_fcc_option.pm b/FS/FS/part_pkg_fcc_option.pm index a090b96ae..5c78e5f9e 100644 --- a/FS/FS/part_pkg_fcc_option.pm +++ b/FS/FS/part_pkg_fcc_option.pm @@ -139,6 +139,23 @@ tie our %technology_labels, 'Tie::IxHash', ( 0 => 'Other' ); +tie our %spectrum_labels, 'Tie::IxHash', ( + 90 => '700 MHz Band', + 91 => 'Cellular Band', + 92 => 'Specialized Mobile Radio (SMR) Band', + 93 => 'Advanced Wireless Services (AWS) 1 Band', + 94 => 'Broadband Personal Communications Service (PCS) Band', + 95 => 'Wireless Communications Service (WCS) Band', + 96 => 'Broadband Radio Service/Educational Broadband Service Band', + 97 => 'Satellite (e.g. L-band, Big LEO, Little LEO)', + 98 => 'Unlicensed (including broadcast television “white spaces”) Bands', + 99 => '600 MHz', + 100 => 'H Block', + 101 => 'Advanced Wireless Services (AWS) 3 Band', + 102 => 'Advanced Wireless Services (AWS) 4 Band', + 103 => 'Other', +); + sub media_types { Storable::dclone(\%media_types); } @@ -147,6 +164,10 @@ sub technology_labels { Storable::dclone(\%technology_labels); } +sub spectrum_labels { + Storable::dclone(\%spectrum_labels); +} + =head1 BUGS =head1 SEE ALSO