Files
openafc_final/tests/dump.sql
2024-03-25 10:11:24 -04:00

410 lines
542 KiB
SQL

PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE user_config (user_id integer PRIMARY KEY, user_cfg json);
INSERT INTO user_config VALUES(1,'{"username": "charlie", "password":"123456", "rolename": ["AP","Admin"]}');
CREATE TABLE afc_config (afc_config_id integer PRIMARY KEY, cfg json, user_id integer, FOREIGN KEY(user_id) REFERENCES user_config(user_id));
INSERT INTO afc_config VALUES(1,'{"afcConfig": {"APUncertainty": {"height": 5, "maxHorizontalUncertaintyDistance": 650, "maxVerticalUncertainty": 100, "points_per_degree": 3600}, "ITMParameters": {"conductivity": 0.02, "dielectricConst": 25, "ground": "Good Ground", "maxPoints": 1500, "minSpacing": 30, "polarization": "Vertical"}, "allowScanPtsInUncReg": false, "bodyLoss": {"kind": "Fixed Value", "valueIndoor": 0, "valueOutdoor": 0}, "buildingPenetrationLoss": {"kind": "Fixed Value", "value": 20.5}, "cdsmDir": "", "channelResponseAlgorithm": "psd", "clutterAtFS": true, "deniedRegionFile": "", "depDir": "rat_transfer/3dep/1_arcsec", "enableMapInVirtualAp": false, "freqBands": [{"name": "UNII-5", "startFreqMHz": 5925, "stopFreqMHz": 6425}, {"name": "UNII-7", "startFreqMHz": 6525, "stopFreqMHz": 6875}], "fsClutterModel": {"maxFsAglHeight": 6, "p2108Confidence": 5}, "fsDatabaseFile": "rat_transfer/ULS_Database/CONUS_ULS_LATEST.sqlite3", "fsReceiverNoise": {"freqList": [6425], "noiseFloorList": [-110, -109.5]}, "globeDir": "rat_transfer/globe", "indoorFixedHeightAMSL": false, "inquiredFrequencyResolutionMHz": 1, "lidarDir": "rat_transfer/proc_lidar_2019", "maxEIRP": 36, "maxLinkDistance": 130, "minEIRPIndoor": -100, "minEIRPOutdoor": -100, "minPSD": -100, "nearFieldAdjFlag": true, "nfaTableFile": "rat_transfer/nfa/nfa_table_data.csv", "nlcdFile": "rat_transfer/nlcd/nlcd_production", "passiveRepeaterFlag": true, "polarizationMismatchLoss": {"kind": "Fixed Value", "value": 3}, "prTableFile": "rat_transfer/pr/WINNF-TS-1014-V1.2.0-App02.csv", "printSkippedLinksFlag": false, "propagationEnv": "NLCD Point", "propagationModel": {"buildingSource": "None", "fsplUseGroundDistance": false, "itmConfidence": 5, "itmReliability": 20, "kind": "FCC 6GHz Report & Order", "p2108Confidence": 25, "terrainSource": "3DEP (30m)", "win2ConfidenceCombined": 16, "win2ConfidenceLOS": 16, "win2UseGroundDistance": false, "winner2HgtFlag": false, "winner2HgtLOS": 15, "winner2LOSOption": "BLDG_DATA_REQ_TX"}, "radioClimateFile": "rat_transfer/itudata/TropoClim.txt", "rainForestFile": "", "receiverFeederLoss": {"IDU": 3, "ODU": 0, "UNKNOWN": 3}, "regionDir": "rat_transfer/population", "regionStr": "US", "reportErrorRlanHeightLowFlag": false, "reportUnavailPSDdBPerMHz": -40, "reportUnavailableSpectrum": true, "rlanITMTxClutterMethod": "FORCE_TRUE", "roundPSDEIRPFlag": true, "scanPointBelowGroundMethod": "truncate", "srtmDir": "rat_transfer/srtm3arcsecondv003", "surfRefracFile": "rat_transfer/itudata/N050.TXT", "threshold": -6, "ulsDefaultAntennaType": "WINNF-AIP-07", "version": "3.8.12+localbuild", "visibilityThreshold": -6, "worldPopulationFile": "rat_transfer/population/gpw_v4_population_density_rev11_2020_30_sec.tif"}}',1);
CREATE TABLE ap_config (ap_config_id, data json, user_id);
INSERT INTO ap_config VALUES(1,'{"location": "2","serialNumber": "SRS1","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SRS1"}]}',1);
INSERT INTO ap_config VALUES(2,'{"location": "2","serialNumber": "URS1","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": ""}]}',1);
INSERT INTO ap_config VALUES(3,'{"location": "2","serialNumber": "","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS2"}]}',1);
INSERT INTO ap_config VALUES(4,'{"location": "2","serialNumber": "URS3","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS3"}]}',1);
INSERT INTO ap_config VALUES(5,'{"location": "2","serialNumber": "URS4","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS4"}]}',1);
INSERT INTO ap_config VALUES(6,'{"location": "2","serialNumber": "URS5","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS5"}]}',1);
INSERT INTO ap_config VALUES(7,'{"location": "2","serialNumber": "URS6","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS6"}]}',1);
INSERT INTO ap_config VALUES(8,'{"location": "2","serialNumber": "URS7","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-URS7"}]}',1);
INSERT INTO ap_config VALUES(9,'{"location": "3","serialNumber": "FSP1","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP1"}]}',1);
INSERT INTO ap_config VALUES(10,'{"location": "3","serialNumber": "FSP2","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP2"}]}',1);
INSERT INTO ap_config VALUES(11,'{"location": "3","serialNumber": "FSP3","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP3"}]}',1);
INSERT INTO ap_config VALUES(12,'{"location": "3","serialNumber": "FSP4","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP4"}]}',1);
INSERT INTO ap_config VALUES(13,'{"location": "3","serialNumber": "FSP5","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP5"}]}',1);
INSERT INTO ap_config VALUES(14,'{"location": "3","serialNumber": "FSP6","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP6"}]}',1);
INSERT INTO ap_config VALUES(15,'{"location": "2","serialNumber": "FSP7","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP7"}]}',1);
INSERT INTO ap_config VALUES(16,'{"location": "2","serialNumber": "FSP8","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP8"}]}',1);
INSERT INTO ap_config VALUES(17,'{"location": "2","serialNumber": "FSP9","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP9"}]}',1);
INSERT INTO ap_config VALUES(18,'{"location": "2","serialNumber": "FSP10","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP10"}]}',1);
INSERT INTO ap_config VALUES(19,'{"location": "2","serialNumber": "FSP11","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP11"}]}',1);
INSERT INTO ap_config VALUES(20,'{"location": "2","serialNumber": "FSP12","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP12"}]}',1);
INSERT INTO ap_config VALUES(21,'{"location": "3","serialNumber": "FSP13","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP13"}]}',1);
INSERT INTO ap_config VALUES(22,'{"location": "3","serialNumber": "FSP14","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP14"}]}',1);
INSERT INTO ap_config VALUES(23,'{"location": "3","serialNumber": "FSP15","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP15"}]}',1);
INSERT INTO ap_config VALUES(24,'{"location": "3","serialNumber": "FSP16","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP16"}]}',1);
INSERT INTO ap_config VALUES(25,'{"location": "3","serialNumber": "FSP17","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP17"}]}',1);
INSERT INTO ap_config VALUES(26,'{"location": "3","serialNumber": "FSP18","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP18"}]}',1);
INSERT INTO ap_config VALUES(27,'{"location": "2","serialNumber": "FSP19","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP19"}]}',1);
INSERT INTO ap_config VALUES(28,'{"location": "2","serialNumber": "FSP20","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP20"}]}',1);
INSERT INTO ap_config VALUES(29,'{"location": "2","serialNumber": "FSP21","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP21"}]}',1);
INSERT INTO ap_config VALUES(30,'{"location": "2","serialNumber": "FSP22","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP22"}]}',1);
INSERT INTO ap_config VALUES(31,'{"location": "2","serialNumber": "FSP23","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP23"}]}',1);
INSERT INTO ap_config VALUES(32,'{"location": "2","serialNumber": "FSP24","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP24"}]}',1);
INSERT INTO ap_config VALUES(33,'{"location": "3","serialNumber": "FSP25","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP25"}]}',1);
INSERT INTO ap_config VALUES(34,'{"location": "3","serialNumber": "FSP26","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP26"}]}',1);
INSERT INTO ap_config VALUES(35,'{"location": "3","serialNumber": "FSP27","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP27"}]}',1);
INSERT INTO ap_config VALUES(36,'{"location": "3","serialNumber": "FSP28","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP28"}]}',1);
INSERT INTO ap_config VALUES(37,'{"location": "3","serialNumber": "FSP29","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP29"}]}',1);
INSERT INTO ap_config VALUES(38,'{"location": "3","serialNumber": "FSP30","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP30"}]}',1);
INSERT INTO ap_config VALUES(39,'{"location": "2","serialNumber": "FSP31","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP31"}]}',1);
INSERT INTO ap_config VALUES(40,'{"location": "2","serialNumber": "FSP32","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP32"}]}',1);
INSERT INTO ap_config VALUES(41,'{"location": "2","serialNumber": "FSP33","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP33"}]}',1);
INSERT INTO ap_config VALUES(42,'{"location": "2","serialNumber": "FSP34","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP34"}]}',1);
INSERT INTO ap_config VALUES(43,'{"location": "2","serialNumber": "FSP35","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP35"}]}',1);
INSERT INTO ap_config VALUES(44,'{"location": "2","serialNumber": "FSP36","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP36"}]}',1);
INSERT INTO ap_config VALUES(45,'{"location": "2","serialNumber": "FSP37","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP37"}]}',1);
INSERT INTO ap_config VALUES(46,'{"location": "2","serialNumber": "FSP38","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP38"}]}',1);
INSERT INTO ap_config VALUES(47,'{"location": "2","serialNumber": "FSP39","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP39"}]}',1);
INSERT INTO ap_config VALUES(48,'{"location": "2","serialNumber": "FSP40","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP40"}]}',1);
INSERT INTO ap_config VALUES(49,'{"location": "2","serialNumber": "FSP41","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP41"}]}',1);
INSERT INTO ap_config VALUES(50,'{"location": "2","serialNumber": "FSP42","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP42"}]}',1);
INSERT INTO ap_config VALUES(51,'{"location": "2","serialNumber": "FSP43","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP43"}]}',1);
INSERT INTO ap_config VALUES(52,'{"location": "2","serialNumber": "FSP44","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP44"}]}',1);
INSERT INTO ap_config VALUES(53,'{"location": "2","serialNumber": "FSP45","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP45"}]}',1);
INSERT INTO ap_config VALUES(54,'{"location": "2","serialNumber": "FSP46","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP46"}]}',1);
INSERT INTO ap_config VALUES(55,'{"location": "2","serialNumber": "FSP47","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP47"}]}',1);
INSERT INTO ap_config VALUES(56,'{"location": "2","serialNumber": "FSP48","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP48"}]}',1);
INSERT INTO ap_config VALUES(57,'{"location": "2","serialNumber": "FSP49","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP49"}]}',1);
INSERT INTO ap_config VALUES(58,'{"location": "2","serialNumber": "FSP50","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP50"}]}',1);
INSERT INTO ap_config VALUES(59,'{"location": "2","serialNumber": "FSP51","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP51"}]}',1);
INSERT INTO ap_config VALUES(60,'{"location": "2","serialNumber": "FSP52","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP52"}]}',1);
INSERT INTO ap_config VALUES(61,'{"location": "2","serialNumber": "FSP53","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP53"}]}',1);
INSERT INTO ap_config VALUES(62,'{"location": "2","serialNumber": "FSP54","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP54"}]}',1);
INSERT INTO ap_config VALUES(63,'{"location": "2","serialNumber": "FSP55","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP55"}]}',1);
INSERT INTO ap_config VALUES(64,'{"location": "2","serialNumber": "FSP56","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP56"}]}',1);
INSERT INTO ap_config VALUES(65,'{"location": "2","serialNumber": "FSP57","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP57"}]}',1);
INSERT INTO ap_config VALUES(66,'{"location": "2","serialNumber": "FSP58","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP58"}]}',1);
INSERT INTO ap_config VALUES(67,'{"location": "2","serialNumber": "FSP59","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP59"}]}',1);
INSERT INTO ap_config VALUES(68,'{"location": "2","serialNumber": "FSP60","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP60"}]}',1);
INSERT INTO ap_config VALUES(69,'{"location": "2","serialNumber": "FSP61","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP61"}]}',1);
INSERT INTO ap_config VALUES(70,'{"location": "3","serialNumber": "FSP62","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP62"}]}',1);
INSERT INTO ap_config VALUES(71,'{"location": "3","serialNumber": "FSP63","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP63"}]}',1);
INSERT INTO ap_config VALUES(72,'{"location": "3","serialNumber": "FSP64","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP64"}]}',1);
INSERT INTO ap_config VALUES(73,'{"location": "2","serialNumber": "FSP65","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP65"}]}',1);
INSERT INTO ap_config VALUES(74,'{"location": "2","serialNumber": "FSP66","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP66"}]}',1);
INSERT INTO ap_config VALUES(75,'{"location": "2","serialNumber": "FSP67","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP67"}]}',1);
INSERT INTO ap_config VALUES(76,'{"location": "2","serialNumber": "FSP68","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP68"}]}',1);
INSERT INTO ap_config VALUES(77,'{"location": "2 ","serialNumber": "FSP69","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP69"}]}',1);
INSERT INTO ap_config VALUES(78,'{"location": "2","serialNumber": "FSP70","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP70"}]}',1);
INSERT INTO ap_config VALUES(79,'{"location": "3","serialNumber": "FSP71","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP71"}]}',1);
INSERT INTO ap_config VALUES(80,'{"location": "3","serialNumber": "FSP72","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP72"}]}',1);
INSERT INTO ap_config VALUES(81,'{"location": "2","serialNumber": "FSP73","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP73"}]}',1);
INSERT INTO ap_config VALUES(82,'{"location": "2","serialNumber": "FSP74","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP74"}]}',1);
INSERT INTO ap_config VALUES(83,'{"location": "2","serialNumber": "FSP75","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP75"}]}',1);
INSERT INTO ap_config VALUES(84,'{"location": "2","serialNumber": "FSP76","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP76"}]}',1);
INSERT INTO ap_config VALUES(85,'{"location": "3","serialNumber": "FSP77","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP77"}]}',1);
INSERT INTO ap_config VALUES(86,'{"location": "3","serialNumber": "FSP78","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP78"}]}',1);
INSERT INTO ap_config VALUES(87,'{"location": "2","serialNumber": "FSP79","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP79"}]}',1);
INSERT INTO ap_config VALUES(88,'{"location": "2","serialNumber": "FSP80","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP80"}]}',1);
INSERT INTO ap_config VALUES(89,'{"location": "2","serialNumber": "FSP81","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP81"}]}',1);
INSERT INTO ap_config VALUES(90,'{"location": "2","serialNumber": "FSP82","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP82"}]}',1);
INSERT INTO ap_config VALUES(91,'{"location": "2","serialNumber": "FSP83","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP83"}]}',1);
INSERT INTO ap_config VALUES(92,'{"location": "2","serialNumber": "FSP84","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP84"}]}',1);
INSERT INTO ap_config VALUES(93,'{"location": "3","serialNumber": "FSP85","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP85"}]}',1);
INSERT INTO ap_config VALUES(94,'{"location": "3","serialNumber": "FSP86","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP86"}]}',1);
INSERT INTO ap_config VALUES(95,'{"location": "2","serialNumber": "FSP87","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP87"}]}',1);
INSERT INTO ap_config VALUES(96,'{"location": "2","serialNumber": "FSP88","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP88"}]}',1);
INSERT INTO ap_config VALUES(97,'{"location": "2","serialNumber": "FSP89","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP89"}]}',1);
INSERT INTO ap_config VALUES(98,'{"location": "2","serialNumber": "FSP90","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP90"}]}',1);
INSERT INTO ap_config VALUES(99,'{"location": "2","serialNumber": "FSP91","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP91"}]}',1);
INSERT INTO ap_config VALUES(100,'{"location": "2","serialNumber": "FSP92","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP92"}]}',1);
INSERT INTO ap_config VALUES(101,'{"location": "3","serialNumber": "FSP93","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP93"}]}',1);
INSERT INTO ap_config VALUES(102,'{"location": "3","serialNumber": "FSP94","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP94"}]}',1);
INSERT INTO ap_config VALUES(103,'{"location": "2","serialNumber": "FSP95","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP95"}]}',1);
INSERT INTO ap_config VALUES(104,'{"location": "2","serialNumber": "FSP96","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP96"}]}',1);
INSERT INTO ap_config VALUES(105,'{"location": "2","serialNumber": "FSP97","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP97"}]}',1);
INSERT INTO ap_config VALUES(106,'{"location": "2","serialNumber": "FSP98","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP98"}]}',1);
INSERT INTO ap_config VALUES(107,'{"location": "2","serialNumber": "FSP99","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-FSP99"}]}',1);
INSERT INTO ap_config VALUES(108,'{"location": "2","serialNumber": "IBP1","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP1"}]}',1);
INSERT INTO ap_config VALUES(109,'{"location": "2","serialNumber": "IBP2","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP2"}]}',1);
INSERT INTO ap_config VALUES(110,'{"location": "2","serialNumber": "IBP3","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP3"}]}',1);
INSERT INTO ap_config VALUES(111,'{"location": "2","serialNumber": "IBP4","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP4"}]}',1);
INSERT INTO ap_config VALUES(112,'{"location": "2","serialNumber": "IBP5","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP5"}]}',1);
INSERT INTO ap_config VALUES(113,'{"location": "2","serialNumber": "IBP6","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP6"}]}',1);
INSERT INTO ap_config VALUES(114,'{"location": "2","serialNumber": "IBP7","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP7"}]}',1);
INSERT INTO ap_config VALUES(115,'{"location": "2","serialNumber": "IBP8","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-IBP8"}]}',1);
INSERT INTO ap_config VALUES(116,'{"location": "2","serialNumber": "SIP1","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP1"}]}',1);
INSERT INTO ap_config VALUES(117,'{"location": "2","serialNumber": "SIP2","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP2"}]}',1);
INSERT INTO ap_config VALUES(118,'{"location": "2","serialNumber": "SIP3","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP3"}]}',1);
INSERT INTO ap_config VALUES(119,'{"location": "2","serialNumber": "SIP4","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP4"}]}',1);
INSERT INTO ap_config VALUES(120,'{"location": "2","serialNumber": "SIP5","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP5"}]}',1);
INSERT INTO ap_config VALUES(121,'{"location": "2","serialNumber": "SIP6","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP6"}]}',1);
INSERT INTO ap_config VALUES(122,'{"location": "2","serialNumber": "SIP7","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP7"}]}',1);
INSERT INTO ap_config VALUES(123,'{"location": "2","serialNumber": "SIP8","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP8"}]}',1);
INSERT INTO ap_config VALUES(124,'{"location": "2","serialNumber": "SIP9","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP9"}]}',1);
INSERT INTO ap_config VALUES(125,'{"location": "2","serialNumber": "SIP10","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP10"}]}',1);
INSERT INTO ap_config VALUES(126,'{"location": "2","serialNumber": "SIP11","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP11"}]}',1);
INSERT INTO ap_config VALUES(127,'{"location": "2","serialNumber": "SIP12","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP12"}]}',1);
INSERT INTO ap_config VALUES(128,'{"location": "2","serialNumber": "SIP13","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP13"}]}',1);
INSERT INTO ap_config VALUES(129,'{"location": "2","serialNumber": "SIP14","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP14"}]}',1);
INSERT INTO ap_config VALUES(130,'{"location": "2","serialNumber": "SIP15","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP15"}]}',1);
INSERT INTO ap_config VALUES(131,'{"location": "2","serialNumber": "SIP16","certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E","id": "FCCID-SIP16"}]}',1);
CREATE TABLE test_vectors (test_id varchar(50), data json);
INSERT INTO test_vectors VALUES('AFCS.SRS.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SRS1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SRS1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-SRS1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": ""}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 34.051151, "longitude": -118.255078}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.2','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS2"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.723655, "longitude": -87.683357}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS2"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.3','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS3", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS3"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS3"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.4','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS4", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS4"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 29.75077, "longitude": -95.36454}}}, "requestId": "REQ-URS4"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.5','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS5", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS5"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL"}, "ellipse": {"center": {"latitude": 39.949079, "longitude": -75.161307}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS5"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.6','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS6", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS6"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.449081, "longitude": -112.081081}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS6"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.URS.7','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "URS7", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-URS7"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": -51.692741, "longitude": -57.85685}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-URS7"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.2','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP2", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP2"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.177062, "longitude": -97.546817}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP2"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.3','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP3", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP3"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180553, "longitude": -97.560701}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP3"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.4','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP4", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP4"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.879231, "longitude": -87.636215}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP4"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.5','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP5", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP5"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP5"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.6','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP6", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP6"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP6"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.7','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP7", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP7"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": -3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP7"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.8','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP8", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP8"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.177062, "longitude": -97.546817}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP8"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.9','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP9", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP9"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180553, "longitude": -97.560701}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP9"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.10','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP10", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP10"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.879231, "longitude": -87.636215}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP10"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.11','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP11", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP11"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP11"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.12','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP12", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP12"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP12"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.13','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP13", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP13"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.769641, "longitude": -118.376295}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP13"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.14','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP14", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP14"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.770381, "longitude": -118.376872}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP14"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.15','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP15", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP15"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.770381, "longitude": -118.376872}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP15"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.16','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP16", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP16"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.769641, "longitude": -118.376295}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP16"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.17','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP17", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP17"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.772642, "longitude": -118.375067}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP17"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.18','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP18", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP18"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.772642, "longitude": -118.375067}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP18"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.19','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP19", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP19"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.769641, "longitude": -118.376295}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP19"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.20','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP20", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP20"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.770381, "longitude": -118.376872}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP20"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.21','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP21", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP21"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.770381, "longitude": -118.376872}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP21"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.22','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP22", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP22"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.769641, "longitude": -118.376295}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP22"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.23','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP23", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP23"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.772642, "longitude": -118.375067}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP23"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.24','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP24", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP24"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 33.772642, "longitude": -118.375067}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP24"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.25','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP25", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP25"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 30.571694, "longitude": -102.230361}, "orientation": 0, "minorAxis": 100, "majorAxis": 100}}, "requestId": "REQ-FSP25"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.26','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP26", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP26"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 30.573949, "longitude": -102.234875}, "orientation": 0, "minorAxis": 300, "majorAxis": 300}}, "requestId": "REQ-FSP26"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.27','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP27", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP27"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 30.086965, "longitude": -101.103761}, "orientation": 70, "minorAxis": 250, "majorAxis": 250}}, "requestId": "REQ-FSP27"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.28','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP28", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP28"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.571694, "longitude": -102.230361}, "orientation": 0, "minorAxis": 100, "majorAxis": 100}}, "requestId": "REQ-FSP28"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.29','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP29", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP29"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.573949, "longitude": -102.234875}, "orientation": 0, "minorAxis": 300, "majorAxis": 300}}, "requestId": "REQ-FSP29"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.30','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP30", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP30"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.086965, "longitude": -101.103761}, "orientation": 70, "minorAxis": 250, "majorAxis": 250}}, "requestId": "REQ-FSP30"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.31','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP31", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP31"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "linearPolygon": {"outerBoundary": [{"latitude": 30.5725933, "longitude": -102.231406}, {"latitude": 30.5725933, "longitude": -102.229316}, {"latitude": 30.570795, "longitude": -102.229316}, {"latitude": 30.570795, "longitude": -102.231406}]}}, "requestId": "REQ-FSP31"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.32','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP32", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP32"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "radialPolygon": {"outerBoundary": [{"length": 300, "angle": 0}, {"length": 300, "angle": 36}, {"length": 300, "angle": 72}, {"length": 300, "angle": 108}, {"length": 300, "angle": 144}, {"length": 300, "angle": 180}, {"length": 300, "angle": 216}, {"length": 300, "angle": 252}, {"length": 300, "angle": 288}, {"length": 300, "angle": 324}], "center": {"latitude": 30.573949, "longitude": -102.234875}}}, "requestId": "REQ-FSP32"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.33','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP33", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP33"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 30.086965, "longitude": -101.103761}, "orientation": 70, "minorAxis": 250, "majorAxis": 250}}, "requestId": "REQ-FSP33"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.34','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP34", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP34"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.571694, "longitude": -102.230361}, "orientation": 0, "minorAxis": 100, "majorAxis": 100}}, "requestId": "REQ-FSP34"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.35','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP35", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP35"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.573949, "longitude": -102.234875}, "orientation": 0, "minorAxis": 300, "majorAxis": 300}}, "requestId": "REQ-FSP35"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.36','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP36", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP36"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 30.086965, "longitude": -101.103761}, "orientation": 70, "minorAxis": 250, "majorAxis": 250}}, "requestId": "REQ-FSP36"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.37','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP37", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP37"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 9}, "ellipse": {"center": {"latitude": 34.0517490391756, "longitude": -118.174086769162}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP37"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.38','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP38", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP38"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 55}, "ellipse": {"center": {"latitude": 33.44493, "longitude": -112.067148}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP38"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.39','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP39", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP39"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 7}, "ellipse": {"center": {"latitude": 33.867634, "longitude": -118.037267}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP39"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.40','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP40", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP40"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 89}, "ellipse": {"center": {"latitude": 33.4657921944995, "longitude": -111.969947953029}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP40"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.41','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP41", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP41"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 9}, "ellipse": {"center": {"latitude": 32.780716, "longitude": -117.134037}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP41"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.42','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP42", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP42"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 8}, "ellipse": {"center": {"latitude": 32.773875, "longitude": -117.139232}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP42"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.43','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP43", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP43"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 83}, "ellipse": {"center": {"latitude": 39.792935, "longitude": -105.018517}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP43"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.44','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP44", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP44"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 9}, "ellipse": {"center": {"latitude": 34.0517490391756, "longitude": -118.174086769162}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP44"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.45','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP45", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP45"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 55}, "ellipse": {"center": {"latitude": 33.44493, "longitude": -112.067148}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP45"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.46','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP46", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP46"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 7}, "ellipse": {"center": {"latitude": 33.867634, "longitude": -118.037267}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP46"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.47','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP47", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP47"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 89}, "ellipse": {"center": {"latitude": 33.4657921944995, "longitude": -111.969947953029}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP47"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.48','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP48", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP48"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 9}, "ellipse": {"center": {"latitude": 32.780716, "longitude": -117.134037}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP48"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.49','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP49", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP49"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 8}, "ellipse": {"center": {"latitude": 32.773875, "longitude": -117.139232}, "orientation": 10, "minorAxis": 30, "majorAxis": 50}}, "requestId": "REQ-FSP49"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.50','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP50", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP50"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 83}, "ellipse": {"center": {"latitude": 39.792935, "longitude": -105.018517}, "orientation": 45, "minorAxis": 50, "majorAxis": 50}}, "requestId": "REQ-FSP50"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.51','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [21, 25, 29, 33]}, {"globalOperatingClass": 132, "channelCfi": [19, 27, 35]}, {"globalOperatingClass": 133, "channelCfi": [23, 39]}, {"globalOperatingClass": 134, "channelCfi": [15, 47]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP51", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP51"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6048, "highFrequency": 6109}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.892312, "longitude": -87.609841}, "orientation": 0, "minorAxis": 5, "majorAxis": 10}}, "requestId": "REQ-FSP51"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.52','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [21, 25, 29, 33]}, {"globalOperatingClass": 132, "channelCfi": [19, 27, 35]}, {"globalOperatingClass": 133, "channelCfi": [23, 39]}, {"globalOperatingClass": 134, "channelCfi": [15, 47]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP52", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP52"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6048, "highFrequency": 6109}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.892312, "longitude": -87.609841}, "orientation": 0, "minorAxis": 5, "majorAxis": 10}}, "requestId": "REQ-FSP52"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.53','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [81, 85, 89]}, {"globalOperatingClass": 132, "channelCfi": [83, 91]}, {"globalOperatingClass": 133, "channelCfi": [87]}, {"globalOperatingClass": 134, "channelCfi": [79]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP53", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP53"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6360, "highFrequency": 6391}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 42.333582, "longitude": -83.053009}, "orientation": 10, "minorAxis": 5, "majorAxis": 5}}, "requestId": "REQ-FSP53"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.54','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [81, 85, 89]}, {"globalOperatingClass": 132, "channelCfi": [83, 91]}, {"globalOperatingClass": 133, "channelCfi": [87]}, {"globalOperatingClass": 134, "channelCfi": [79]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP54", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP54"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6360, "highFrequency": 6391}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 42.333582, "longitude": -83.053009}, "orientation": 10, "minorAxis": 5, "majorAxis": 5}}, "requestId": "REQ-FSP54"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.55','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [13, 17, 21, 25]}, {"globalOperatingClass": 132, "channelCfi": [11, 19, 27]}, {"globalOperatingClass": 133, "channelCfi": [7, 23]}, {"globalOperatingClass": 134, "channelCfi": [15]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP55", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP55"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6019, "highFrequency": 6079}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.286173, "longitude": -76.606187}, "orientation": 10, "minorAxis": 5, "majorAxis": 10}}, "requestId": "REQ-FSP55"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.56','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131, "channelCfi": [13, 17, 21, 25]}, {"globalOperatingClass": 132, "channelCfi": [11, 19, 27]}, {"globalOperatingClass": 133, "channelCfi": [7, 23]}, {"globalOperatingClass": 134, "channelCfi": [15]}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP56", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP56"}]}, "inquiredFrequencyRange": [{"lowFrequency": 6019, "highFrequency": 6079}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 39.286173, "longitude": -76.606187}, "orientation": 10, "minorAxis": 5, "majorAxis": 10}}, "requestId": "REQ-FSP56"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.57','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP57", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP57"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 61.068, "longitude": -152.0359}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-FSP57"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.58','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP58", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP58"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 64.203, "longitude": -149.3355}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-FSP58"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.59','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP59", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP59"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 69.154632, "longitude": -148.899575}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-FSP59"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.60','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP60", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP60"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 70.328691, "longitude": -149.63919}, "orientation": 0, "minorAxis": 25, "majorAxis": 25}}, "requestId": "REQ-FSP60"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.61','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP61", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP61"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 70.328372, "longitude": -149.637287}, "orientation": 0, "minorAxis": 25, "majorAxis": 25}}, "requestId": "REQ-FSP61"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.62','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP62", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP62"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.823357, "longitude": -120.68475}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP62"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.63','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP63", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP63"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.820129, "longitude": -120.68426}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP63"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.64','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP64", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP64"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.816705, "longitude": -120.695567}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP64"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.65','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP65", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP65"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.823357, "longitude": -120.68475}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP65"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.66','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP66", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP66"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.820129, "longitude": -120.68426}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP66"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.67','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP67", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP67"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 38.816705, "longitude": -120.695567}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP67"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.68','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP68", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP68"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 38.823357, "longitude": -120.68475}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP68"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.69','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP69", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP69"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 38.820129, "longitude": -120.68426}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP69"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.70','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP70", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP70"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 38.816705, "longitude": -120.695567}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP70"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.71','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP71", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP71"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.095169, "longitude": -116.42293}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP71"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.72','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP72", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP72"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.073958, "longitude": -116.421737}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP72"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.73','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP73", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP73"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.095169, "longitude": -116.42293}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP73"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.74','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP74", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP74"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.073958, "longitude": -116.421737}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP74"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.75','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP75", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP75"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.095169, "longitude": -116.42293}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP75"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.76','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP76", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP76"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.073958, "longitude": -116.421737}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP76"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.77','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP77", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP77"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.523761, "longitude": -121.300259}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP77"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.78','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP78", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP78"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.519614, "longitude": -121.275352}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP78"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.79','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP79", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP79"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.523761, "longitude": -121.300259}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP79"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.80','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP80", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP80"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.51883, "longitude": -121.301513}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP80"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.81','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP81", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP81"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 39.519614, "longitude": -121.275352}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP81"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.82','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP82", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP82"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 39.523761, "longitude": -121.300259}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP82"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.83','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP83", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP83"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 39.51883, "longitude": -121.301513}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP83"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.84','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP84", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP84"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 39.519614, "longitude": -121.275352}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP84"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.85','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP85", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP85"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.684652, "longitude": -76.483668}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP85"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.86','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP86", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP86"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.711802, "longitude": -76.473996}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP86"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.87','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP87", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP87"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.681608, "longitude": -76.482183}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP87"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.88','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP88", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP88"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.684652, "longitude": -76.483668}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP88"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.89','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP89", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP89"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 41.711802, "longitude": -76.473996}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP89"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.90','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP90", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP90"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.681608, "longitude": -76.482183}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP90"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.91','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP91", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP91"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.684652, "longitude": -76.483668}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP91"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.92','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP92", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP92"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.711802, "longitude": -76.473996}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP92"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.93','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP93", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP93"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 47.608377, "longitude": -122.327159}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP93"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.94','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP94", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP94"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 47.608377, "longitude": -122.327159}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP94"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.95','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP95", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP95"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 47.608377, "longitude": -122.327159}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP95"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.96','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP96", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP96"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 47.608377, "longitude": -122.327159}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP96"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.97','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP97", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP97"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 47.608377, "longitude": -122.327159}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP97"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.98','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP98", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP98"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 18}, "ellipse": {"center": {"latitude": 47.747233, "longitude": -121.088367}, "orientation": 45, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-FSP98"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.99','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP99", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP99"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 47.741269, "longitude": -121.077035}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP99"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.FSP.100','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP1"}, {"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP2", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP2"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.177062, "longitude": -97.546817}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP2"}, {"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP3", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP3"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180553, "longitude": -97.560701}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP3"}, {"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP4", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP4"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.879231, "longitude": -87.636215}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP4"}, {"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP5", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP5"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP5"}, {"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP6", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP6"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 10, "heightType": "AGL", "height": 100}, "ellipse": {"center": {"latitude": 41.878912, "longitude": -87.635929}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-FSP6"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 46.4968, "longitude": -84.331771}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.2','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP2", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP2"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 48.359797, "longitude": -92.155281}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP2"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.3','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP3", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP3"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 54.90827, "longitude": -130.838902}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP3"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.4','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP4", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP4"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 42.32452, "longitude": -83.054659}, "orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP4"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.5','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP5", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP5"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP5"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.6','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP6", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP6"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP6"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.7','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP7", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP7"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP7"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.IBP.8','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "IBP8", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-IBP8"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 2, "elevation": {"verticalUncertainty": 3, "heightType": "AGL", "height": 3}, "ellipse": {"orientation": 0, "minorAxis": 30, "majorAxis": 30}}, "requestId": "REQ-IBP8"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 10}, "ellipse": {"center": {"latitude": 18.16277, "longitude": -66.722083}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.2','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP2", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP2"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 30, "heightType": "AGL", "height": 300}, "ellipse": {"center": {"latitude": 38.377266, "longitude": -78.468021}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP2"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.3','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP3", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP3"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 12}, "ellipse": {"center": {"latitude": 33.8291, "longitude": -107.388916}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP3"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.4','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP4", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP4"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 18}, "ellipse": {"center": {"latitude": 48.361254, "longitude": -119.585033}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP4"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.5','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP5", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP5"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 8, "heightType": "AGL", "height": 78}, "ellipse": {"center": {"latitude": 30.351048, "longitude": -103.669369}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP5"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.6','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP6", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP6"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 5, "heightType": "AGL", "height": 45}, "ellipse": {"center": {"latitude": 43.256237, "longitude": -71.675651}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP6"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.7','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP7", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP7"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 6}, "ellipse": {"center": {"latitude": 31.914955, "longitude": -111.304475}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP7"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.8','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP8", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP8"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 8}, "ellipse": {"center": {"latitude": 35.507881, "longitude": -106.377759}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP8"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.9','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP9", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP9"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 15}, "ellipse": {"center": {"latitude": 19.705507, "longitude": -155.122522}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP9"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.10','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP10", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP10"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 8}, "ellipse": {"center": {"latitude": 41.486251, "longitude": -91.432634}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP10"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.11','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP11", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP11"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 11}, "ellipse": {"center": {"latitude": 37.006164, "longitude": -118.014402}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP11"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.12','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP12", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP12"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 12}, "ellipse": {"center": {"latitude": 34.282091, "longitude": -108.385163}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP12"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.13','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP13", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP13"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 6}, "ellipse": {"center": {"latitude": 17.69417, "longitude": -64.864822}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP13"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.14','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP14", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP14"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3.95}, "ellipse": {"center": {"latitude": 37.402836, "longitude": -117.959636}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP14"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.15','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP15", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP15"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 15}, "ellipse": {"center": {"latitude": 40.641732, "longitude": -121.268964}, "orientation": 0, "minorAxis": 150, "majorAxis": 150}}, "requestId": "REQ-SIP15"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('AFCS.SIP.16','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "SIP16", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-SIP16"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 1, "heightType": "AGL", "height": 14.2}, "ellipse": {"center": {"latitude": 48.996, "longitude": -119.62}, "orientation": 0, "minorAxis": 10, "majorAxis": 10}}, "requestId": "REQ-SIP16"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('BRCM.EXT_FSP.1','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP1", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP1"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 0, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": 3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-EXT_FSP1"}], "version": "1.4"}');
INSERT INTO test_vectors VALUES('BRCM.EXT_FSP.7','{"availableSpectrumInquiryRequests": [{"inquiredChannels": [{"globalOperatingClass": 131}, {"globalOperatingClass": 132}, {"globalOperatingClass": 133}, {"globalOperatingClass": 134}, {"globalOperatingClass": 136}, {"globalOperatingClass": 137}], "deviceDescriptor": {"serialNumber": "FSP7", "certificationId": [{"rulesetId": "US_47_CFR_PART_15_SUBPART_E", "id": "FCCID-FSP7"}]}, "inquiredFrequencyRange": [{"lowFrequency": 5925, "highFrequency": 6425}, {"lowFrequency": 6525, "highFrequency": 6875}], "location": {"indoorDeployment": 1, "elevation": {"verticalUncertainty": 2, "heightType": "AGL", "height": -3}, "ellipse": {"center": {"latitude": 33.180621, "longitude": -97.560614}, "orientation": 45, "minorAxis": 50, "majorAxis": 100}}, "requestId": "REQ-EXT_FSP7"}], "version": "1.4"}');
CREATE TABLE test_data (test_id varchar(50), data json, hash varchar(255));
INSERT INTO test_data VALUES('AFCS.SRS.1','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-22.9, -22.9, -22.9, 11.3, 18, 18.1, 29.9, 11.3, -10.3, -10.3, -10.3, -10.3, 12.8, 12.8, 12.9, 30.6, 19.8, 19.8, 33.2, 33.2, -0.4, -0.4, -0.3, -0.3, 36, 36, 36, 36, -27, -27, -27, -27, 35.1, 36, 34.9, 28, 34.5, 0.6, 0.6, 11, 35]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-19.9, -19.8, 17.3, 13.4, -7.3, -7.3, 15.8, 15.9, 22.8, 28.5, 2.6, 2.7, 36, -24, -24, -24, 36, 29.4, 3.6, 14]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-16.9, 10.3, -4.3, 18.9, 25.9, 5.7, -21, -21, 6.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-13.8, -1.2, 8.6, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-23]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-10.7, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -36}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -35.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5990}, "maxPsd": 2.9}, {"frequencyRange": {"highFrequency": 6047, "lowFrequency": 6020}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6047}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6050}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6058}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -23.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -23.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": -0.2}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": -0.1}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6242}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 6.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6302}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": -13.4}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -13.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6757, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6757}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6763}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6810}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6813}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-SRS1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','77dcd7ca31353636fef2abf3d1f3e84952f260633e01e3d1d3aa73b675420e2d');
INSERT INTO test_data VALUES('AFCS.URS.1','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS1", "response": {"responseCode": 103, "shortDescription": "One or more fields have an invalid value.", "supplementalInfo": "{\"invalidParams\": [\"certificationId\", \"\"]}"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b9cd67f895127a6f5ffa27515e4b6fe7d52212b0ffa91c9cd3378a4679db5e93');
INSERT INTO test_data VALUES('AFCS.URS.2','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS2", "response": {"responseCode": 103, "shortDescription": "One or more fields have an invalid value.", "supplementalInfo": "{\"invalidParams\": [\"serialNumber\", \"\"]}"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','eb41c354d4150d0406f30fc5981890374ebed85aa8a981b003549ac0376c1eb9');
INSERT INTO test_data VALUES('AFCS.URS.3','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS3", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["center"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','9218f0586b552fdd6517fdbb8b7c6c66f4b2ab44f744bf53f845a3de0fd500ea');
INSERT INTO test_data VALUES('AFCS.URS.4','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS4", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["majorAxis", "minorAxis", "orientation"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','698be6d8122532c45bf9f10610326ca5412ed93d9e574a9fdb9ac6a1297f983c');
INSERT INTO test_data VALUES('AFCS.URS.5','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS5", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["height"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','7f723778577b1f26b20b7e3cbf5f328d7e847d5579cbb1922356d612a2fc903f');
INSERT INTO test_data VALUES('AFCS.URS.6','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS6", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["verticalUncertainty"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4e0c6a4c97d0b1815cc3df1dc6dd486d973c69c5e42d8e503a4dca617a857a52');
INSERT INTO test_data VALUES('AFCS.URS.7','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-URS7", "response": {"responseCode": 103, "shortDescription": "Invalid Value", "supplementalInfo": {"invalidParams": ["latitude", "longitude"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0aa0bb975679b4d94b286a1e5ac9a74c906fb8fc557a874ba9e8cd7df43f7d32');
INSERT INTO test_data VALUES('AFCS.FSP.1','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-2.4, -2.4, -2.4, 31.8, 36, 36, 36, 31.8, 10.2, 10.2, 10.2, 10.2, 33.3, 33.3, 33.4, 36, 36, 36, 36, 36, 20.1, 20.1, 20.2, 20.2, 36, 36, 36, 36, -8, -27, -27, -7.9, 36, 36, 36, 36, 36, 21.1, 21.1, 31.5, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [0.6, 0.7, 36, 33.9, 13.2, 13.2, 36, 36, 36, 36, 23.1, 23.2, 36, -13.1, -24, -13, 36, 36, 24.1, 34.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.6, 30.8, 16.2, 36, 36, 26.2, -21, -12.9, 27.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.7, 19.3, 29.1, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-2.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [9.8, 1.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','6cd63205f81e4a0337104c571ad4d17829afc03033ba6886de683ff2970237e9');
INSERT INTO test_data VALUES('AFCS.FSP.2','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [25.3, 25.3, 25.3, 36, 36, 36, 36, 36, 30.2, 30.2, 30.3, 30.3, 35.1, 35.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.2, -4.4, -18.9, -18.9, 15.1, 36, 36, 36, 36, 31.5, 16.9, 16.9, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [28.3, 28.3, 36, 36, 33.2, 33.3, 36, 36, 36, 36, 36, 36, 36, 20.3, -15.9, -15.9, 21.2, 36, 19.9, 19.9]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [31.3, 36, 36, 36, 36, 36, -12.9, -12.8, 22.9]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [34.4, 36, 36, -9.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 26.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6153, "lowFrequency": 6107}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6153}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": -17.4}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -31.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 18.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 3.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP2", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','969489f49d0a8d9d2351a6a79f6ba73b8dbc78f0c7289d98f63e4a132e05675c');
INSERT INTO test_data VALUES('AFCS.FSP.3','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-2.4, -2.4, -2.4, 31.8, 36, 36, 36, 31.8, 10.2, 10.2, 10.2, 10.2, 33.3, 33.3, 33.4, 36, 36, 36, 36, 36, 20.1, 20.1, 20.2, 20.2, 36, 36, 36, 36, -9.3, -27, -27, -9.2, 36, 36, 36, 36, 36, 21.1, 21.1, 31.5, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [0.6, 0.7, 36, 33.9, 13.2, 13.2, 36, 36, 36, 36, 23.1, 23.2, 36, -14.4, -24, -14.3, 36, 36, 24.1, 34.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.6, 30.8, 16.2, 36, 36, 26.2, -21, -14.2, 27.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.7, 19.3, 29.1, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-2.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [9.8, 0.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP3", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','de5f69531fc0bbbd9ca53c1d74cc4093f6ecb0e17931352abdda3530c6b246b6');
INSERT INTO test_data VALUES('AFCS.FSP.4','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP4", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','69c858bf58c4304c053e6918ecd39a4e114cfc99494966057ade26a1e5034266');
INSERT INTO test_data VALUES('AFCS.FSP.5','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP5", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d4315b0a75c44eb85761880e11afc0b2d15f08a47a1c6db7ec1a88a18dccde78');
INSERT INTO test_data VALUES('AFCS.FSP.6','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP6", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','cb9c3a5fb245db5bdf298c3a7d567a75bb0c317991d4cce2fe812057ad5c14ec');
INSERT INTO test_data VALUES('AFCS.FSP.7','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-19.3, -19.3, -19.2, 15, 18, 18.1, 29.9, 15.7, -6, -6, -5.9, -5.9, 13.5, 13.5, 18.8, 30.6, 19.8, 19.8, 33.2, 33.2, -0.3, -0.3, -0.3, -0.2, 36, 36, 36, 36, -18.6, -27, -27, -18.6, 36, 36, 34.9, 28, 34.5, 0.6, 0.6, 11, 35]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-16.3, -16.2, 20.9, 17.8, -3, -2.9, 16.5, 21.9, 22.8, 28.5, 2.7, 2.8, 36, -23.7, -24, -23.6, 36, 29.4, 3.6, 14]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-13.2, 13.9, 0.1, 19.6, 25.9, 5.7, -21, -21, 6.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-10.1, 3.1, 8.7, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-19.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-7, -8.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5988, "lowFrequency": 5930}, "maxPsd": -32.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5988}, "maxPsd": -32.2}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5990}, "maxPsd": 2.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6010}, "maxPsd": 3}, {"frequencyRange": {"highFrequency": 6047, "lowFrequency": 6020}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6047}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6153, "lowFrequency": 6107}, "maxPsd": -19}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6153}, "maxPsd": -18.9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 0.5}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6213}, "maxPsd": 5.8}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6242}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 6.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6302}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6418, "lowFrequency": 6359}, "maxPsd": -13.3}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6418}, "maxPsd": -13.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6757, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6757}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6763}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 19.6}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6810}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6813}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP7", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c11e6e1b58e355cc608e0705a2334bd3ea5fce277500c09f0575aa69dd5afdee');
INSERT INTO test_data VALUES('AFCS.FSP.8','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [4.8, 4.8, 4.8, 16.2, 26.3, 26.3, 30, 30.1, 9.7, 9.7, 9.8, 9.8, 14.6, 14.6, 35.1, 35.2, 24, 24.1, 33.3, 31.3, 17.9, 17.9, 18, 24.2, 36, 36, 36, 24.9, -1.3, -24.9, -27, -27, -5.4, 36, 35.1, 24.4, 35, 11, -3.6, -3.6, 30.4]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [7.8, 7.8, 29.3, 33.1, 12.7, 12.8, 17.6, 36, 27.1, 34.3, 20.9, 21, 36, -0.2, -24, -24, 0.7, 27.4, -0.6, -0.6]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [10.8, 32.3, 15.8, 20.7, 30.1, 24, -21, -21, 2.4]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [13.9, 18.8, 26.9, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [16.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [17, 5.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": 3.1}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": -8.2}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5990}, "maxPsd": 3.1}, {"frequencyRange": {"highFrequency": 6047, "lowFrequency": 6020}, "maxPsd": 13.2}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6047}, "maxPsd": 13.3}, {"frequencyRange": {"highFrequency": 6088, "lowFrequency": 6050}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6088}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6153, "lowFrequency": 6107}, "maxPsd": -3.3}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6153}, "maxPsd": -3.2}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 1.6}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6241}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 22.2}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6271}, "maxPsd": 11}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6300}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6330}, "maxPsd": 18.3}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6359}, "maxPsd": 12.2}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 4.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6603, "lowFrequency": 6597}, "maxPsd": 11.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6603}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6622, "lowFrequency": 6610}, "maxPsd": 20.6}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6622}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": -37.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 1.9}, {"frequencyRange": {"highFrequency": 6653, "lowFrequency": 6650}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6653}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6757, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6757}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6763}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -1.6}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6810}, "maxPsd": 18.6}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6813}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -16.6}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP8", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','f0f56376d6282260aa2c2c65423f9cd118bd3968c26bd61277c5fbbbbbc9a508');
INSERT INTO test_data VALUES('AFCS.FSP.9','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-22.9, -22.9, -22.9, 11.3, 18, 18.1, 29.9, 11.3, -10.3, -10.3, -10.3, -10.3, 12.8, 12.8, 12.9, 30.6, 19.8, 19.8, 33.2, 33.2, -0.4, -0.4, -0.3, -0.3, 36, 36, 36, 36, -27, -27, -27, -27, 35.1, 36, 34.9, 28, 34.5, 0.6, 0.6, 11, 35]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-19.9, -19.8, 17.3, 13.4, -7.3, -7.3, 15.8, 15.9, 22.8, 28.5, 2.6, 2.7, 36, -24, -24, -24, 36, 29.4, 3.6, 14]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-16.9, 10.3, -4.3, 18.9, 25.9, 5.7, -21, -21, 6.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-13.8, -1.2, 8.6, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-23]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-10.7, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -36}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -35.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5990}, "maxPsd": 2.9}, {"frequencyRange": {"highFrequency": 6047, "lowFrequency": 6020}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6047}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6050}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6058}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -23.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -23.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": -0.2}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": -0.1}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6242}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 6.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6302}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": -13.4}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -13.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6757, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6757}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6763}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6810}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6813}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP9", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c345ad131f6f9ad50c6f491efcbbc6a5a939ca6620d3297e4abe5cbffc023f3d');
INSERT INTO test_data VALUES('AFCS.FSP.10','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [35.8, 35.9, 35.9, 34.8, 30.7, 8.2, 8.3, 32.9, 31.8, 31.8, 31.9, 30.1, 30.2, 26.8, 1.9, 1.9, 2, 30.4, 32.2, 27.1, 27.1, 27.2, 27.2, 27.2, 36, 33.2, 36, 36, 35.4, 35.4, 35.5, 36, 22.5, -1.1, -7.8, -7.8, -7.8, 26.3, 15.3, -8.2, -8.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 11.2, 11.3, 34.8, 33.1, 29.8, 4.9, 5, 30.1, 30.2, 30.2, 36, 36, 36, 23.6, -4.8, -4.8, 16.4, -5.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 14.3, 36, 7.9, 8, 33.2, 34.3, -1.8, -1.7]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.2, 10.9, 11.1, 1.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [13.8, 14]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5969, "lowFrequency": 5959}, "maxPsd": 22.8}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5969}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": -4.8}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6148, "lowFrequency": 6107}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6148}, "maxPsd": 18.9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6182}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6192}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6231, "lowFrequency": 6211}, "maxPsd": 13.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6231}, "maxPsd": 13.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6300}, "maxPsd": 17.4}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 19.2}, {"frequencyRange": {"highFrequency": 6375, "lowFrequency": 6330}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6375}, "maxPsd": 14.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6558}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6620}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": -14.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": -14}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -20.8}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6780}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 20.1}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -21.2}, {"frequencyRange": {"highFrequency": 6863, "lowFrequency": 6860}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6863}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP10", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','89dfd6b18f91e6336947e0869ab59f86a734b95e40eb553c73109535bfe8ac29');
INSERT INTO test_data VALUES('AFCS.FSP.11','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 34.1, 30.7, 8.2, 8.3, 32.9, 32, 32, 32.1, 30.1, 30.1, 27, 1.9, 1.9, 2, 30.3, 32.2, 27.3, 27.3, 27.4, 27.4, 27.4, 36, 33.3, 36, 36, 36, 36, 36, 36, 22.5, -1.1, -7.8, -7.8, -7.8, 26.3, 15.3, -8.2, -8.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 11.2, 11.3, 35, 33.1, 30, 4.9, 5, 30.3, 30.4, 30.4, 36, 36, 36, 23.6, -4.8, -4.8, 16.4, -5.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 14.3, 36, 7.9, 8, 33.4, 34.3, -1.8, -1.7]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.2, 10.9, 11.1, 1.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [13.8, 14]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 21.1}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": -4.8}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6107}, "maxPsd": 18.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6109}, "maxPsd": 19}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6182}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6231, "lowFrequency": 6211}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6231}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6272}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 19.2}, {"frequencyRange": {"highFrequency": 6375, "lowFrequency": 6330}, "maxPsd": 14.3}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6375}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6558}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": -14.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": -14}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -20.8}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6795, "lowFrequency": 6780}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6795}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -21.2}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP11", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','8613df83ff2dd20066df669181eee3c11bf8dce099fc6ec5ad3e58be08e047ba');
INSERT INTO test_data VALUES('AFCS.FSP.12','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 34.1, 30.7, 8.2, 8.3, 32.9, 32, 32, 32.1, 30.1, 30.1, 27, 1.9, 1.9, 2, 30.3, 32.2, 27.3, 27.3, 27.4, 27.4, 27.4, 36, 33.3, 36, 36, 36, 36, 36, 36, 22.5, -1.1, -7.8, -7.8, -7.8, 26.3, 15.3, -8.2, -8.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 11.2, 11.3, 35, 33.1, 30, 4.9, 5, 30.3, 30.4, 30.4, 36, 36, 36, 23.6, -4.8, -4.8, 16.4, -5.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 14.3, 36, 7.9, 8, 33.4, 34.3, -1.8, -1.7]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.2, 10.9, 11.1, 1.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [13.8, 14]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 21.1}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": -4.8}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6107}, "maxPsd": 18.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6109}, "maxPsd": 19}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6182}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6231, "lowFrequency": 6211}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6231}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6272}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 19.2}, {"frequencyRange": {"highFrequency": 6375, "lowFrequency": 6330}, "maxPsd": 14.3}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6375}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6558}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": -14.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": -14}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -20.8}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6795, "lowFrequency": 6780}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6795}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -21.2}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP12", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','f0b184e977b178787996cb2323d4bfa948baed79aab6df016c43905060390052');
INSERT INTO test_data VALUES('AFCS.FSP.13','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 27.2, -5.7, -22.2, -27, -27, -20, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 23.3, 0, 0, -3.3, 9.3, -2, -1.9, -27, -27, -27, -27, -27, -27, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [33.7, -11.4, -24, -24, -9.8, 36, 36, 36, 36, 36, 24.6, 3, 1, -24, -24, -24, -24, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-14, -21, -13.3, 36, 35.3, 6, -21, -21, -21]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, -12.9, 9, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": -18.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -13}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": -16.3}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6548, "lowFrequency": 6540}, "maxPsd": -3.8}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6548}, "maxPsd": -3.7}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": -15}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6700}, "maxPsd": 22.9}], "requestId": "REQ-FSP13", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','e599092b361d388a1209eeeea0a3f028cab12b49c9af76718e51717f6ef4314a');
INSERT INTO test_data VALUES('AFCS.FSP.14','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 4.7, 4.8, 4.8, 16.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 17.2, 17.2, 17.3, 17.3, 22.7, 22.7, 31, -3, -2.9, -2.3, 1.9, 25.5, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 7.7, 7.8, 19.7, 36, 36, 36, 36, 36, 36, 36, 20.2, 20.3, 25.7, 0.1, 0.8, 26.7, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [10.7, 10.8, 36, 36, 36, 23.2, 3.1, 3.8, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [13.8, 36, 26.2, 6.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [16.9, 29.1]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6019}, "maxPsd": -8.3}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": -8.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 3.7}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 4.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 16.8}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 4.3}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 9.7}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -16}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -15.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -15.3}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6700}, "maxPsd": 22.9}], "requestId": "REQ-FSP14", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0043d93e7bfc02c2b9ddb8db8bc722b2390f9eef506618f5104ceb272c695f12');
INSERT INTO test_data VALUES('AFCS.FSP.15','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 4.7, 4.8, 4.8, 16.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 17.2, 17.2, 17.3, 17.3, 22.7, 22.7, 31, -3, -2.9, -2.3, 1.9, 25.5, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 7.7, 7.8, 19.7, 36, 36, 36, 36, 36, 36, 36, 20.2, 20.3, 25.7, 0.1, 0.8, 26.7, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [10.7, 10.8, 36, 36, 36, 23.2, 3.1, 3.8, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [13.8, 36, 26.2, 6.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [16.9, 29.1]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6019}, "maxPsd": -8.3}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": -8.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 3.7}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 4.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 16.8}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 4.3}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 9.7}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -16}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -15.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -15.3}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6700}, "maxPsd": 22.9}], "requestId": "REQ-FSP15", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d26d4389560c4df4053d2a7f6b5d54f5e2bad18df3ab0570e6163b3adf39e566');
INSERT INTO test_data VALUES('AFCS.FSP.16','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 32.5, -0.5, -0.5, -0.4, 10.6, 35.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 25.8, 2.4, 2.5, 10.3, 10.3, 18.1, 18.1, 36, 2.8, 2.9, 3, 3, 26.6, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 2.5, 2.6, 13.7, 36, 36, 36, 36, 36, 36, 27, 5.5, 13.4, 21.1, 5.9, 6, 27.7, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [5.5, 5.6, 36, 36, 36, 8.5, 8.9, 9, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [8.6, 34.3, 11.4, 11.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [11.7, 14.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -13.5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6050}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6409, "lowFrequency": 6389}, "maxPsd": -10.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6409}, "maxPsd": -10.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 18.2}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": -2.7}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -10.2}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -10.1}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -10.1}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -10}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6700}, "maxPsd": 22.9}], "requestId": "REQ-FSP16", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c61c105e3042db5a188e20bd7c4183dc879eaf14a396202cd5ec19720e8d0bde');
INSERT INTO test_data VALUES('AFCS.FSP.17','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 29, 29.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 35.5, 36, 36, 36, 36, 25.8, 25.9, 26.5, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 32, 32.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.9, 29.5, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 35.1, 36, 36, 36, 36, 31.8, 32.6, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 34.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 13.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6670}, "maxPsd": 22.9}], "requestId": "REQ-FSP17", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','43c56538aa0f035f423d6c18d07b65eaaef97c874225b703627dbcfaa7f666ca');
INSERT INTO test_data VALUES('AFCS.FSP.18','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 29, 29.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 35.5, 36, 36, 36, 36, 25.8, 25.9, 26.5, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 32, 32.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.9, 29.5, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 35.1, 36, 36, 36, 36, 31.8, 32.6, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 34.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 13.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6670}, "maxPsd": 22.9}], "requestId": "REQ-FSP18", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','fb9bf76cb5fa698480df8bf1d3dac292c4e6a7db9b36041d87aeae51b7b16b6f');
INSERT INTO test_data VALUES('AFCS.FSP.19','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 6.7, -26.2, -27, -27, -27, -27, 36, 22.3, 22.3, 22.4, 36, 36, 36, 36, 36, 28.5, 28.6, 28.6, 36, 2.8, -20.5, -20.5, -23.8, -11.2, -22.5, -22.4, -27, -27, -27, -27, -27, -27, 36, 29.2, 28.9, 26, 29.3, 29.4, 27.4]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [13.2, -24, -24, -24, -24, 25.4, 36, 36, 31.5, 31.6, 4.1, -17.5, -19.5, -24, -24, -24, -24, 31.9, 29, 30.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-21, -21, -21, 36, 14.8, -14.5, -21, -21, -21]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, -18, -11.5, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": -39.2}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 9.3}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -33.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": -36.8}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6548, "lowFrequency": 6540}, "maxPsd": -24.3}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6548}, "maxPsd": -24.2}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": -35.5}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6772}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6795, "lowFrequency": 6790}, "maxPsd": 12.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6795}, "maxPsd": 13}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6827, "lowFrequency": 6820}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6827}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18.1}], "requestId": "REQ-FSP19", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','ec2210215b4e5b3ba487e000020c14168591c2ce9ce4309ca4c7884fbeb2ff93');
INSERT INTO test_data VALUES('AFCS.FSP.20','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 17.2, -15.8, -15.7, -15.7, -3.8, 20.8, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 28.6, 28.6, 28.7, 36, 20, -3.3, -3.3, -3.2, -3.2, 2.2, 2.2, 10.5, -23.5, -23.4, -22.8, -18.6, 5, 36, 29.3, 28.9, 26, 29.4, 29.4, 27.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [23.6, -12.8, -12.7, -0.8, 25.4, 25.5, 36, 36, 31.6, 31.6, 21.3, -0.3, -0.2, 5.2, -20.4, -19.7, 6.2, 31.9, 29, 30.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-9.8, -9.7, 23.2, 36, 32, 2.7, -17.4, -16.7, 17.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-6.7, 19.1, 5.7, -14.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-3.6, 8.6]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6019}, "maxPsd": -28.8}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": -28.7}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": -16.9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": -16.8}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -16.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": -3.7}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": -16.2}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": -10.8}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -36.5}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -36.4}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -35.8}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -31.6}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 13}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18.1}], "requestId": "REQ-FSP20", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2f322ecec3dd74598740a1dfdb5ac4cba9cd43dd42f4fd6970a6afd9bb6d54c1');
INSERT INTO test_data VALUES('AFCS.FSP.21','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 17.2, -15.8, -15.7, -15.7, -3.8, 20.8, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 28.6, 28.6, 28.7, 36, 20, -3.3, -3.3, -3.2, -3.2, 2.2, 2.2, 10.5, -23.5, -23.4, -22.8, -18.6, 5, 36, 29.3, 28.9, 26, 29.4, 29.4, 27.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [23.6, -12.8, -12.7, -0.8, 25.4, 25.5, 36, 36, 31.6, 31.6, 21.3, -0.3, -0.2, 5.2, -20.4, -19.7, 6.2, 31.9, 29, 30.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-9.8, -9.7, 23.2, 36, 32, 2.7, -17.4, -16.7, 17.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-6.7, 19.1, 5.7, -14.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-3.6, 8.6]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6019}, "maxPsd": -28.8}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": -28.7}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": -16.9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": -16.8}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -16.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": -3.7}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": -16.2}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": -10.8}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -36.5}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -36.4}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -35.8}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -31.6}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 13}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18.1}], "requestId": "REQ-FSP21", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','1a42095e380054c787c6b6744d5fe901bc695869c636c0a3a6182be995b281d5');
INSERT INTO test_data VALUES('AFCS.FSP.22','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 12, -21, -21, -20.9, -9.9, 14.8, 36, 22.3, 22.3, 22.4, 36, 36, 36, 36, 29.1, 28.6, 28.6, 28.7, 36, 5.3, -18.1, -18, -10.2, -10.2, -2.4, -2.4, 16.3, -17.7, -17.6, -17.5, -17.5, 6.1, 36, 29.3, 29, 26.2, 29.4, 29.5, 27.6]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [18.4, -18, -17.9, -6.8, 24.9, 25.3, 36, 36, 31.6, 31.6, 6.5, -15, -7.1, 0.6, -14.6, -14.5, 7.2, 31.9, 29.2, 30.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-15, -14.9, 18, 36, 17.3, -12, -11.6, -11.5, 18.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-11.9, 13.8, -9.1, -8.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-8.8, -6.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -34}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6050}, "maxPsd": -22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 9.3}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6292, "lowFrequency": 6271}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6292}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6409, "lowFrequency": 6389}, "maxPsd": -31.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6409}, "maxPsd": -31}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": -2.3}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": -23.2}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": -30.7}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -30.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -30.6}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -30.5}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 16.7}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6777, "lowFrequency": 6770}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6777}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 13.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6827, "lowFrequency": 6820}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6827}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18.2}], "requestId": "REQ-FSP22", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b9631bc7cf2ac0ff1d7476d10a5f19563cdebc3c825442a98e1eede57b7f7a92');
INSERT INTO test_data VALUES('AFCS.FSP.23','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 24.8, 24.8, 8.5, 8.6, 33.2, 36, 22.4, 22.5, 22.5, 36, 36, 36, 36, 29.6, 28.5, 28.5, 28.5, 36, 36, 17.6, 17.7, 15, 23, 21.8, 21.8, 36, 5.3, 5.4, 6, 18.9, 30.7, 36, 29.2, 28.8, 25.9, 29.3, 29.3, 28.7]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 27.8, 11.5, 11.6, 25.4, 25.5, 36, 36, 31.4, 31.5, 36, 20.7, 24.8, 24.8, 8.4, 9, 33.8, 31.8, 28.9, 31.7]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [30.8, 14.6, 28.5, 36, 34.5, 23.6, 11.3, 12.1, 31.9]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.5, 31.6, 26.6, 14.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [20.6, 29.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 11.8}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": -4.5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": -4.4}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6156, "lowFrequency": 6137}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6156}, "maxPsd": 9.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6281, "lowFrequency": 6271}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6281}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6409, "lowFrequency": 6389}, "maxPsd": 4.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6409}, "maxPsd": 4.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 1.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 8.8}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -7.7}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -7}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 5.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 12.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18}], "requestId": "REQ-FSP23", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','710f9272a59b62afe4f3ed72b1a3fb195600f3712b06b15a2b95b559dbf924a3');
INSERT INTO test_data VALUES('AFCS.FSP.24','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 24.8, 24.8, 8.5, 8.6, 33.2, 36, 22.4, 22.5, 22.5, 36, 36, 36, 36, 29.6, 28.5, 28.5, 28.5, 36, 36, 17.6, 17.7, 15, 23, 21.8, 21.8, 36, 5.3, 5.4, 6, 18.9, 30.7, 36, 29.2, 28.8, 25.9, 29.3, 29.3, 28.7]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 27.8, 11.5, 11.6, 25.4, 25.5, 36, 36, 31.4, 31.5, 36, 20.7, 24.8, 24.8, 8.4, 9, 33.8, 31.8, 28.9, 31.7]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [30.8, 14.6, 28.5, 36, 34.5, 23.6, 11.3, 12.1, 31.9]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.5, 31.6, 26.6, 14.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [20.6, 29.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 11.8}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": -4.5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": -4.4}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6156, "lowFrequency": 6137}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6156}, "maxPsd": 9.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6281, "lowFrequency": 6271}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6281}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6409, "lowFrequency": 6389}, "maxPsd": 4.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6409}, "maxPsd": 4.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6527, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6530, "lowFrequency": 6527}, "maxPsd": 1.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6530}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 8.8}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -7.7}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -7}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 5.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 12.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6872, "lowFrequency": 6860}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6872}, "maxPsd": 18}], "requestId": "REQ-FSP24", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a6e6af7591f2e24ee51d0cee92a3d1f95326a14758cf931b1093257a0996eabb');
INSERT INTO test_data VALUES('AFCS.FSP.25','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-4.2, -4.2, -4.1, -4.1, 19.9, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-1.2, -1.1, 20.8, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [1.9, 22.9, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [4.9, 34, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [29.6]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [8.1, 32.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5959}, "maxPsd": -17.2}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5999}, "maxPsd": -17.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP25", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','3c8c664218fdc3fb4ffc15c7d8f2a44acf3eaae0783f15f8b2d26278a7297cc6');
INSERT INTO test_data VALUES('AFCS.FSP.26','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [24.5, 24.5, 24.5, 24.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [27.5, 27.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [30.5, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [33.6, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5959}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6019}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP26", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b4107cfc7f48e47b4328247e93490534dedb57707fa2e5de7fd218db1d9ecd04');
INSERT INTO test_data VALUES('AFCS.FSP.27','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [18.6, 18.7, 18.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [21.6, 21.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [24.7, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [27.8, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [30.9, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": 5.6}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5989}, "maxPsd": 5.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP27", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','00f3d0ba4404f19a92318fbe047bb2f2ce81d2b8edaaacb6006aa3b791b33e1c');
INSERT INTO test_data VALUES('AFCS.FSP.28','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-8.5, -8.5, -8.4, -8.4, 15.6, 36, 36, 36, 36, 36, 36, 36, 36, 24.4, 24.5, 24.5, 24.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-5.5, -5.4, 16.5, 36, 36, 36, 27.4, 27.5, 27.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-2.4, 18.6, 36, 30.5, 30.6, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [0.6, 29.7, 33.7, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [25.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [3.8, 28.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": -21.5}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5990}, "maxPsd": -21.4}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP28", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d6f8386748bb746c1a9cc61ef20c466aee6025c28298ecf3771d22898cdfd76e');
INSERT INTO test_data VALUES('AFCS.FSP.29','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [22.7, 22.7, 22.8, 22.8, 36, 36, 36, 36, 36, 36, 36, 36, 36, 24.5, 24.6, 24.6, 24.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [25.7, 25.8, 36, 36, 36, 36, 27.5, 27.6, 27.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [28.8, 36, 36, 30.6, 30.7, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [31.8, 33.5, 33.8, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [35, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5959}, "maxPsd": 9.7}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5999}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP29", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','f2fe70be6070b83e8e211575d154af7a86b7fa632b133ae4fd714a9bf26ddba4');
INSERT INTO test_data VALUES('AFCS.FSP.30','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-1.7, -1.7, -1.7, 32.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 18.1, 18.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [1.3, 1.3, 36, 36, 36, 36, 21.1, 21.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [4.3, 31.5, 36, 24.1, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [7.4, 27.1, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [32.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [10.5, 30.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": -14.7}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP30", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','065238ad7ce006b966a18a1eb6d39e39946904aca0baffb280c889f3381985cf');
INSERT INTO test_data VALUES('AFCS.FSP.31','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-23.4, -23.3, -23.3, -23.3, 0.8, 31.7, 36, 36, 36, 36, 36, 24.2, 24.3, 22.2, 22.2, 22.3, 22.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.3, 29.4, 33.4, 33.4, 36, 36, 36, 36, 28.3, 28.3, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-20.3, -20.3, 1.7, 36, 36, 27.2, 25.2, 25.3, 25.4, 36, 36, 36, 36, 32.3, 32.4, 36, 36, 31.3, 31.4, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-17.3, 3.7, 30.2, 28.2, 28.4, 36, 35.4, 36, 34.3]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-14.2, 14.8, 31.5, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [10.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-11.1, 13.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": -36.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": -36.3}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6020}, "maxPsd": 18.7}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6182}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": 9.2}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6242}, "maxPsd": 9.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6622, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6622}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6662, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6668, "lowFrequency": 6662}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6782, "lowFrequency": 6668}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6782}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6788}, "maxPsd": 22.9}], "requestId": "REQ-FSP31", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','6ef7cc5535f66b3a08bccd74fb5dcec4de71b2c82397f87634ec23c47c7abf92');
INSERT INTO test_data VALUES('AFCS.FSP.32','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [4, 4, 4, 4.1, 28.1, 31.5, 36, 36, 36, 36, 36, 36, 36, 36, 29.5, 29.5, 29.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.1, 28.1, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [7, 7.1, 29, 36, 36, 36, 36, 32.5, 32.5, 36, 36, 36, 36, 36, 36, 36, 36, 31.1, 31.1, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [10, 31.1, 36, 35.5, 35.6, 36, 36, 36, 34.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [13.1, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [16.2, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5959}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6019}, "maxPsd": -8.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6782, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6782}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6788}, "maxPsd": 22.9}], "requestId": "REQ-FSP32", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d58180d2702bc526ce619a93fd032c4b1bac0e4004739b97e0533abd83868384');
INSERT INTO test_data VALUES('AFCS.FSP.33','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-1.9, -1.8, -1.8, 32.4, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [1.1, 1.2, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [4.2, 31.3, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [7.3, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [31.9]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [10.4, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": -14.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5989}, "maxPsd": -14.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP33", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','46d51f0fdfd3128f8f0872fdb7543d4d5852a545717101847b49380786e204bb');
INSERT INTO test_data VALUES('AFCS.FSP.34','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-27, -27, -27, -27, -4.9, 31.7, 31, 31, 31, 36, 36, 24.2, 24.2, 3.9, 4, 4, 4, 33, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.4, 29.4, 33.4, 33.4, 36, 36, 36, 36, 28.3, 28.3, 27.6, 27.6, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-24, -24, -4, 34, 34.1, 27.2, 6.9, 7, 7.1, 36, 36, 36, 36, 32.4, 32.4, 36, 36, 31.3, 30.6, 30.6]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-21, -1.9, 30.2, 10, 10.1, 36, 35.4, 36, 33.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, 9.2, 13.2, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [4.8]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, 7.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5959}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6020}, "maxPsd": 18.7}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": 18}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6182}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": -9.1}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6300}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6622, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6622}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6662, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6668, "lowFrequency": 6662}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6782, "lowFrequency": 6668}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6782}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6822, "lowFrequency": 6788}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6828, "lowFrequency": 6822}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6828}, "maxPsd": 22.9}], "requestId": "REQ-FSP34", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','cf2516cff6f0985e763d090a11f4487a48a348a47ab9cbb82617bbc616048d4b');
INSERT INTO test_data VALUES('AFCS.FSP.35','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [2.2, 2.2, 2.3, 2.3, 26.3, 31.5, 31, 31, 31.1, 36, 36, 24.3, 24.3, 4, 4.1, 4.1, 4.1, 33, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.5, 29.5, 33.5, 33.6, 36, 36, 36, 36, 28.1, 28.1, 27.6, 27.6, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [5.2, 5.3, 27.2, 34, 34.1, 27.3, 7, 7.1, 7.1, 36, 36, 36, 36, 32.5, 32.5, 36, 36, 31.1, 30.6, 30.7]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [8.3, 29.3, 30.3, 10.1, 10.2, 36, 35.5, 36, 33.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [11.3, 13, 13.3, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [14.5, 16.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5959}, "maxPsd": -10.8}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5999}, "maxPsd": -10.7}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": 18}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6107}, "maxPsd": 18.1}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6182}, "maxPsd": 11.3}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -8.9}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6300}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6622, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6622}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6662, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6668, "lowFrequency": 6662}, "maxPsd": 20.5}, {"frequencyRange": {"highFrequency": 6782, "lowFrequency": 6668}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6782}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6822, "lowFrequency": 6788}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6828, "lowFrequency": 6822}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6828}, "maxPsd": 22.9}], "requestId": "REQ-FSP35", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d8ddf00b83b8a16580009cdc85145587229ab46cd58dd34b44068592fb2eec7d');
INSERT INTO test_data VALUES('AFCS.FSP.36','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-22.2, -22.2, -22.2, 12, 36, 36, 36, 36, 36, 36, 36, 36, 22.8, -2.4, -2.4, 19.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 35, 35, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-19.2, -19.2, 18, 36, 36, 32.7, 0.6, 0.6, 30.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-16.2, 11, 28.8, 3.6, 28.3, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-13.1, 6.6, 29, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [11.6]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-10, 9.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": -35.2}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6592, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6598, "lowFrequency": 6592}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6612, "lowFrequency": 6598}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6612}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6618}, "maxPsd": 22.9}], "requestId": "REQ-FSP36", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','8caa7f75cb1e3646d06ec7f69b4005adba03a81ad228d0aa257a7a407ae6bcd9');
INSERT INTO test_data VALUES('AFCS.FSP.37','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [12.9, 13, 13, 36, 36, 15.1, 9.6, 9.6, 9.6, 19.4, 19.4, 16.5, 16.6, -3.3, -3.3, 4, -9.1, -9.1, 6.3, -12.5, -13.8, -13.8, -13.7, -3.6, 36, 33.4, 36, 16, 16.1, 13.6, 13.6, 18.8, 25.8, -2.5, -2.5, 1.6, 7.9, -2.6, -2.8, -3.1, -4.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [16, 16, 18.1, 12.6, 12.6, 19.5, -0.3, -0.3, -6.1, -9.5, -10.8, -10.7, 36, 19.1, 16.6, 21.9, 0.5, 4.6, 0.2, -1.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [19, 15.6, 15.7, 2.7, -6.5, -7.7, 19.6, 3.5, 3.2]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [18.5, 5.7, -4.8, 6.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [31.8]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [8.6, -1.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 5974, "lowFrequency": 5959}, "maxPsd": -0.1}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5974}, "maxPsd": 0}, {"frequencyRange": {"highFrequency": 6000, "lowFrequency": 5990}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6000}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 2.1}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -3.4}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6109}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6182}, "maxPsd": 3.5}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6192}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -16.3}, {"frequencyRange": {"highFrequency": 6252, "lowFrequency": 6242}, "maxPsd": 3.8}, {"frequencyRange": {"highFrequency": 6261, "lowFrequency": 6252}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6261}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": -22.1}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": -6.7}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6330}, "maxPsd": -25.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": -26.8}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6389}, "maxPsd": -26.7}, {"frequencyRange": {"highFrequency": 6400, "lowFrequency": 6391}, "maxPsd": -18}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6400}, "maxPsd": -16.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6555, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6555}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6558}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 3}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 0.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6670}, "maxPsd": 5.8}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6680}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 0.7}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6747, "lowFrequency": 6740}, "maxPsd": -11.5}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6747}, "maxPsd": -11.4}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6767, "lowFrequency": 6760}, "maxPsd": -5.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6767}, "maxPsd": -5.1}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6772}, "maxPsd": -3.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6778}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -15.6}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -9.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -15.8}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": -16.1}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -15.7}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": -17.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP37", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','61bb246519d47af7271c365d5a03ff05767074e4f62ba4557137fa1f475f0c67');
INSERT INTO test_data VALUES('AFCS.FSP.38','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [29.3, 29.3, 29.4, 34.4, 34.4, 34.5, 34.5, 34.6, 34.6, 34.8, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 30.7, 21.3, 21.4, 32.2, 36, 34, 34.1, 36, 33.1, 33.2, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [32.3, 32.4, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 24.3, 24.4, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [35.4, 36, 36, 36, 36, 36, 27.3, 27.5, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 30.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5989}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5990}, "maxPsd": 21.3}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6010}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6098, "lowFrequency": 6048}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6098}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6129, "lowFrequency": 6109}, "maxPsd": 21.7}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6129}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6647}, "maxPsd": 17.8}, {"frequencyRange": {"highFrequency": 6668, "lowFrequency": 6660}, "maxPsd": 8.3}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6668}, "maxPsd": 8.4}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6670}, "maxPsd": 19.1}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6678}, "maxPsd": 19.2}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6802, "lowFrequency": 6800}, "maxPsd": 20.1}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6802}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6810}, "maxPsd": 22.9}], "requestId": "REQ-FSP38", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','9e69ab537df88478cf979128be13735040d19a0e662e36b15c708622acd0749f');
INSERT INTO test_data VALUES('AFCS.FSP.39','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [32.3, 36, 25.2, 25.2, 32.5, 32.5, 23.2, 23.2, 20.6, 20.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.9, 29.9, 29.9, 36, 36, 36, 36, 36, 36, 36, 36, 35.5, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [35.4, 28.2, 35.5, 26.2, 23.6, 36, 36, 36, 36, 36, 32.9, 33, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [31.2, 29.2, 26.7, 36, 36, 35.9, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [32.1, 29.8, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [32.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [32.6, 33]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": 19.3}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": 12.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6020}, "maxPsd": 19.5}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6078}, "maxPsd": 10.2}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": 7.6}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6670}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6680}, "maxPsd": 22.9}], "requestId": "REQ-FSP39", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c0f38a55039ad9c4e9999510baf77f1b7cbb4daa43678df606d1be6d2b61ac2f');
INSERT INTO test_data VALUES('AFCS.FSP.40','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [20.3, 36, 20.4, 20.5, 28.7, 20.6, 20.6, 36, 20.7, 20.7, 20.8, 20.8, 36, 36, 36, 36, 36, 29.1, 29.1, 29.1, 26.2, 26.2, 26.3, 36, 35.1, 35.1, 32.6, 32.6, 32.7, 35.7, 36, 32.8, 32.8, 36, 27, 27, 27, 29.9, 29.9, 27.2, 27.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [23.4, 23.5, 23.6, 23.6, 23.7, 23.8, 36, 36, 32, 32.1, 29.2, 29.3, 35.6, 35.7, 36, 35.8, 30, 30, 32.9, 30.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [26.4, 26.6, 26.8, 36, 35.1, 32.3, 36, 32.9, 33.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [29.5, 29.9, 35.2, 35.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [20.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [32.7, 33]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": 7.3}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5989}, "maxPsd": 7.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6010}, "maxPsd": 7.5}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6048}, "maxPsd": 7.5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6058}, "maxPsd": 7.6}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6157, "lowFrequency": 6108}, "maxPsd": 7.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6157}, "maxPsd": 7.8}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 13.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6570, "lowFrequency": 6540}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6570}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6602, "lowFrequency": 6580}, "maxPsd": 19.6}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6602}, "maxPsd": 19.7}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6670}, "maxPsd": 19.8}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6787, "lowFrequency": 6770}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6787}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6802, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6808, "lowFrequency": 6802}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6808}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6840}, "maxPsd": 14.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP40", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c0cf947f2b5fedf0193ee721c05cbdf8f564f93683f54c23d06842cd46a275bb');
INSERT INTO test_data VALUES('AFCS.FSP.41','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 21.6, 21.6, 21.7, 36, 36, 23.7, 21.1, -2.4, 21.1, 16.6, 16.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 24.6, 24.7, 22.2, 0.6, 19.7, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 27.7, 3.6, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 30.6, 6.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 33.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6360, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": 8.6}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6389}, "maxPsd": 8.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 10.7}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6590}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6597}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6657, "lowFrequency": 6630}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6657}, "maxPsd": 3.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6660}, "maxPsd": 22.9}], "requestId": "REQ-FSP41", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','546e76b2c3778c74ee2dba9032467abed1e6ee80002750d9ac7a5f8156004d09');
INSERT INTO test_data VALUES('AFCS.FSP.42','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP42", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c0387f52a81d260c5c7fa8e28b0fdd08d1ccbfc8a26232db4f413ddf6bbee3f4');
INSERT INTO test_data VALUES('AFCS.FSP.43','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-5.3, -5.3, -5.3, -5.3, 18.8, 21, 31.8, 36, 31.4, 31.4, 31.4, 31.5, 14.1, 28.1, 28.2, 28.2, 22.8, 22.8, 34, 34, 36, 36, 36, 36, 36, 36, 34.4, 34.5, 21.2, 21.3, 24.2, 26.4, 36, 32.3, 28.6, 28.6, 25.5, 25.5, 14.2, 14.2, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-2.3, -2.3, 19.7, 34.8, 34.4, 34.5, 17.1, 31.2, 25.8, 36, 36, 36, 36, 24.2, 24.3, 29.4, 31.6, 28.5, 17.2, 17.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [0.7, 21.8, 36, 20.2, 28.9, 36, 27.3, 32.5, 20.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [3.8, 23.1, 32, 30.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [22.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [6.9, 26.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5940, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5940}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5951}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -18.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5961}, "maxPsd": -18.3}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6020}, "maxPsd": 7.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": 8}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 18.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": 18.3}, {"frequencyRange": {"highFrequency": 6165, "lowFrequency": 6137}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6165}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6203, "lowFrequency": 6192}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6203}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6240, "lowFrequency": 6211}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6240}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6321, "lowFrequency": 6302}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6321}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6580}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6588}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6610}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6643, "lowFrequency": 6640}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6643}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 13.4}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 19.3}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6772}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 1.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP43", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','edb8e6f961fcc23feea9c86d4c2e19b2a30aa31c69cc4bb355891ce755bd88f6');
INSERT INTO test_data VALUES('AFCS.FSP.44','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [12.9, 13, 13, 36, 36, 15.1, 9.6, 9.6, 9.6, 19.4, 19.4, 16.5, 16.6, -3.3, -3.3, 4, -9.1, -9.1, 6.3, -12.5, -13.8, -13.8, -13.7, -3.6, 36, 33.4, 36, 16, 16.1, 13.6, 13.6, 18.8, 25.8, -2.5, -2.5, 1.6, 7.9, -2.6, -2.8, -3.1, -4.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [16, 16, 18.1, 12.6, 12.6, 19.5, -0.3, -0.3, -6.1, -9.5, -10.8, -10.7, 36, 19.1, 16.6, 21.9, 0.5, 4.6, 0.2, -1.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [19, 15.6, 15.7, 2.7, -6.5, -7.7, 19.6, 3.5, 3.2]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [18.5, 5.7, -4.8, 6.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [31.8]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [8.6, -1.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 5974, "lowFrequency": 5959}, "maxPsd": -0.1}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5974}, "maxPsd": 0}, {"frequencyRange": {"highFrequency": 6000, "lowFrequency": 5990}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6000}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 2.1}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -3.4}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6109}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6182}, "maxPsd": 3.5}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6192}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -16.3}, {"frequencyRange": {"highFrequency": 6252, "lowFrequency": 6242}, "maxPsd": 3.8}, {"frequencyRange": {"highFrequency": 6261, "lowFrequency": 6252}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6261}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": -22.1}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": -6.7}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6330}, "maxPsd": -25.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": -26.8}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6389}, "maxPsd": -26.7}, {"frequencyRange": {"highFrequency": 6400, "lowFrequency": 6391}, "maxPsd": -18}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6400}, "maxPsd": -16.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6555, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6555}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6558}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 3}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 0.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6670}, "maxPsd": 5.8}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6680}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 0.7}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6747, "lowFrequency": 6740}, "maxPsd": -11.5}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6747}, "maxPsd": -11.4}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6767, "lowFrequency": 6760}, "maxPsd": -5.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6767}, "maxPsd": -5.1}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6772}, "maxPsd": -3.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6778}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -15.6}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -9.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -15.8}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": -16.1}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -15.7}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": -17.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP44", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','c6c5df3a9a71e31b5e1926b2c001b121862c158e1a820bf4d6d0ed7449f862bc');
INSERT INTO test_data VALUES('AFCS.FSP.45','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [29.3, 29.3, 29.4, 34.4, 34.4, 34.5, 34.5, 34.6, 34.6, 34.8, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 30.7, 21.3, 21.4, 32.2, 36, 34, 34.1, 36, 33.1, 33.2, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [32.3, 32.4, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 24.3, 24.4, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [35.4, 36, 36, 36, 36, 36, 27.3, 27.5, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 30.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5989}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5990}, "maxPsd": 21.3}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6010}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6098, "lowFrequency": 6048}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6098}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6129, "lowFrequency": 6109}, "maxPsd": 21.7}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6129}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6647}, "maxPsd": 17.8}, {"frequencyRange": {"highFrequency": 6668, "lowFrequency": 6660}, "maxPsd": 8.3}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6668}, "maxPsd": 8.4}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6670}, "maxPsd": 19.1}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6678}, "maxPsd": 19.2}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6802, "lowFrequency": 6800}, "maxPsd": 20.1}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6802}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6810}, "maxPsd": 22.9}], "requestId": "REQ-FSP45", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2e873479aad1b6b719a05a030a636988899b9179acc03d84d3fbc4e847682100');
INSERT INTO test_data VALUES('AFCS.FSP.46','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [32.3, 36, 25.2, 25.2, 32.5, 32.5, 23.2, 23.2, 20.6, 20.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.9, 29.9, 29.9, 36, 36, 36, 36, 36, 36, 36, 36, 35.5, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [35.4, 28.2, 35.5, 26.2, 23.6, 36, 36, 36, 36, 36, 32.9, 33, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [31.2, 29.2, 26.7, 36, 36, 35.9, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [32.1, 29.8, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [32.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [32.6, 33]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": 19.3}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": 12.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6020}, "maxPsd": 19.5}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6078}, "maxPsd": 10.2}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": 7.6}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6670}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6680}, "maxPsd": 22.9}], "requestId": "REQ-FSP46", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','aaa4675a67a822072e66a76713826fa192e8c9591cbd1cd93c06ad45d4518635');
INSERT INTO test_data VALUES('AFCS.FSP.47','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [20.3, 36, 20.4, 20.5, 28.7, 20.6, 20.6, 36, 20.7, 20.7, 20.8, 20.8, 36, 36, 36, 36, 36, 29.1, 29.1, 29.1, 26.2, 26.2, 26.3, 36, 35.1, 35.1, 32.6, 32.6, 32.7, 35.7, 36, 32.8, 32.8, 36, 27, 27, 27, 29.9, 29.9, 27.2, 27.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [23.4, 23.5, 23.6, 23.6, 23.7, 23.8, 36, 36, 32, 32.1, 29.2, 29.3, 35.6, 35.7, 36, 35.8, 30, 30, 32.9, 30.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [26.4, 26.6, 26.8, 36, 35.1, 32.3, 36, 32.9, 33.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [29.5, 29.9, 35.2, 35.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [20.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [32.7, 33]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": 7.3}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5989}, "maxPsd": 7.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6010}, "maxPsd": 7.5}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6048}, "maxPsd": 7.5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6058}, "maxPsd": 7.6}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6157, "lowFrequency": 6108}, "maxPsd": 7.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6157}, "maxPsd": 7.8}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 13.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6570, "lowFrequency": 6540}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6570}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6602, "lowFrequency": 6580}, "maxPsd": 19.6}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6602}, "maxPsd": 19.7}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6670}, "maxPsd": 19.8}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6787, "lowFrequency": 6770}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6787}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6802, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6808, "lowFrequency": 6802}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6808}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6840}, "maxPsd": 14.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP47", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4ab32ff5520331ec4579db5a3688b2652b687a860f57d4c7664b3e1c6290734e');
INSERT INTO test_data VALUES('AFCS.FSP.48','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 21.6, 21.6, 21.7, 36, 36, 23.7, 21.1, -2.4, 21.1, 16.6, 16.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 24.6, 24.7, 22.2, 0.6, 19.7, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 27.7, 3.6, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 30.6, 6.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 33.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6360, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": 8.6}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6389}, "maxPsd": 8.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 10.7}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6590}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6597}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6657, "lowFrequency": 6630}, "maxPsd": 3.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6657}, "maxPsd": 3.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6660}, "maxPsd": 22.9}], "requestId": "REQ-FSP48", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2ec5bacf7e9dd4f2a0a6cce755c409ffe36b7e5dc60c5ce6ef2e51f7d5235bae');
INSERT INTO test_data VALUES('AFCS.FSP.49','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP49", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','90a9300d35b81190c806997359bb6b3bfcdfb187b3c2788e0b04a6aadd09e126');
INSERT INTO test_data VALUES('AFCS.FSP.50','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-5.3, -5.3, -5.3, -5.3, 18.8, 21, 31.8, 36, 31.4, 31.4, 31.4, 31.5, 14.1, 28.1, 28.2, 28.2, 22.8, 22.8, 34, 34, 36, 36, 36, 36, 36, 36, 34.4, 34.5, 21.2, 21.3, 24.2, 26.4, 36, 32.3, 28.6, 28.6, 25.5, 25.5, 14.2, 14.2, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-2.3, -2.3, 19.7, 34.8, 34.4, 34.5, 17.1, 31.2, 25.8, 36, 36, 36, 36, 24.2, 24.3, 29.4, 31.6, 28.5, 17.2, 17.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [0.7, 21.8, 36, 20.2, 28.9, 36, 27.3, 32.5, 20.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [3.8, 23.1, 32, 30.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [22.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [6.9, 26.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5940, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5940}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5951}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -18.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5961}, "maxPsd": -18.3}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6020}, "maxPsd": 7.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6040}, "maxPsd": 8}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 18.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": 18.3}, {"frequencyRange": {"highFrequency": 6165, "lowFrequency": 6137}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6165}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6203, "lowFrequency": 6192}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6203}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6240, "lowFrequency": 6211}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6240}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6321, "lowFrequency": 6302}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6321}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6580}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6588}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6610}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6643, "lowFrequency": 6640}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6643}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 13.4}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 19.3}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6772}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 1.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP50", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4e5e463d86b02b81634292cc160cef39be1e6d6271e767dfdfa1150062089e17');
INSERT INTO test_data VALUES('AFCS.FSP.51','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [21, 25, 29, 33], "globalOperatingClass": 131, "maxEirp": [17.2, 17.2, 17.2, 17.3]}, {"channelCfi": [19, 27, 35], "globalOperatingClass": 132, "maxEirp": [20.2, 20.2, 20.3]}, {"channelCfi": [23, 39], "globalOperatingClass": 133, "maxEirp": [23.2, 23.3]}, {"channelCfi": [15, 47], "globalOperatingClass": 134, "maxEirp": [26.1, 26.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [29.3, 29.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6048}, "maxPsd": 4.1}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6058}, "maxPsd": 4.2}], "requestId": "REQ-FSP51", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b6f54936845a0d7de5b19b118cbc54175d5b41d9de32705b50697432fadf1b0d');
INSERT INTO test_data VALUES('AFCS.FSP.52','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [21, 25, 29, 33], "globalOperatingClass": 131, "maxEirp": [16.3, 16.3, 16.3, 16.4]}, {"channelCfi": [19, 27, 35], "globalOperatingClass": 132, "maxEirp": [19.3, 19.3, 19.4]}, {"channelCfi": [23, 39], "globalOperatingClass": 133, "maxEirp": [22.3, 22.4]}, {"channelCfi": [15, 47], "globalOperatingClass": 134, "maxEirp": [25.3, 25.5]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [28.4, 28.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6048}, "maxPsd": 3.3}], "requestId": "REQ-FSP52", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','57348258aad313a570b568f300c99c7be0c0cd89cac1c79470aa3327040408c8');
INSERT INTO test_data VALUES('AFCS.FSP.53','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [81, 85, 89], "globalOperatingClass": 131, "maxEirp": [24.5, 36, 36]}, {"channelCfi": [83, 91], "globalOperatingClass": 132, "maxEirp": [27.5, 36]}, {"channelCfi": [87], "globalOperatingClass": 133, "maxEirp": [30.6]}, {"channelCfi": [79], "globalOperatingClass": 134, "maxEirp": [28.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [31, 31.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6360}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6361}, "maxPsd": 22.9}], "requestId": "REQ-FSP53", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','85d03e3ab8381e89bedf784ec828924bdfb597ba630da4a6e9de762ad480e732');
INSERT INTO test_data VALUES('AFCS.FSP.54','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [81, 85, 89], "globalOperatingClass": 131, "maxEirp": [24, 36, 36]}, {"channelCfi": [83, 91], "globalOperatingClass": 132, "maxEirp": [27, 36]}, {"channelCfi": [87], "globalOperatingClass": 133, "maxEirp": [30]}, {"channelCfi": [79], "globalOperatingClass": 134, "maxEirp": [20.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [34.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [23, 23.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6360}, "maxPsd": 11}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6361}, "maxPsd": 22.9}], "requestId": "REQ-FSP54", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','cd9f13a9c969b7b4007a2c2a83d98c8b3f3079da17a9a5f55e18e6dc00cafb67');
INSERT INTO test_data VALUES('AFCS.FSP.55','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [13, 17, 21, 25], "globalOperatingClass": 131, "maxEirp": [23.2, 23.2, 23.2, 23.3]}, {"channelCfi": [11, 19, 27], "globalOperatingClass": 132, "maxEirp": [26.1, 26.2, 26.3]}, {"channelCfi": [7, 23], "globalOperatingClass": 133, "maxEirp": [29.1, 29.3]}, {"channelCfi": [15], "globalOperatingClass": 134, "maxEirp": [32.2]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [35.3, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6019}, "maxPsd": 10.2}], "requestId": "REQ-FSP55", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0d8201b86dea2225301f18011d6c38482afbbe085694f3b49d37b6a3e91d9ddc');
INSERT INTO test_data VALUES('AFCS.FSP.56','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [13, 17, 21, 25], "globalOperatingClass": 131, "maxEirp": [22, 22, 22.1, 22.1]}, {"channelCfi": [11, 19, 27], "globalOperatingClass": 132, "maxEirp": [25, 25.1, 25.1]}, {"channelCfi": [7, 23], "globalOperatingClass": 133, "maxEirp": [28, 28.1]}, {"channelCfi": [15], "globalOperatingClass": 134, "maxEirp": [31.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [24.2, 24.6]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": 9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6050}, "maxPsd": 9.1}], "requestId": "REQ-FSP56", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','8fff53cea940ee83c87d4a3547aa362f394808de6b8e2c7d0334520cb23f46ff');
INSERT INTO test_data VALUES('AFCS.FSP.57','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP57", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a1c19186ced662982693d2c32245c6422548c6a00f32e82a0f0d746305b007c7');
INSERT INTO test_data VALUES('AFCS.FSP.58','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [21, 21, 21, 29.1, 36, 15.3, 15.3, 36, 36, 36, 35.7, -0.9, -0.9, -0.9, 8.7, 8.7, 8.7, 19.2, 19.3, 19.3, 23.4, 23.4, 23.5, 36, 36, 36, 36, 13.8, 13.8, 36, 19.6, 19.7, 20.9, 36, 36, 36, 36, 32.8, 9.3, 9.3, 14.9]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [24, 24.1, 18.3, 18.4, 36, 2.1, 2.1, 11.7, 11.8, 22.3, 26.4, 26.5, 36, 16.8, 22.6, 22.7, 36, 36, 12.3, 12.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [27, 21.3, 5.1, 5.2, 14.8, 29.5, 19.8, 25.7, 15.3]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [24.3, 8.1, 17.9, 22.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [11, 11.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": 8}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6019}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": 2.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": -13.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -4.3}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6305, "lowFrequency": 6300}, "maxPsd": 6.2}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6305}, "maxPsd": 6.3}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 10.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6598, "lowFrequency": 6590}, "maxPsd": 0.7}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6598}, "maxPsd": 0.8}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6620}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6673, "lowFrequency": 6650}, "maxPsd": 6.6}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6673}, "maxPsd": 6.7}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6680}, "maxPsd": 7.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6810}, "maxPsd": -3.7}, {"frequencyRange": {"highFrequency": 6853, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6858, "lowFrequency": 6853}, "maxPsd": 1.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6858}, "maxPsd": 22.9}], "requestId": "REQ-FSP58", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','e00e4974bddfc7a835fb29fec113f104e346a05d76f0ae92f18206e2d62a18ce');
INSERT INTO test_data VALUES('AFCS.FSP.59','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [1.2, 1.2, 1.3, 1.3, 1.3, 1.3, 1.4, 1.4, 1.4, 1.5, 24.1, -12.5, -12.5, -12.5, -12.4, -12.4, -12.4, -12.4, -12.3, -12.3, 20.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [4.2, 4.3, 4.3, 4.4, 4.5, -9.5, -9.5, -9.4, -9.4, -9.3, 16.3, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [7.3, 7.4, -6.6, -6.4, -6.3, 16.5, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [10.3, -3.5, -3.3, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [35]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-0.6, -0.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": -11.8}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -11.7}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6078}, "maxPsd": -11.6}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6182}, "maxPsd": -25.5}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -25.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": -25.4}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": -25.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP59", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','fde4fdbb91a4b943469542da1c0a4ae2ba396e5109c2f93540c47a44e569df31');
INSERT INTO test_data VALUES('AFCS.FSP.60','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-0.9, 19.9, -3, -3, -3, -3, -0.8, -0.8, -2.9, -2.9, -2.9, -16.9, -16.9, -16.9, -17.5, -17.4, -17.4, -17.4, -16.7, -16.7, -17.3, -17.3, -17.2, -17.2, 35.9, 18.1, -15.9, -15.9, -15.8, -15.8, -15.8, -15.8, 18.3, 28, 0.5, 0.5, 0.5, 0.5, 0.6, 0.6, 34.6]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [2.1, 0, 0, 2.2, 0.1, -13.9, -13.9, -14.4, -14.4, -13.7, -14.3, -14.2, -12.9, -12.8, -12.8, -12.7, 3.5, 3.5, 3.6, 3.6]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3, 3.1, -11, -11.5, -11.3, -11.2, -9.8, -9.7, 6.5]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6, -8.5, -8.3, -6.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-5.6, -5.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": -14}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -13.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5989}, "maxPsd": -16.1}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -16}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": -13.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": -13.8}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6107}, "maxPsd": -15.9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": -29.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 2}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6241}, "maxPsd": -30.5}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": -30.4}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": -29.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6330}, "maxPsd": -29.7}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6359}, "maxPsd": -30.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6580}, "maxPsd": -28.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 2.3}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6640}, "maxPsd": -28.8}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6710}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -12.5}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6770}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 2.2}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -12.5}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6810}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6840}, "maxPsd": 22.9}], "requestId": "REQ-FSP60", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','23a72825e7a8b4d18e3c8878df1a379c0c618017650972cf2fa0f33f57dda2cd');
INSERT INTO test_data VALUES('AFCS.FSP.61','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-1, 20, -2.9, -2.9, -2.9, -2.9, -0.9, -0.9, -2.8, -2.8, -2.7, -20.2, -20.2, -20.2, -20.2, -20.1, -20.1, -20.1, -20, -20, -20, -20, -19.9, -19.9, 35.8, 15.2, -18.8, -18.7, -18.7, -18.7, -18.7, -18.6, 15.4, 29.1, 0.4, 0.5, 0.5, 0.5, 0.5, 0.6, 34.6]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [2, 0.1, 0.1, 2.1, 0.2, -17.2, -17.2, -17.1, -17.1, -17, -17, -16.9, -15.8, -15.7, -15.7, -15.6, 3.4, 3.5, 3.5, 3.6]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.1, 3.2, -14.3, -14.1, -14, -13.9, -12.7, -12.6, 6.5]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.1, -11.2, -11, -9.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-1.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-8.3, -8.1]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5945, "lowFrequency": 5930}, "maxPsd": -14.2}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5945}, "maxPsd": -14.1}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -14}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5989}, "maxPsd": -16}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -15.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6050}, "maxPsd": -13.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6107}, "maxPsd": -15.8}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": -15.7}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": -33.2}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 1.6}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6241}, "maxPsd": -33.2}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6271}, "maxPsd": -33.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": -29.1}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": -33.1}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6330}, "maxPsd": -33}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -32.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6570, "lowFrequency": 6540}, "maxPsd": 22.8}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6570}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6580}, "maxPsd": -31.8}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": -31.7}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 2.2}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6640}, "maxPsd": -31.7}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6710}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6738}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6740}, "maxPsd": -12.6}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": -12.5}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6770}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 1.6}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6800}, "maxPsd": -12.5}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6840}, "maxPsd": 22.9}], "requestId": "REQ-FSP61", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a9e0dfc01923d8367dbc49b0136e43275404f1092da02af0a59136e5c0ed6f7d');
INSERT INTO test_data VALUES('AFCS.FSP.62','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [23.1, 23.2, 23.2, 36, 36, 23.2, 23.3, 27.6, 23.6, 17.7, 17.7, 17.8, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 34.5, 36, 36, 35.6]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [26.2, 26.2, 26.2, 26.3, 20.7, -24, -24, -24, -24, -24, -24, -24, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [29.2, 29.3, -21, -21, -21, -21, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, -18, -18, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [31.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5950, "lowFrequency": 5930}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5950}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 5969, "lowFrequency": 5959}, "maxPsd": 10.1}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5969}, "maxPsd": 10.2}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": 10.2}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": 10.6}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 4.7}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6300}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6788}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP62", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','320a3b8a608b1aecebbc711f1b8a03657a3cea4d721a73bcd130ed83e08cc0aa');
INSERT INTO test_data VALUES('AFCS.FSP.63','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [28.1, 36, 36, 36, 36, 36, 36, 36, 24.6, 24.6, 36, 36, 36, 27.7, 27.7, 36, 36, 27.3, 27.3, 27.3, 22.9, 22.9, 22.9, 24.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.3, 36, 36, 31]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [31.1, 36, 36, 36, 27.6, 36, 30.7, 30.7, 30.3, 30.3, 25.9, 26, 36, 36, 36, 36, 36, 36, 32.3, 34]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [34.1, 36, 30.7, 33.7, 33.3, 28.9, 36, 36, 35.3]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 33.7, 31.9, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [28.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 34.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5940, "lowFrequency": 5930}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5940}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 14.3}, {"frequencyRange": {"highFrequency": 6350, "lowFrequency": 6331}, "maxPsd": 14.8}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6350}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 9.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6793, "lowFrequency": 6788}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6793}, "maxPsd": 18.1}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 18}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP63", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2e8ede16a43f34c8d9ab3bbed390cf41ab20b6c18b61c23fc9e20a5146bf82bb');
INSERT INTO test_data VALUES('AFCS.FSP.64','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP64", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','95a9009e94cfca8f40af2999b23003dbfcd7124958dffecf670079db2bbe145c');
INSERT INTO test_data VALUES('AFCS.FSP.65','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [2.6, 2.7, 2.7, 19.9, 20, 2.7, 2.8, 7.1, 3.1, -2.8, -2.8, -2.7, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, -27, 36, 33.7, 36, 29, 29, 29.6, 24.4, 35.1, 19.9, 28, 32.7, 27.9, 26.8, 14, 20.8, 29.4, 15.1]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [5.7, 5.7, 5.7, 5.8, 0.2, -24, -24, -24, -24, -24, -24, -24, 36, 32, 27.4, 22.9, 31.1, 29.8, 17, 18.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [8.7, 8.8, -21, -21, -21, -21, 30.3, 25.9, 20]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, -18, -18, 28.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [10.9]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5950, "lowFrequency": 5930}, "maxPsd": -2.1}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5950}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 5969, "lowFrequency": 5959}, "maxPsd": -10.4}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5969}, "maxPsd": -10.3}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6040, "lowFrequency": 6019}, "maxPsd": 6.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6040}, "maxPsd": 7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -10.3}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": -5.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": -9.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": -15.8}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6242}, "maxPsd": 12}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6271}, "maxPsd": 12.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6300}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6657, "lowFrequency": 6650}, "maxPsd": 11.3}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6657}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 6.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6733, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6733}, "maxPsd": 19.7}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6738}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 19.6}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6780}, "maxPsd": 13.8}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6788}, "maxPsd": 2.2}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 13.4}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 7.8}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 2.1}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP65", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','16ac0b7cbeebf99b5379b30b644e1a6e218621575ceb07597909c9431fe98ab1');
INSERT INTO test_data VALUES('AFCS.FSP.66','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [7.6, 25.3, 25.4, 20, 20, 18.5, 18.5, 22.7, 4.1, 4.1, 29.4, 36, 32.4, 7.2, 7.2, 25, 25, 6.8, 6.8, 6.8, 2.4, 2.4, 2.4, 4.1, 36, 33.7, 36, 29, 29.1, 29.6, 24.3, 36, 25.3, 28, 32.7, 28.7, 26.8, 8.8, 21.3, 30.1, 10.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [10.6, 22.9, 21.5, 21.6, 7.1, 29.7, 10.2, 10.2, 9.8, 9.8, 5.4, 5.5, 36, 32.1, 27.3, 28.3, 31, 29.8, 11.8, 13.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [13.6, 24.5, 10.2, 13.2, 12.8, 8.4, 30.3, 31.4, 14.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [16.7, 13.2, 11.4, 33.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [7.6]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [16.1, 14.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5940, "lowFrequency": 5930}, "maxPsd": -5.5}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5940}, "maxPsd": -5.4}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5989}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6023, "lowFrequency": 6019}, "maxPsd": 6.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6023}, "maxPsd": 7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": 5.5}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 9.7}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6107}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": -8.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -5.8}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6242}, "maxPsd": 12}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": -6.2}, {"frequencyRange": {"highFrequency": 6350, "lowFrequency": 6331}, "maxPsd": -5.7}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6350}, "maxPsd": -5.6}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": -10.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6607, "lowFrequency": 6600}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6607}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6640}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": 16.7}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 11.3}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6733, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6733}, "maxPsd": 19.7}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6738}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6780}, "maxPsd": 13.8}, {"frequencyRange": {"highFrequency": 6793, "lowFrequency": 6788}, "maxPsd": -4.2}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6793}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 13.5}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 8.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -2.5}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP66", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','40d9a271cb89b423c4546a4f61e6b6002ea4f2adec213f783a1b61b504a0779c');
INSERT INTO test_data VALUES('AFCS.FSP.67','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 24.1, 24.1, 36, 36, 36, 36, 36, 36, 36, 17.6, 17.6, 17.6, 24.2, 24.2, 24.2, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.5, 36, 36, 31.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 27.1, 36, 36, 36, 20.6, 20.6, 27.2, 27.3, 36, 36, 36, 36, 36, 36, 31.5, 34.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 30.1, 36, 23.6, 30.2, 36, 36, 34.5]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 33.2, 26.7, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 29.6]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6108, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 4.6}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6793, "lowFrequency": 6788}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6793}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 18.3}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP67", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2693db9cbddc914500a468194f8c764407cdfc4d259024c593db72a01a4746df');
INSERT INTO test_data VALUES('AFCS.FSP.68','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [10.2, 10.3, 10.3, 19.6, 19.6, 4.2, 4.2, 8.4, 3.4, -2.7, -2.7, -2.6, 12, -13.2, -13.2, 8.7, 14.6, -20.3, -20.3, -20.3, -24.9, -24.9, -24.8, -19.2, 36, 34, 36, 29.3, 29.3, 29.9, 24.7, 35.1, 20.2, 28.4, 33, 28.2, 27.1, 14.4, 21.1, 29.7, 15.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [13.3, 13.3, 7.2, 7.2, 0.3, 0.4, -10.2, -10.1, -17.3, -17.3, -21.9, -21.8, 36, 32.3, 27.7, 23.2, 31.4, 30.1, 17.4, 18.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [16.3, 10.2, 3.3, -7.2, -14.3, -18.8, 30.7, 26.2, 20.4]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [13.2, -4.2, -15.9, 29.2]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [11.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-1.3, -13]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": -1.7}, {"frequencyRange": {"highFrequency": 5980, "lowFrequency": 5959}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5980}, "maxPsd": -2.7}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 6.6}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -8.8}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": -4.6}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": -9.6}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": -15.7}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6211}, "maxPsd": -26.2}, {"frequencyRange": {"highFrequency": 6261, "lowFrequency": 6242}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6261}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 13}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": -33.3}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": -28.9}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": -37.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6389}, "maxPsd": -37.8}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -32.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 11.7}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6695, "lowFrequency": 6690}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6695}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.8}, {"frequencyRange": {"highFrequency": 6733, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6733}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6738}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6780}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6788}, "maxPsd": 2.5}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 1.4}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 13.7}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 16.7}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 2.5}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP68", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4df77e9226e3b30a7676f6f2947b5c9b2030edb5be73c0966422d1c8e25fdc3c');
INSERT INTO test_data VALUES('AFCS.FSP.69','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [8.1, 18.5, 18.5, 20.3, 20.3, 18.1, 18.1, 23.1, 4.1, 0.1, 0.1, 0.2, 29.4, 4.2, 4.3, 25.3, 25.4, 3.8, 3.9, 3.9, -0.6, -0.5, -0.5, 1.1, 36, 34, 36, 28.9, 28.9, 29.3, 24.7, 35.1, 25.5, 28.3, 33, 29, 27.1, 10.7, 21.2, 30.4, 11.1]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [11.2, 21.6, 21.1, 21.1, 3.1, 3.2, 7.2, 7.3, 6.8, 6.9, 2.5, 2.5, 36, 31.9, 27.7, 28.5, 31.4, 30.1, 13.7, 14.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [14.2, 24.1, 6.1, 10.3, 9.9, 5.5, 30.6, 31.5, 16.7]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.3, 9.2, 8.4, 33.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [8.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [12.1, 11.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": -4.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5961}, "maxPsd": 5.5}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 7.3}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6048}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6058}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6098, "lowFrequency": 6079}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6098}, "maxPsd": 10.1}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": -8.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": -12.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": -8.8}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6241}, "maxPsd": -8.7}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6242}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6310, "lowFrequency": 6300}, "maxPsd": -9.2}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6310}, "maxPsd": -9.1}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": -8.6}, {"frequencyRange": {"highFrequency": 6381, "lowFrequency": 6360}, "maxPsd": -13.6}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6381}, "maxPsd": -13.5}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": -11.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6693, "lowFrequency": 6690}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6693}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.8}, {"frequencyRange": {"highFrequency": 6733, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6733}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6738}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6780}, "maxPsd": 14.1}, {"frequencyRange": {"highFrequency": 6793, "lowFrequency": 6788}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6793}, "maxPsd": -1.7}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 13.4}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 17.4}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -1.9}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP69", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0cbb0d38a0bd75beb33756bc2e6339a361e87716b5b07d078327bb8320ef2a01');
INSERT INTO test_data VALUES('AFCS.FSP.70','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [8.6, 25.1, 24.8, 21.5, 21.5, 2.9, 3, 22.8, 4.9, 4.9, 8.4, 8.4, 36, 28.9, 25.1, 25.1, 15.1, -19.8, -19.8, -19.8, 5.1, 5.1, 5.2, 25.8, 36, 33.7, 36, 28.8, 28.8, 29.6, 25.3, 35.5, 22.2, 28, 32.9, 28.5, 27, 8.8, 23.5, 29.8, 11.8]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [11.6, 24.5, 5.9, 6, 7.9, 11.4, 31.9, 20.6, -16.8, -16.8, 8.1, 8.2, 36, 31.8, 28.3, 25.2, 31, 30, 11.9, 14.8]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [14.7, 9, 10.9, 13.2, -13.8, 9, 31.3, 28.2, 14.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [11.9, 12.6, -10.7, 31.2]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [8.6]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [13.7, -7.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": -4.4}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 12.1}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5989}, "maxPsd": 11.7}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5999}, "maxPsd": 11.8}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": -10.1}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": -10}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 9.7}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6107}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6113, "lowFrequency": 6108}, "maxPsd": -8.2}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6113}, "maxPsd": -8.1}, {"frequencyRange": {"highFrequency": 6147, "lowFrequency": 6139}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6147}, "maxPsd": -4.6}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 12.1}, {"frequencyRange": {"highFrequency": 6298, "lowFrequency": 6272}, "maxPsd": 12.6}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6298}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": -32.8}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 16.1}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": -7.9}, {"frequencyRange": {"highFrequency": 6399, "lowFrequency": 6391}, "maxPsd": 12.7}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6399}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 20.6}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6660}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 22.5}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 9.2}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 15.6}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.6}, {"frequencyRange": {"highFrequency": 6733, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6735, "lowFrequency": 6733}, "maxPsd": 19.8}, {"frequencyRange": {"highFrequency": 6738, "lowFrequency": 6735}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6738}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6760}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6763}, "maxPsd": 17.8}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6788, "lowFrequency": 6780}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6793, "lowFrequency": 6788}, "maxPsd": -4.2}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6793}, "maxPsd": -1}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 13.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 10.5}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": 16.8}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -1.2}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-FSP70", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4b25a8f9d87ad696c71b6ed219bb2f16483ac3a6005c3916aeb16b9caefee1de');
INSERT INTO test_data VALUES('AFCS.FSP.71','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 7, 7, 7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 27, 5.7, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 35.2, 10, 10, 36, 36, 36, 36, 36, 36, 36, 36, 36, 29.3, 8.7, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 13, 13.1, 36, 36, 36, 32, 11.8, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [15.9, 16.2, 36, 14.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [19.1, 19.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6078, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6673, "lowFrequency": 6667}, "maxPsd": -7.3}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6673}, "maxPsd": 22.9}], "requestId": "REQ-FSP71", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0325e7cd683c8e614ff2924bd01e082e4bbed500dd170170f6c38192eed2c496');
INSERT INTO test_data VALUES('AFCS.FSP.72','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP72", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','65fe3b96dc3a287c2af658f6025f5e85e3ad86c993da2f4e3b7a8c6649218ee0');
INSERT INTO test_data VALUES('AFCS.FSP.73','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 18.6, -13.5, -13.5, -13.5, 22.4, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 6.5, -14.8, 16.2, 36, 36, 36, 36, 36, 36, 29.3, 29.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 14.7, -10.5, -10.5, 27.5, 36, 36, 36, 36, 36, 36, 36, 36, 8.8, -11.8, 23.8, 36, 36, 32.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [24.4, -7.5, -7.4, 31.7, 36, 36, 11.5, -8.7, 29.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-4.6, -4.3, 35.4, -5.8]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-1.4, -1.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6078, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -26.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6673, "lowFrequency": 6667}, "maxPsd": -27.8}, {"frequencyRange": {"highFrequency": 6827, "lowFrequency": 6673}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6827}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP73", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','f03ed816ea5cf10a0e33e16a7415b576d71f10870a34dd75ab5073b92fc89d22');
INSERT INTO test_data VALUES('AFCS.FSP.74','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP74", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','1bb3eb5dedac3a30d07643676dd1b7460a4052518dce440956729ba1a819da83');
INSERT INTO test_data VALUES('AFCS.FSP.75','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 24.5, -7.6, -7.6, -7.5, 28.4, 36, 35.7, 35.7, 35.7, 36, 36, 36, 33.6, 30.6, 6.7, 6.7, 29.9, 36, 36, 36, 36, 36, 34.9, 36, 36, 10.4, -10.9, 20.1, 36, 27.8, 27.9, 27.9, 34.8, 34.4, 19.1, 19.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 20.6, -4.6, -4.5, 33.5, 36, 36, 36, 9.7, 9.7, 36, 36, 36, 12.7, -7.9, 27.7, 30.9, 36, 22.2]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [30.3, -1.6, -1.5, 36, 12.7, 12.8, 15.4, -4.8, 33]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [1.4, 1.6, 15.7, -1.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [4.5, 4.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -20.6}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 20.6}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": -6.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6603, "lowFrequency": 6597}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6603}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6653, "lowFrequency": 6647}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6653}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6673, "lowFrequency": 6667}, "maxPsd": -23.9}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6673}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6740}, "maxPsd": 14.8}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6772}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6778}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6807, "lowFrequency": 6800}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6807}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6827, "lowFrequency": 6813}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6827}, "maxPsd": 6.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP75", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','ed71db7e8f697ed312e0d1e3584cb318412e186a420a12e2d5b328e0336390c9');
INSERT INTO test_data VALUES('AFCS.FSP.76','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 32.9, 27.8, 27.9, 27.9, 36, 36, 34.7, 34.7, 34.8, 33.3, 33.4, 33.4, 33.3, 33.3, 19.8, 19.9, 36, 36, 36, 36, 36, 36, 33.9, 36, 36, 33.9, 22.1, 36, 36, 24.5, 24.5, 24.6, 34.5, 27.8, 6.5, 6.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 35.9, 30.9, 30.9, 36, 36, 36, 36, 22.8, 22.9, 36, 36, 36, 36, 25.1, 27.5, 27.6, 30.1, 9.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 33.9, 34, 36, 25.8, 25.9, 36, 28.1, 30.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 28.9, 31.1]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 31.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6089, "lowFrequency": 6078}, "maxPsd": 14.8}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6089}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 21.7}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6241}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6271}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 6.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6603, "lowFrequency": 6597}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6603}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": 20.8}, {"frequencyRange": {"highFrequency": 6653, "lowFrequency": 6650}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6653}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 9}, {"frequencyRange": {"highFrequency": 6673, "lowFrequency": 6670}, "maxPsd": 9.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6673}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6772, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6772}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6778}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6807, "lowFrequency": 6800}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6807}, "maxPsd": 21.1}, {"frequencyRange": {"highFrequency": 6827, "lowFrequency": 6813}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6827}, "maxPsd": -6.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP76", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','ecfc299eebb0f4930f371a65aa2ab7f286acab951e13cdf7f32445dd3f2d9d4f');
INSERT INTO test_data VALUES('AFCS.FSP.77','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.1, -17.9, -17.9, -27, -27, -27, -27, -22.7, -22.7, 14.4, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, -14.9, -24, -24, -24, -19.6, 18.9, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, -21, -21, 10.9]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 30.4, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [33.3, -8.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": -30.9}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6588}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6623}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6638}, "maxPsd": -17.9}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": -35.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6708}, "maxPsd": 22.9}], "requestId": "REQ-FSP77", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','7e4430aec5c9cb06d90d610d278dcac78b853bcb25006333ce9d909fbd58edf9');
INSERT INTO test_data VALUES('AFCS.FSP.78','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 33, 33, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6810}, "maxPsd": 22.9}], "requestId": "REQ-FSP78", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','51b868a848aab2e5e1cdc440f1ede0984b1e4ef672af4e32ab550b79bd3a4667');
INSERT INTO test_data VALUES('AFCS.FSP.79','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [27.7, 27.7, 27.8, 27.8, 27.8, 27.9, 27.9, 27.9, 27.9, 28, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, -1.4, -27, -27, -27, -27, -27, -27, -27, -27, -6.1, 32.3, 23.1, 30.3, 24.1, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [30.7, 30.8, 30.9, 30.9, 31, 36, 36, 36, 36, 36, 36, 36, -24, -24, -24, -24, -24, -1.6, 27.1, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [33.8, 33.9, 34, 36, 36, 36, -21, -21, -9.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 9.9, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [27.7]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [12.8, -15]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5930}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 5989}, "maxPsd": 14.8}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6058}, "maxPsd": 14.9}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6137}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6588}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6623}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6638}, "maxPsd": -38.4}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6742, "lowFrequency": 6708}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6742}, "maxPsd": 19.3}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6748}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6783, "lowFrequency": 6778}, "maxPsd": 10.1}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6783}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6812, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6818, "lowFrequency": 6812}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6818}, "maxPsd": 22.9}], "requestId": "REQ-FSP79", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','d56a27ed267173d25fc09b82ee767a7996ae2ef9302e3b6c39bc86ddf4d808ad');
INSERT INTO test_data VALUES('AFCS.FSP.80','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 14.2, 14.2, 3.7, 0.2, 0.3, 28.2, 8.8, 8.8, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 17.2, 6.7, 3.3, 11.8, 11.9, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 6.3, 14.8, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 9.3]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": 1.2}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6588}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": -9.3}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6623}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6648, "lowFrequency": 6638}, "maxPsd": -12.8}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6648}, "maxPsd": -12.7}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": -10.6}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": -4.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6708}, "maxPsd": 22.9}], "requestId": "REQ-FSP80", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','33b7a4c310ebd6784fdc12cfdd558792a93070bfc6f0f645aaff8c1e08eb7cf1');
INSERT INTO test_data VALUES('AFCS.FSP.81','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 12.5, 12.5, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 15.5, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 18.5]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": -0.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6810}, "maxPsd": 22.9}], "requestId": "REQ-FSP81", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','408f9b3cc30491d6bf0a4e5c2685fd574afd46dd9c697363c57763edcf82d4bf');
INSERT INTO test_data VALUES('AFCS.FSP.82','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [8.8, 9.5, 8.8, 8.8, 9.6, 8.9, 8.9, 9.7, 9, 9, 22, 22.1, 29.3, 29.3, 29.4, 29.4, 29.4, 28.2, 28.2, 26.9, 26.9, 29.6, 26.7, 26.7, 34.2, 11.8, -25.2, -25.1, -21.2, -25.6, -25.5, 5, -19, -19, 13.9, 14, 4.2, 12.7, 10.2, 29.3, 7.4]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [11.8, 11.8, 11.9, 12, 12, 25.1, 32.3, 32.4, 31.2, 29.9, 29.9, 29.7, -22.2, -22.1, -22.5, -16, -16, 7.2, 13.2, 10.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [14.8, 14.9, 15.1, 35.4, 32.8, 32.7, -19.6, -13, 10.2]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [17.9, 18.1, 23.2, -16.5]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [8.7]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [21, 14.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5957, "lowFrequency": 5930}, "maxPsd": -4.3}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5957}, "maxPsd": -4.2}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": -3.5}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": -4.2}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": -3.4}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -4.1}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": -3.3}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": -4}, {"frequencyRange": {"highFrequency": 6164, "lowFrequency": 6139}, "maxPsd": 9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6164}, "maxPsd": 9.1}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 21.1}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6275, "lowFrequency": 6272}, "maxPsd": 21.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6275}, "maxPsd": 21.2}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 13.9}, {"frequencyRange": {"highFrequency": 6376, "lowFrequency": 6361}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6376}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 13.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 21.2}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6550}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6558}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": -38.2}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6588}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6597, "lowFrequency": 6590}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6597}, "maxPsd": 18}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": -34.2}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6623}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6638}, "maxPsd": -38.6}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": -33.8}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6678}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 5.4}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": -32}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6708}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6742, "lowFrequency": 6740}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6742}, "maxPsd": 0.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6770}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6783, "lowFrequency": 6778}, "maxPsd": -8.8}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6783}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6812, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6818, "lowFrequency": 6812}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6818}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6862, "lowFrequency": 6850}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6868, "lowFrequency": 6862}, "maxPsd": -5.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6868}, "maxPsd": 22.9}], "requestId": "REQ-FSP82", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','42bf168223ecd3fa2327274d8b12cdfb95d898261adcc2d46faaec37d59df2ef');
INSERT INTO test_data VALUES('AFCS.FSP.83','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-1.8, 13.1, -1.8, -1.7, 13.2, -1.7, -1.7, 13.3, -1.6, -1.6, 22, 22, 30.9, 31, 31, 31, 31, 28.1, 28.1, 28.1, 28.1, 31.2, 26.6, 26.6, 34.2, 30.1, 10.2, 10.2, -1.3, -3.8, -3.8, 23.6, 4.4, 4.4, 29.2, 29.2, 5.8, 22.4, 22.5, 25.4, 24.1]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [1.2, 1.3, 1.3, 1.4, 1.4, 24, 34, 34, 31.1, 31.1, 31.1, 29.6, 13.2, 1.7, -0.8, 7.4, 7.4, 8.8, 25.5, 27.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [4.2, 4.4, 4.5, 34.6, 34.1, 32.6, 2.2, 10.4, 11.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [7.3, 7.5, 35.6, 5.3]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-1.9]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [10.4, 10.6]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5950, "lowFrequency": 5930}, "maxPsd": -14.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5950}, "maxPsd": -14.8}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 0.1}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5989}, "maxPsd": -14.8}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6019}, "maxPsd": -14.7}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 0.2}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -14.7}, {"frequencyRange": {"highFrequency": 6089, "lowFrequency": 6079}, "maxPsd": 0.2}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6089}, "maxPsd": 0.3}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6108}, "maxPsd": -14.6}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6139}, "maxPsd": 9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 18}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6300}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6365, "lowFrequency": 6361}, "maxPsd": 18.1}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6365}, "maxPsd": 18.2}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 13.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 21.2}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6550}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6558}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6588}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6590}, "maxPsd": 18.1}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": -14.3}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6623}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6638}, "maxPsd": -16.8}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": -15.2}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6678}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 5.3}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": -8.6}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6708}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6728, "lowFrequency": 6720}, "maxPsd": 18.4}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6728}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6778, "lowFrequency": 6770}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6783, "lowFrequency": 6778}, "maxPsd": -7.2}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6783}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6812, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6818, "lowFrequency": 6812}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6818}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6862, "lowFrequency": 6850}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6868, "lowFrequency": 6862}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6868}, "maxPsd": 22.9}], "requestId": "REQ-FSP83", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','7dbae14b24ed32831a6bdbc8a5424be9963208b74ee6cf14d18827fa66a852cc');
INSERT INTO test_data VALUES('AFCS.FSP.84','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [21.5, 36, 21.6, 21.6, 24.6, 21.7, 21.7, 36, 21.8, 21.8, 24.8, 24.8, 30.7, 30.7, 33.4, 36, 33.4, 33.4, 36, 34.7, 33.5, 33.5, 26.5, 26.5, 36, 29.5, 13.9, 14, 21.5, 6.9, 6.9, 28.2, 14.1, 14.1, 36, 36, 36, 8.4, 8.5, 30.1, 30.1]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [24.6, 24.6, 24.7, 24.7, 24.8, 27.8, 33.7, 36, 36, 36, 36, 29.5, 16.9, 17, 9.9, 17.1, 17.1, 36, 11.5, 33.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [27.6, 27.7, 27.8, 36, 36, 32.5, 12.9, 20.1, 14.4]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [30.7, 30.9, 35.4, 16]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [21.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [33.8, 34]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": 8.6}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": 8.7}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6113, "lowFrequency": 6108}, "maxPsd": 8.7}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6113}, "maxPsd": 8.8}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6139}, "maxPsd": 11.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6182}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6192}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6213}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6330}, "maxPsd": 21.7}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": 20.5}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 13.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6548, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6548}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6553, "lowFrequency": 6550}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6558, "lowFrequency": 6553}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6558}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": 0.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6588}, "maxPsd": 20.8}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6590}, "maxPsd": 18.7}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6623, "lowFrequency": 6618}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 6628, "lowFrequency": 6623}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6637, "lowFrequency": 6628}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6638, "lowFrequency": 6637}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6638}, "maxPsd": -6.1}, {"frequencyRange": {"highFrequency": 6652, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6658, "lowFrequency": 6652}, "maxPsd": 8.5}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6658}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6687, "lowFrequency": 6680}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6687}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6702, "lowFrequency": 6690}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6708, "lowFrequency": 6702}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6798, "lowFrequency": 6708}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6798}, "maxPsd": -4.6}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6843, "lowFrequency": 6840}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6843}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6850}, "maxPsd": 22.9}], "requestId": "REQ-FSP84", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','99596263e5e0e36da6425d02e93a8150c6a6ce2cca27e5c446fdb4bc3452124d');
INSERT INTO test_data VALUES('AFCS.FSP.85','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [15.5, 16.8, 16.8, 16.8, 16.8, 16.9, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 17.4, 17.4, 36, 36, 16.2, 18.8, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [18.5, 19.8, 19.9, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 20.4, 36, 19.3, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [21.5, 22.9, 36, 36, 36, 36, 36, 23.4, 22.2]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [24.6, 36, 36, 26.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [15.4]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [27.7, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": 2.4}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": 2.5}, {"frequencyRange": {"highFrequency": 5980, "lowFrequency": 5961}, "maxPsd": 3.7}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5980}, "maxPsd": 3.8}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5990}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5999}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 3.8}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": 3.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 4.4}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 3.2}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 5.8}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6820}, "maxPsd": 22.9}], "requestId": "REQ-FSP85", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','45505ff1bcb8d57d2d89975d543ebf7f60b5be24cb057d78df65b95b2fb1b93a');
INSERT INTO test_data VALUES('AFCS.FSP.86','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP86", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','5777f5ff175dd013d86b80d377a9e94f5fb9158c0cb82d28568a54a395af1f9a');
INSERT INTO test_data VALUES('AFCS.FSP.87','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-27, -27, -27, -27, -27, -27, -8.1, 36, 36, 36, 36, 18.5, 18.5, 18.5, 23.1, 23.1, 23.1, 28.7, 28.7, 28.8, 34, 34, 34.1, 34.1, 36, 36, 36, 36, 36, 18.7, 23.3, 29.3, -7.5, -27, -27, -7.4, -12.8, -27, -27, -24, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-24, -24, -24, -13.8, 36, 21.5, 21.5, 26.1, 26.1, 31.8, 36, 36, 36, 36, 21.7, -12.6, -24, -13.6, -24, -22.8]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-21, -21, -4.2, 24.6, 29.2, 36, -3.1, -21, -21]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-18, -8.3, 32.2, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-27]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-15, -8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 5930}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6050}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 5.5}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 10.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6359}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 5.7}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 10.3}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP87", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','904dc709efcf88a4f58f8ceac2a26174db7686b46b4933c3677fb1bd2c4e068a');
INSERT INTO test_data VALUES('AFCS.FSP.88','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-5, -3.7, -3.7, -3.7, -3.7, -3.6, 26.3, 36, 36, 36, 36, 18.6, 18.7, 18.7, 23.5, 23.6, 23.6, 24.6, 24.6, 24.7, 33.5, 33.5, 33.6, 33.6, 36, 36, 36, 36, 36, 18.9, 23.9, 27.5, 30.9, -3.1, -3.1, 30.9, 19.3, -4.3, -1.7, 21.9, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-2, -0.7, -0.6, 25.7, 36, 21.6, 21.7, 26.6, 26.6, 27.7, 36, 36, 36, 36, 22, 25.8, -0.1, 20.4, -1.2, 23]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [1, 2.4, 24.6, 24.7, 29.7, 36, 24.9, 2.9, 1.7]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [4.1, 27.7, 32.7, 5.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-5.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [7.2, 30.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": -18.1}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -18}, {"frequencyRange": {"highFrequency": 5980, "lowFrequency": 5961}, "maxPsd": -16.8}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5980}, "maxPsd": -16.7}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5990}, "maxPsd": -6}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5999}, "maxPsd": -5.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": -16.7}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": -16.6}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6050}, "maxPsd": 13.2}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 13.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6203, "lowFrequency": 6182}, "maxPsd": 5.6}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6203}, "maxPsd": 5.7}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6252, "lowFrequency": 6241}, "maxPsd": 10.5}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6252}, "maxPsd": 10.6}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6395, "lowFrequency": 6359}, "maxPsd": 20.5}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6395}, "maxPsd": 20.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 5.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 10.9}, {"frequencyRange": {"highFrequency": 6663, "lowFrequency": 6660}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6663}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -16.1}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -17.3}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -14.7}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP88", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','1e54b66254ee9577db7cb3038229ed3e410e2de6021474bc0b8b5776538dcbaf');
INSERT INTO test_data VALUES('AFCS.FSP.89','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP89", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','6c441128928e12589ce99157cf3cc76976246f40db443c145fbc41e63afc7c39');
INSERT INTO test_data VALUES('AFCS.FSP.90','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-19.5, -19.4, -19.4, -19.4, -19.3, -19.3, 9.1, 33.8, 32.5, 23.7, 23.7, -0.1, 0, 0, 4.5, 4.5, 4.5, 10.1, 10.1, 10.2, 15.4, 15.4, 15.4, 15.4, 36, 21.6, 36, 28.7, 23.7, 0.2, 4.7, 10.6, 15.2, -18.8, -18.8, 15.2, 7.6, -15.9, -21.4, 2.2, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-16.4, -16.4, -16.3, 10, 26.7, 2.9, 3, 7.5, 7.6, 13.2, 18.4, 18.4, 24.6, 24.8, 3.2, 10, -15.8, 8.8, -18.4, 3.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-13.4, -13.3, 5.9, 6, 10.6, 21.4, 6.2, -12.8, -15.4]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-10.3, 9, 13.7, -9.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-16.7]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-7.2, 12.1]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": -29.7}, {"frequencyRange": {"highFrequency": 5979, "lowFrequency": 5959}, "maxPsd": -32.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5979}, "maxPsd": -32.4}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": -28.4}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": -32.4}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": -32.3}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6050}, "maxPsd": -3.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6107}, "maxPsd": 19.5}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 10.7}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6192, "lowFrequency": 6182}, "maxPsd": -13.1}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6192}, "maxPsd": -13}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 8.8}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -8.5}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 8.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6359}, "maxPsd": 2.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 8.6}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6590}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6613, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6613}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6618}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 19.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": -12.8}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": -8.3}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6683, "lowFrequency": 6678}, "maxPsd": 10.1}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6683}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 4.2}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -31.8}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6768, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6773, "lowFrequency": 6768}, "maxPsd": 7.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6773}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -28.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -34.4}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6838, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6843, "lowFrequency": 6838}, "maxPsd": 11.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6843}, "maxPsd": 22.9}], "requestId": "REQ-FSP90", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','0eb99d0059a144d2da8ddb05996bc724f5d5d303092066994e74fe069f004d18');
INSERT INTO test_data VALUES('AFCS.FSP.91','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-5.7, -5.6, -5.5, -5.5, -5.5, -5.5, 7.4, 32, 32.5, 24, 24.1, 0.1, 0.1, 0.1, 5, 5, 5, 5.4, 5.5, 5.5, 14.9, 14.9, 14.9, 15, 36, 28.2, 36, 28.7, 23.9, 0.4, 5.3, 8.2, 17.8, -5, -4.9, 28.2, 18.6, -4.9, -4.4, 9.2, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-2.6, -2.5, -2.5, 10.4, 27, 3.1, 3.1, 8, 8, 8.5, 17.9, 18, 31.3, 25, 3.4, 11.2, -1.9, 19.7, -1.9, 12.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [0.4, 0.6, 6.1, 6.2, 11.1, 21, 6.4, 1, 1.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [3.5, 9.1, 14.1, 4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-5.7]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [6.6, 12.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": -18.7}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5961}, "maxPsd": -18.6}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": -8.6}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": -18.5}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6050}, "maxPsd": -5.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": -5.6}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6107}, "maxPsd": 19.5}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 11}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": -12.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": -8}, {"frequencyRange": {"highFrequency": 6281, "lowFrequency": 6272}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6281}, "maxPsd": 15.3}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": -7.6}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": -7.5}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6359}, "maxPsd": 1.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6560}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6590}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6613, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6618, "lowFrequency": 6613}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6618}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 19.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": -12.6}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": -7.7}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -4.8}, {"frequencyRange": {"highFrequency": 6678, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6683, "lowFrequency": 6678}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6683}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 4.8}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": -18}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6750}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6768, "lowFrequency": 6760}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6773, "lowFrequency": 6768}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6773}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": -17.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": -17.4}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -3.8}, {"frequencyRange": {"highFrequency": 6838, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6843, "lowFrequency": 6838}, "maxPsd": 11.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6843}, "maxPsd": 22.9}], "requestId": "REQ-FSP91", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','51c6acf4cdfb6b28b409278bb88d38707b40baa1e379a0f4aa0d9d991097343a');
INSERT INTO test_data VALUES('AFCS.FSP.92','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [30.3, 30.4, 30.4, 30.5, 30.5, 30.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 31.5, 31.5, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [33.4, 33.5, 33.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 34.5, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5969, "lowFrequency": 5959}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5969}, "maxPsd": 17.4}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6730}, "maxPsd": 22.9}], "requestId": "REQ-FSP92", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','27744923e4c532f5157c773639d52414fc8140b4974920826c19cd4e706072b4');
INSERT INTO test_data VALUES('AFCS.FSP.93','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP93", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','92d3010367a6ec8f530bc710f04a6bdbb4c30ec078d6e55806ac8ae3c9bc3e58');
INSERT INTO test_data VALUES('AFCS.FSP.94','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 35.6, 35.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 22.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6550}, "maxPsd": 22.9}], "requestId": "REQ-FSP94", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','9484351f9b8523f8d51154ee379e14eb3641d38adfe97e8b6fd3cdf51dd23139');
INSERT INTO test_data VALUES('AFCS.FSP.95','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 30.2, 30.2, 36, 18.2, 18.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.9, 28.9, 36, 36, 36, 18.7, 18.7, 26.8, 26.9, 36, 36, 19.7, 19.7, 36, 36, 21.1, 21.2, 29.6, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 33.2, 21.2, 21.3, 36, 36, 36, 36, 36, 31.9, 32, 36, 21.8, 29.9, 22.7, 22.7, 24.1, 24.2, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 24.3, 36, 36, 34.8, 35, 25.6, 25.8, 27.3]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [27.2, 36, 36, 28.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [30.4, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5989}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5999}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 5.2}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 5.3}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 5.7}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 13.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 6.7}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6740}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6780}, "maxPsd": 22.9}], "requestId": "REQ-FSP95", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','03d3f7afffc0614b0eab5287699ce7c662447258a35d038c5d87524edb772d68');
INSERT INTO test_data VALUES('AFCS.FSP.96','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 29.4, 29.5, 36, 16.8, 16.9, 36, 36, 36, 36, 36, 36, 36, 27.6, 27.7, 27.7, 30.1, 30.1, 27.4, 27.5, 34.3, 36, 36, 15.1, 15.1, 26.1, 26.1, 36, 36, 18.3, 18.3, 36, 36, 17.3, 17.3, 26.9, 36, 32, 32, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 32.5, 19.8, 19.9, 36, 36, 36, 30.7, 30.8, 30.4, 30.5, 36, 18.2, 29.2, 21.3, 21.3, 20.2, 20.3, 35, 35.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [35.4, 22.9, 36, 33.6, 33.4, 33.6, 24.3, 23.2, 23.4]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [25.8, 36, 36, 26.2]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [29, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5989}, "maxPsd": 16.4}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6010}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 3.8}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 3.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6241}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6243}, "maxPsd": 14.7}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6341, "lowFrequency": 6330}, "maxPsd": 14.4}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6341}, "maxPsd": 14.5}, {"frequencyRange": {"highFrequency": 6370, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6376, "lowFrequency": 6370}, "maxPsd": 21.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6376}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 2.1}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 13.1}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 5.3}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 4.3}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 13.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 19}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP96", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','998d6a6b682a5baf75c3f607a0dc8da308c2699621d17659e738e8d93aad39dc');
INSERT INTO test_data VALUES('AFCS.FSP.97','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 30.2, 30.2, 36, 18.2, 18.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.9, 28.9, 36, 36, 36, 18.7, 18.7, 26.8, 26.9, 36, 36, 19.7, 19.7, 36, 36, 21.1, 21.2, 29.6, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 33.2, 21.2, 21.3, 36, 36, 36, 36, 36, 31.9, 32, 36, 21.8, 29.9, 22.7, 22.7, 24.1, 24.2, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 24.3, 36, 36, 34.8, 35, 25.6, 25.8, 27.3]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [27.2, 36, 36, 28.7]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [30.4, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5989}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5999}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 5.2}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 5.3}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 5.7}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 13.8}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6590}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 6.7}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6748, "lowFrequency": 6740}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6748}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6780}, "maxPsd": 22.9}], "requestId": "REQ-FSP97", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','547d53969b4b760515d2a302d0873354e49dd22119fa44c4771593e5b3a428b0');
INSERT INTO test_data VALUES('AFCS.FSP.98','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 33.7, 33.8, 28.4, 5.9, 5.9, 30.6, 36, 36, 36, 36, 36, 36, 36, 36, 36, 6.3, 6.4, 6.4, 34.2, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 8.9, 9, 36, 36, 36, 36, 9.3, 9.4, 35, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 11.9, 36, 36, 12.4, 35.2, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [14.9, 36, 15.4, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [18, 18.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5999, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5999}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6010}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6048}, "maxPsd": -7.1}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": -6.7}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": -6.6}, {"frequencyRange": {"highFrequency": 6340, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6351, "lowFrequency": 6340}, "maxPsd": 21.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6351}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP98", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a10239172a4f96b33a288011ff99b3f02cb408f1a89428d62773a9e2942078a2');
INSERT INTO test_data VALUES('AFCS.FSP.99','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 12.9, 12.9, 36, 24.4, 24.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 15.9, 27.4, 27.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [18.9, 30.5, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [22, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [25.1, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": -0.1}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": 11.4}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6078}, "maxPsd": 11.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-FSP99", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4f543fceecd9f74a6772507d8895c956e949f81951857b7239513ec280e2871f');
INSERT INTO test_data VALUES('AFCS.FSP.100','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-2.4, -2.4, -2.4, 31.8, 36, 36, 36, 31.8, 10.2, 10.2, 10.2, 10.2, 33.3, 33.3, 33.4, 36, 36, 36, 36, 36, 20.1, 20.1, 20.2, 20.2, 36, 36, 36, 36, -8, -27, -27, -7.9, 36, 36, 36, 36, 36, 21.1, 21.1, 31.5, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [0.6, 0.7, 36, 33.9, 13.2, 13.2, 36, 36, 36, 36, 23.1, 23.2, 36, -13.1, -24, -13, 36, 36, 24.1, 34.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.6, 30.8, 16.2, 36, 36, 26.2, -21, -12.9, 27.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.7, 19.3, 29.1, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-2.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [9.8, 1.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}, {"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [25.3, 25.3, 25.3, 36, 36, 36, 36, 36, 30.2, 30.2, 30.3, 30.3, 35.1, 35.1, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.2, -4.4, -18.9, -18.9, 15.1, 36, 36, 36, 36, 31.5, 16.9, 16.9, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [28.3, 28.3, 36, 36, 33.2, 33.3, 36, 36, 36, 36, 36, 36, 36, 20.3, -15.9, -15.9, 21.2, 36, 19.9, 19.9]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [31.3, 36, 36, 36, 36, 36, -12.9, -12.8, 22.9]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [34.4, 36, 36, -9.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 26.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": 12.3}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6153, "lowFrequency": 6107}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6153}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": -17.4}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": -31.9}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 18.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 3.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP2", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}, {"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-2.4, -2.4, -2.4, 31.8, 36, 36, 36, 31.8, 10.2, 10.2, 10.2, 10.2, 33.3, 33.3, 33.4, 36, 36, 36, 36, 36, 20.1, 20.1, 20.2, 20.2, 36, 36, 36, 36, -9.3, -27, -27, -9.2, 36, 36, 36, 36, 36, 21.1, 21.1, 31.5, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [0.6, 0.7, 36, 33.9, 13.2, 13.2, 36, 36, 36, 36, 23.1, 23.2, 36, -14.4, -24, -14.3, 36, 36, 24.1, 34.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.6, 30.8, 16.2, 36, 36, 26.2, -21, -14.2, 27.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.7, 19.3, 29.1, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-2.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [9.8, 0.4]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6660}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-FSP3", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}, {"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP4", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}, {"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP5", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}, {"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 28.7, 28.8, 36, 36, 36, 36, 36, 36, 36, 22.4, 22.4, 22.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19.4, 12.7, 12.7, 12.7, 36, 35.8, 12.3, 12.3]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 31.7, 31.8, 36, 36, 36, 25.4, 25.5, 36, 36, 36, 36, 36, 36, 36, 15.7, 15.7, 36, 15.3]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 34.8, 36, 28.4, 28.5, 36, 36, 18.7, 18.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.4, 31.6, 21.6]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.3, 34.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6048, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6069, "lowFrequency": 6048}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6069}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6737, "lowFrequency": 6710}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6737}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": -0.3}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": -0.7}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-FSP6", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','6e39eac8fe82ca40f99b65464673212b02e3c5b99201b6c5ac952759c6b4ef0f');
INSERT INTO test_data VALUES('AFCS.IBP.1','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 19, 19.1, 19.1, 19.2, 19.2, 19.3, 19.3, 19.4, 19.4, 36, 36, 36, 36, 19.5, 19.5, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.8, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 22, 22.1, 22.2, 22.3, 22.4, 36, 36, 22.5, 36, 36, 36, 36, 36, 31.8, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 25, 25.2, 25.4, 36, 36, 36, 34.8]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 28.1, 28.5, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [30.9, 31.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6183, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6183}, "maxPsd": 6}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6211}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 6.2}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 6.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6330}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6525}, "maxPsd": 6.5}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6550}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6820}, "maxPsd": 22.9}], "requestId": "REQ-IBP1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','4355375dc1aba22df867a4cc71bdbab33b45039218f1115442db29cb9f063df5');
INSERT INTO test_data VALUES('AFCS.IBP.2','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6525}, "maxPsd": 22.9}], "requestId": "REQ-IBP2", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','61245c8e3c4a6537012a927fc48b274ff26b640e6a932c8b95a09cf5e868beb6');
INSERT INTO test_data VALUES('AFCS.IBP.3','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 23.8, 23.9, 23.9, 22.8, 22.8, 22.9, 24, 36, 36, 23, 23, 23, 23, 36, 36, 36, 36, 36, 36, 36, 36, 36, 23.9, 24, 24, 24, 24, 24.1, 24.1, 24.1]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 26.8, 26.9, 25.8, 25.9, 36, 26, 26, 36, 36, 36, 36, 27, 27, 27.1, 27.1]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 29.8, 28.8, 28.9, 29, 36, 29.9, 30.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 31.8, 32, 32.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [34.7, 34.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6182, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6193, "lowFrequency": 6182}, "maxPsd": 10.8}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6193}, "maxPsd": 10.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 9.8}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6272}, "maxPsd": 11}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6360}, "maxPsd": 10}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6710}, "maxPsd": 10.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6740}, "maxPsd": 11}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6830}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-IBP3", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','6119999a28130da67959d54f7d4204b171d639f92e1bca2a83f5bb6a13cd1f2f');
INSERT INTO test_data VALUES('AFCS.IBP.4','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 35.3, 35.3, 36, 36, 36, 36, 32.9, 32.9, 33, 33, 36, 36, 34.4, 34.5, 34.5, 36, 36, 36, 36, 36, 36, 29.5, 29.5, 29.6, 29.7, 36, 36, 36, 36, 35.3, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 35.9, 36, 36, 36, 36, 36, 36, 32.5, 32.7, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 35.5, 35.7, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6108, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6114, "lowFrequency": 6108}, "maxPsd": 22.2}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6114}, "maxPsd": 22.3}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6241}, "maxPsd": 19.9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 20}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6380, "lowFrequency": 6360}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6380}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6631, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6649, "lowFrequency": 6631}, "maxPsd": 16.5}, {"frequencyRange": {"highFrequency": 6671, "lowFrequency": 6649}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6688, "lowFrequency": 6671}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6689, "lowFrequency": 6688}, "maxPsd": 16.7}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6689}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 22.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6800}, "maxPsd": 22.9}], "requestId": "REQ-IBP4", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','9505543821bd9cc9f27562c2282276fa003f25acf2f220c42cf928bbdbbdfbcd');
INSERT INTO test_data VALUES('AFCS.IBP.5','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-IBP5", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["center"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','8800644dd89303c19e92eb54aa1b7d0cdc775df117faae1b00a73de19fd0d64d');
INSERT INTO test_data VALUES('AFCS.IBP.6','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-IBP6", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["center"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a270ea343148dc0ec439ce8893a0cb5ee20cb00a4aca64e15f86bf01b4ffcc45');
INSERT INTO test_data VALUES('AFCS.IBP.7','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-IBP7", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["center"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','62638c297085990e7688b682a6004c35a81b14221a154510d1a01dd21d3742bc');
INSERT INTO test_data VALUES('AFCS.IBP.8','{"availableSpectrumInquiryResponses": [{"requestId": "REQ-IBP8", "response": {"responseCode": 102, "shortDescription": "Missing Param", "supplementalInfo": {"missingParams": ["center"]}}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','e1656ea5da6d30bf36bb83b04affb676f7b834fcc55fe78841f3d9768efbfd80');
INSERT INTO test_data VALUES('AFCS.SIP.1','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 5.2, 5.3, 5.3, 5.3, 28.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 8.2, 8.3, 8.3, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 11.3, 11.4, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 14.3]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 17.2]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6300, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6310, "lowFrequency": 6300}, "maxPsd": -7.8}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6310}, "maxPsd": -7.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','7abf887fda112bd60ea67d62f2186432c5759001e273b2c80bc54c29b1bb48a7');
INSERT INTO test_data VALUES('AFCS.SIP.2','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [22.1, 22.1, 22.2, 22.2, 22.2, 22.3, 10.4, 10.5, 10.5, 10.5, 10.6, 10.6, 36, 25.2, 18, 18.1, 18.1, 18.1, 28.2, 28.2, 29.2, 29.2, 29.2, 29.3, 36, 36, 27.6, 27.6, 28.1, 28.2, 26.4, 26.4, 36, 36, 30.9, 23.7, 23.7, 36, 19.4]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [25.1, 25.2, 25.3, 13.5, 13.5, 13.6, 28.2, 21.1, 21.1, 31.2, 32.2, 32.2, 30.6, 30.7, 29.4, 33.9, 26.7, 22.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [28.2, 16.4, 16.6, 24.1, 24.2, 35.2, 29.7]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [19.4, 19.6, 27.2]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [22.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [22.5, 22.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5930}, "maxPsd": 9.1}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 5989}, "maxPsd": 9.2}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": -2.6}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6107}, "maxPsd": -2.5}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6166, "lowFrequency": 6137}, "maxPsd": -2.5}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6166}, "maxPsd": -2.4}, {"frequencyRange": {"highFrequency": 6211, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6211}, "maxPsd": 12.2}, {"frequencyRange": {"highFrequency": 6252, "lowFrequency": 6241}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6252}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6310, "lowFrequency": 6302}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6310}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6331}, "maxPsd": 18.8}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6359}, "maxPsd": 16.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6590, "lowFrequency": 6580}, "maxPsd": 14.6}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6590}, "maxPsd": 22.7}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6632, "lowFrequency": 6610}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6632}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6676}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6680}, "maxPsd": 21.3}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 13.4}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6710}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6770}, "maxPsd": 17.9}, {"frequencyRange": {"highFrequency": 6803, "lowFrequency": 6800}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6808, "lowFrequency": 6803}, "maxPsd": 10.7}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6808}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6820}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6870, "lowFrequency": 6860}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6870}, "maxPsd": 22.9}], "requestId": "REQ-SIP2", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b52a1c1592ee0187c0f80e26bcfeb217f13f897ede79a029a729554e29251c34');
INSERT INTO test_data VALUES('AFCS.SIP.3','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 25.5, 25.5, 25.6, 25.6, 25.6, 25.6, 36, 35.4, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 28.5, 28.6, 28.6, 28.7, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 31.5, 31.6, 31.7, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 34.5, 34.8]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6182, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 12.5}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6241}, "maxPsd": 12.6}, {"frequencyRange": {"highFrequency": 6310, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6321, "lowFrequency": 6310}, "maxPsd": 22.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6321}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP3", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','b8f59faa2c66edf849e7cfe435e745c0bbfb6a67df2a1981e917892bcd8a7566');
INSERT INTO test_data VALUES('AFCS.SIP.4','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 33.7, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6108, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6108}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6119}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP4", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','5571a04a8882939a7657d37d275ed6df514ae0fcc0c9e9cd2f92b9eba4343292');
INSERT INTO test_data VALUES('AFCS.SIP.5','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 20.3, 20.4, 36, 36, 36, 36, 36, 36, 36, 29.3, 29.3, 29.3, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 23.4, 36, 36, 36, 32.2, 32.3, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 26.4, 36, 35.3, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 29.5, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [32.4, 32.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6108, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": 7.3}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6137}, "maxPsd": 7.4}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": 16.3}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP5", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2765a55fec1ce7955caa9e6ff4932450b438611a8dd50f575d4aa07caa21808d');
INSERT INTO test_data VALUES('AFCS.SIP.6','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [30, 28.1, 5, 5.1, 29.1, 36, 34.3, 34.3, 30.8, 25.1, 25.2, 25.2, 36, 36, 36, 36, 36, 36, 36, 36, 35.6, 35.6, 35.6, 36, 36, 36, 36, 36, 36, 36, 36, 29.8, 29.8, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [29.5, 8.1, 30, 36, 28.1, 28.2, 36, 36, 36, 36, 36, 36, 36, 36, 32.8, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [11.1, 32.1, 31.2, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [14.1, 34.2, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [17.2, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5959}, "maxPsd": 17}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5989}, "maxPsd": -8}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6019}, "maxPsd": -7.9}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6078}, "maxPsd": 21.3}, {"frequencyRange": {"highFrequency": 6118, "lowFrequency": 6108}, "maxPsd": 17.7}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6118}, "maxPsd": 17.8}, {"frequencyRange": {"highFrequency": 6167, "lowFrequency": 6137}, "maxPsd": 12.1}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6167}, "maxPsd": 12.2}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": 22.6}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6676}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 16.8}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6730}, "maxPsd": 22.9}], "requestId": "REQ-SIP6", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','33ca9dcb27b6be6a0f58feed82a7105f99e03be671a2da837b79322100c3ff97');
INSERT INTO test_data VALUES('AFCS.SIP.7','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [25.9, 36, 36, 35, 35, 35, 35.1, 35.1, 35.1, 19.7, 19.7, 19.7, 21.2, 21.2, 22.3, 36, 28.1, 28.1, 28.1, 28.2, 30.3, 36, 28.2, 28.3, 36, 36, 34.4, 34.4, 34.4, 29.6, 36, 36, 36, 36, 25.1, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [28.9, 36, 36, 36, 22.7, 22.7, 24.2, 25.3, 31.1, 31.1, 33.3, 31.3, 36, 36, 36, 28.1, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [31.9, 36, 25.7, 27.3, 34.1, 34.2, 31.2]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [35, 28.8, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [25.8]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [31.7, 31.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": 12.8}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": 12.9}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 6.7}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 8.2}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6213}, "maxPsd": 9.3}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6271}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6351, "lowFrequency": 6331}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6351}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6580, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6580}, "maxPsd": 21.4}, {"frequencyRange": {"highFrequency": 6647, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6647}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6777, "lowFrequency": 6676}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6783, "lowFrequency": 6777}, "maxPsd": 12.1}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6783}, "maxPsd": 22.9}], "requestId": "REQ-SIP7", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','2c076d35945bab3dfc54094ba16437f76c3b2dde4ca44922eb0f91df10ec6f5e');
INSERT INTO test_data VALUES('AFCS.SIP.8','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 23.3, 23.4, 23.4, 19.4, 19.4, 19.5, 36, 34, 36, 36, 36, 34.8, 34.9, 28.5, 28.5, 36, 18.9, 18.9, 24.7, 24.8, 36, 36, 36, 36, 36, 36, 36, 36, 25.4, 35.2, 36, 29.6, 32.8, 33.6, 33.7, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 26.3, 26.4, 22.4, 22.5, 36, 36, 36, 31.5, 21.9, 21.9, 27.8, 36, 36, 28.4, 32.6, 35.8, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [29.3, 25.4, 25.5, 36, 24.8, 25, 35.6]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [28.4, 28.6, 27.9]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [31.5, 30.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6019}, "maxPsd": 10.3}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6048}, "maxPsd": 10.4}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 13.3}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": 6.4}, {"frequencyRange": {"highFrequency": 6147, "lowFrequency": 6109}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6158, "lowFrequency": 6147}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6158}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6262, "lowFrequency": 6241}, "maxPsd": 21.8}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6262}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 15.5}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 5.9}, {"frequencyRange": {"highFrequency": 6384, "lowFrequency": 6361}, "maxPsd": 11.7}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6384}, "maxPsd": 11.8}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6391}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6717, "lowFrequency": 6676}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6717}, "maxPsd": 12.4}, {"frequencyRange": {"highFrequency": 6730, "lowFrequency": 6720}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6730}, "maxPsd": 22.2}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6740}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 19.8}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6800}, "maxPsd": 20.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-SIP8", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','bea44413f89e691dbce1f97326fec029c5f04f9c0018a366c29cd6c459e03446');
INSERT INTO test_data VALUES('AFCS.SIP.9','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-5.7, -1.3, -5.6, -5.6, 5.3, -1.2, -5.5, -5.5, -5.5, -5.4, -5.4, -5.4, 0.2, 0.2, 0.2, 0.3, 0.3, 1.9, 2, 2, 4.6, 6.8, 4.6, 4.6, 26, 2.5, 17.8, 17.9, 2.7, 2.7, 2.4, 0.6, -0.1, -0.1, 0, 0, 0, 0, -2.5]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-2.7, -2.6, 1.8, -2.5, -2.4, -2.4, 3.2, 3.3, 3.3, 5, 7.6, 7.6, 5.5, 5.7, 2.9, 3, 3, 0.4]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [0.4, 0.5, 0.6, 6.2, 6.4, 10.6, 6]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [3.4, 3.7, 9.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-5.7]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [6.6, 6.8]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 2}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5930}, "maxPsd": -18.7}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": -14.3}, {"frequencyRange": {"highFrequency": 5998, "lowFrequency": 5989}, "maxPsd": -18.7}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5998}, "maxPsd": -18.6}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": -7.7}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6048}, "maxPsd": -14.2}, {"frequencyRange": {"highFrequency": 6109, "lowFrequency": 6078}, "maxPsd": -18.5}, {"frequencyRange": {"highFrequency": 6129, "lowFrequency": 6109}, "maxPsd": -4.8}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6129}, "maxPsd": -4.7}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": -18.4}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": -12.8}, {"frequencyRange": {"highFrequency": 6232, "lowFrequency": 6213}, "maxPsd": -11.2}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6232}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6262, "lowFrequency": 6241}, "maxPsd": -12.8}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6262}, "maxPsd": -12.7}, {"frequencyRange": {"highFrequency": 6292, "lowFrequency": 6272}, "maxPsd": -8.6}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6292}, "maxPsd": -8.5}, {"frequencyRange": {"highFrequency": 6310, "lowFrequency": 6300}, "maxPsd": -11.1}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6310}, "maxPsd": -11}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6331}, "maxPsd": -8.5}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6361}, "maxPsd": -6.2}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -8.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6540, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6550, "lowFrequency": 6540}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6550}, "maxPsd": -10.5}, {"frequencyRange": {"highFrequency": 6570, "lowFrequency": 6560}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6582, "lowFrequency": 6570}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6588, "lowFrequency": 6582}, "maxPsd": 4.8}, {"frequencyRange": {"highFrequency": 6592, "lowFrequency": 6588}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6598, "lowFrequency": 6592}, "maxPsd": 5.4}, {"frequencyRange": {"highFrequency": 6602, "lowFrequency": 6598}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6608, "lowFrequency": 6602}, "maxPsd": 11.1}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6608}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": -10.3}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 19.1}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6680, "lowFrequency": 6676}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6680}, "maxPsd": 10.4}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": -10.6}, {"frequencyRange": {"highFrequency": 6710, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6720, "lowFrequency": 6710}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6720}, "maxPsd": 15.4}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": -13.1}, {"frequencyRange": {"highFrequency": 6752, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6758, "lowFrequency": 6752}, "maxPsd": 3.5}, {"frequencyRange": {"highFrequency": 6762, "lowFrequency": 6758}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6768, "lowFrequency": 6762}, "maxPsd": 10.4}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6768}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6780, "lowFrequency": 6770}, "maxPsd": -13.1}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6780}, "maxPsd": -3.4}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 20.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -13}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6830}, "maxPsd": -13}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 8.8}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": -15.6}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-SIP9", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','3c870f363d0087f8cb1ebd0b0fc546b9cb6e71d3fb3a3abd30809c50a019474b');
INSERT INTO test_data VALUES('AFCS.SIP.10','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [30.1, 30.1, 30.1, 31.5, 31.5, 31.5, 33.2, 36, 28.1, 27, 27, 27, 36, 36, 36, 36, 34.2, 29.6, 29.7, 29.7, 34, 34, 12.6, 12.7, 15.7, 15.8, 16, 30.6, 30.6, 36, 30.2, 30.3, 33.7, 36, 36, 30.2, 30.2, 36, 36, 33.2, 33.2]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [33.1, 33.2, 34.5, 36, 29.9, 30, 36, 36, 32.6, 32.7, 36, 15.6, 18.8, 33.6, 33.2, 33.3, 36, 33.2, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 33, 36, 35.7, 18.6, 36, 36, 36]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [36, 36, 21.6, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 24.5]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5959}, "maxPsd": 17.1}, {"frequencyRange": {"highFrequency": 6019, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6019}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6058, "lowFrequency": 6050}, "maxPsd": 20.1}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6058}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6079}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6137, "lowFrequency": 6108}, "maxPsd": 15.1}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6137}, "maxPsd": 13.9}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6271}, "maxPsd": 21.2}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6300}, "maxPsd": 16.6}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6330}, "maxPsd": 16.7}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6360}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": -0.4}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6545, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6547, "lowFrequency": 6545}, "maxPsd": 2.7}, {"frequencyRange": {"highFrequency": 6560, "lowFrequency": 6547}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6570, "lowFrequency": 6560}, "maxPsd": 3}, {"frequencyRange": {"highFrequency": 6600, "lowFrequency": 6570}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6610, "lowFrequency": 6600}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6610}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 17.3}, {"frequencyRange": {"highFrequency": 6690, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6700, "lowFrequency": 6690}, "maxPsd": 20.7}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6700}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 17.2}, {"frequencyRange": {"highFrequency": 6840, "lowFrequency": 6770}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6840}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6850}, "maxPsd": 22.9}], "requestId": "REQ-SIP10", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','da234915a0ee31f46b10bc908df1c35e51b96a15abbc3145142a73571b1b4dfe');
INSERT INTO test_data VALUES('AFCS.SIP.11','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP11", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','41c8479e1bfa05ed0fb971ab15facdc89fe41c296690ee14200777238148041d');
INSERT INTO test_data VALUES('AFCS.SIP.12','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 28.8, 28.8, 36, 28.8, 28.9, 36, 28.9, 29, 36, 29, 29, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 31.8, 31.8, 31.9, 31.9, 32, 32, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 34.8, 34.9, 35, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6211, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6211}, "maxPsd": 15.7}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6271}, "maxPsd": 15.8}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6300}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6330, "lowFrequency": 6302}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6361, "lowFrequency": 6330}, "maxPsd": 15.9}, {"frequencyRange": {"highFrequency": 6389, "lowFrequency": 6361}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6389}, "maxPsd": 16}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP12", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','1c5e7b47e694325dea3f978959bb5089218f22048be7da0837074a51c5f4ce77');
INSERT INTO test_data VALUES('AFCS.SIP.13','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [7.2, 30.3, 7.2, 7.2, 24.5, 2.1, 2.1, 7.4, 2.1, 2.2, 27.4, 7.8, 7.9, 7.9, 7.9, 8, 8, 1.3, 1.3, 1.4, 1.4, 1.4, 1.4, 34, 36, 36, 36, 36, 36, 32.8, 36, 36, 36, 34.5, 34.5, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [10.2, 10.2, 5.1, 5.1, 5.2, 10.8, 10.9, 11, 4.3, 4.4, 4.4, 4.5, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [13.2, 8.1, 8.2, 13.9, 7.3, 7.5, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [11, 11.3, 10.4]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [7.1]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [14.2, 13.3]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5959, "lowFrequency": 5930}, "maxPsd": -5.9}, {"frequencyRange": {"highFrequency": 5961, "lowFrequency": 5959}, "maxPsd": -5.8}, {"frequencyRange": {"highFrequency": 5989, "lowFrequency": 5961}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 5989}, "maxPsd": -5.8}, {"frequencyRange": {"highFrequency": 6048, "lowFrequency": 6020}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6072, "lowFrequency": 6048}, "maxPsd": -11}, {"frequencyRange": {"highFrequency": 6079, "lowFrequency": 6072}, "maxPsd": -10.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6079}, "maxPsd": -5.7}, {"frequencyRange": {"highFrequency": 6108, "lowFrequency": 6107}, "maxPsd": -5.6}, {"frequencyRange": {"highFrequency": 6136, "lowFrequency": 6108}, "maxPsd": -10.9}, {"frequencyRange": {"highFrequency": 6139, "lowFrequency": 6136}, "maxPsd": -10.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6139}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6204, "lowFrequency": 6182}, "maxPsd": -5.2}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6204}, "maxPsd": -5.1}, {"frequencyRange": {"highFrequency": 6241, "lowFrequency": 6213}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6270, "lowFrequency": 6241}, "maxPsd": -5.1}, {"frequencyRange": {"highFrequency": 6272, "lowFrequency": 6270}, "maxPsd": -5}, {"frequencyRange": {"highFrequency": 6300, "lowFrequency": 6272}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6331, "lowFrequency": 6300}, "maxPsd": -11.7}, {"frequencyRange": {"highFrequency": 6360, "lowFrequency": 6331}, "maxPsd": -4.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6360}, "maxPsd": -11.6}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 21}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": 19.8}, {"frequencyRange": {"highFrequency": 6760, "lowFrequency": 6676}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6770, "lowFrequency": 6760}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6770}, "maxPsd": 22.9}], "requestId": "REQ-SIP13", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a404e996fb61b59ccb7ec6cfbbe88d6ae2552e17a8e8a4432ddc746a50d45af3');
INSERT INTO test_data VALUES('AFCS.SIP.14','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP14", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','49da5287260ed433f8463ae852d14bda960c9052e8e1511037bc1334078cd6ef');
INSERT INTO test_data VALUES('AFCS.SIP.15','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP15", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','3206e0636f07ec5c8deb5423bb801eddd7f5b72ba5b5b50c2c7e318812498982');
INSERT INTO test_data VALUES('AFCS.SIP.16','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 167], "globalOperatingClass": 133, "maxEirp": [36, 36, 36, 36, 36, 36, 36]}, {"channelCfi": [15, 47, 79], "globalOperatingClass": 134, "maxEirp": [36, 36, 36]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [36]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [36, 36]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 6425, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6676}, "maxPsd": 22.9}], "requestId": "REQ-SIP16", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','adfb93aa97b54897c25a922f7330dec1177b6b6606fdb4bcb89f68904d7739d7');
INSERT INTO test_data VALUES('BRCM.EXT_FSP.1','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-2.4, -2.4, -2.4, 31.8, 36, 36, 36, 31.8, 10.2, 10.2, 10.2, 10.2, 33.3, 33.3, 33.4, 36, 36, 36, 36, 36, 20.1, 20.1, 20.2, 20.2, 36, 36, 36, 36, -8, -27, -27, -7.9, 36, 36, 36, 36, 36, 21.1, 21.1, 31.5, 36]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [0.6, 0.7, 36, 33.9, 13.2, 13.2, 36, 36, 36, 36, 23.1, 23.2, 36, -13.1, -24, -13, 36, 36, 24.1, 34.5]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [3.6, 30.8, 16.2, 36, 36, 26.2, -21, -12.9, 27.1]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [6.7, 19.3, 29.1, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-2.5]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [9.8, 1.7]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5951, "lowFrequency": 5930}, "maxPsd": -15.5}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5951}, "maxPsd": -15.4}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 5990}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6119, "lowFrequency": 6107}, "maxPsd": -2.9}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6119}, "maxPsd": -2.8}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6221, "lowFrequency": 6182}, "maxPsd": 20.3}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6221}, "maxPsd": 20.4}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6242}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6391, "lowFrequency": 6359}, "maxPsd": 7.1}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6391}, "maxPsd": 7.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 21.5}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 21.6}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": 8.1}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6810}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": 18.5}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6830}, "maxPsd": 22.9}], "requestId": "REQ-EXT_FSP1", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','8f727210eee8a303a6cad8aa27684ec59d88c89948acb26d2b6768dc1531d416');
INSERT INTO test_data VALUES('BRCM.EXT_FSP.7','{"availableSpectrumInquiryResponses": [{"availabilityExpireTime": "0", "availableChannelInfo": [{"channelCfi": [1, 5, 9, 13, 17, 21, 25, 29, 33, 37, 41, 45, 49, 53, 57, 61, 65, 69, 73, 77, 81, 85, 89, 93, 117, 121, 125, 129, 133, 137, 141, 145, 149, 153, 157, 161, 165, 169, 173, 177, 181], "globalOperatingClass": 131, "maxEirp": [-19.3, -19.3, -19.2, 15, 18, 18.1, 29.9, 15.7, -6, -6, -5.9, -5.9, 13.5, 13.5, 18.8, 30.6, 19.8, 19.8, 33.2, 33.2, -0.3, -0.3, -0.3, -0.2, 36, 36, 36, 36, -18.6, -27, -27, -18.6, 36, 36, 34.9, 28, 34.5, 0.6, 0.6, 11, 35]}, {"channelCfi": [3, 11, 19, 27, 35, 43, 51, 59, 67, 75, 83, 91, 123, 131, 139, 147, 155, 163, 171, 179], "globalOperatingClass": 132, "maxEirp": [-16.3, -16.2, 20.9, 17.8, -3, -2.9, 16.5, 21.9, 22.8, 28.5, 2.7, 2.8, 36, -23.7, -24, -23.6, 36, 29.4, 3.6, 14]}, {"channelCfi": [7, 23, 39, 55, 71, 87, 135, 151, 167], "globalOperatingClass": 133, "maxEirp": [-13.2, 13.9, 0.1, 19.6, 25.9, 5.7, -21, -21, 6.6]}, {"channelCfi": [15, 47, 79, 143], "globalOperatingClass": 134, "maxEirp": [-10.1, 3.1, 8.7, -18]}, {"channelCfi": [2], "globalOperatingClass": 136, "maxEirp": [-19.3]}, {"channelCfi": [31, 63], "globalOperatingClass": 137, "maxEirp": [-7, -8.9]}], "availableFrequencyInfo": [{"frequencyRange": {"highFrequency": 5930, "lowFrequency": 5925}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 5988, "lowFrequency": 5930}, "maxPsd": -32.3}, {"frequencyRange": {"highFrequency": 5990, "lowFrequency": 5988}, "maxPsd": -32.2}, {"frequencyRange": {"highFrequency": 6010, "lowFrequency": 5990}, "maxPsd": 2.9}, {"frequencyRange": {"highFrequency": 6020, "lowFrequency": 6010}, "maxPsd": 3}, {"frequencyRange": {"highFrequency": 6047, "lowFrequency": 6020}, "maxPsd": 5}, {"frequencyRange": {"highFrequency": 6050, "lowFrequency": 6047}, "maxPsd": 5.1}, {"frequencyRange": {"highFrequency": 6078, "lowFrequency": 6050}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6107, "lowFrequency": 6078}, "maxPsd": 16.9}, {"frequencyRange": {"highFrequency": 6153, "lowFrequency": 6107}, "maxPsd": -19}, {"frequencyRange": {"highFrequency": 6168, "lowFrequency": 6153}, "maxPsd": -18.9}, {"frequencyRange": {"highFrequency": 6182, "lowFrequency": 6168}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6213, "lowFrequency": 6182}, "maxPsd": 0.5}, {"frequencyRange": {"highFrequency": 6242, "lowFrequency": 6213}, "maxPsd": 5.8}, {"frequencyRange": {"highFrequency": 6243, "lowFrequency": 6242}, "maxPsd": 17.5}, {"frequencyRange": {"highFrequency": 6271, "lowFrequency": 6243}, "maxPsd": 17.6}, {"frequencyRange": {"highFrequency": 6302, "lowFrequency": 6271}, "maxPsd": 6.8}, {"frequencyRange": {"highFrequency": 6359, "lowFrequency": 6302}, "maxPsd": 20.2}, {"frequencyRange": {"highFrequency": 6418, "lowFrequency": 6359}, "maxPsd": -13.3}, {"frequencyRange": {"highFrequency": 6420, "lowFrequency": 6418}, "maxPsd": -13.2}, {"frequencyRange": {"highFrequency": 6425, "lowFrequency": 6420}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6620, "lowFrequency": 6525}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6630, "lowFrequency": 6620}, "maxPsd": 22.1}, {"frequencyRange": {"highFrequency": 6640, "lowFrequency": 6630}, "maxPsd": 14}, {"frequencyRange": {"highFrequency": 6650, "lowFrequency": 6640}, "maxPsd": -40}, {"frequencyRange": {"highFrequency": 6660, "lowFrequency": 6650}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6667, "lowFrequency": 6660}, "maxPsd": 1}, {"frequencyRange": {"highFrequency": 6670, "lowFrequency": 6667}, "maxPsd": 1.1}, {"frequencyRange": {"highFrequency": 6740, "lowFrequency": 6670}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6750, "lowFrequency": 6740}, "maxPsd": 21.9}, {"frequencyRange": {"highFrequency": 6757, "lowFrequency": 6750}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6763, "lowFrequency": 6757}, "maxPsd": 15}, {"frequencyRange": {"highFrequency": 6790, "lowFrequency": 6763}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6800, "lowFrequency": 6790}, "maxPsd": 19.6}, {"frequencyRange": {"highFrequency": 6810, "lowFrequency": 6800}, "maxPsd": -12.4}, {"frequencyRange": {"highFrequency": 6813, "lowFrequency": 6810}, "maxPsd": 15.2}, {"frequencyRange": {"highFrequency": 6820, "lowFrequency": 6813}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6830, "lowFrequency": 6820}, "maxPsd": -2}, {"frequencyRange": {"highFrequency": 6850, "lowFrequency": 6830}, "maxPsd": 22.9}, {"frequencyRange": {"highFrequency": 6860, "lowFrequency": 6850}, "maxPsd": 22}, {"frequencyRange": {"highFrequency": 6875, "lowFrequency": 6860}, "maxPsd": 22.9}], "requestId": "REQ-EXT_FSP7", "response": {"responseCode": 0, "shortDescription": "Success"}, "rulesetId": "US_47_CFR_PART_15_SUBPART_E"}], "version": "1.4"}','a544eace0488558cd3a22a4b6b21cfc57ced69598d3dcf10c24bd19e5571522a');
COMMIT;