FreeCalypso > hg > fc-rfcal-tools
diff autocal/txpwrmeas.c @ 132:94e8a410d6bd
fc-rfcal-txcheck: pass PCL to tester (txpwr-cal-pcl)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 20 Dec 2021 03:52:01 +0000 |
parents | b313884c79fd |
children | c99b1dce04ec |
line wrap: on
line diff
--- a/autocal/txpwrmeas.c Mon Dec 20 03:29:23 2021 +0000 +++ b/autocal/txpwrmeas.c Mon Dec 20 03:52:01 2021 +0000 @@ -18,6 +18,16 @@ return(0); } +pass_pcl_to_tester(pcl) + unsigned pcl; +{ + char cmd[80]; + + sprintf(cmd, "txpwr-cal-pcl %u\n", pcl); + tsid_command(cmd); + return(0); +} + double tx_power_meas() {