ampstat.c 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. /*====================================================================*
  2. *
  3. * Copyright (c) 2013 Qualcomm Atheros, Inc.
  4. *
  5. * All rights reserved.
  6. *
  7. *====================================================================*/
  8. /*====================================================================*
  9. *
  10. * ampstat.c -
  11. *
  12. * Contributor(s):
  13. * Charles Maier <cmaier@qca.qualcomm.com>
  14. *
  15. *--------------------------------------------------------------------*/
  16. /*====================================================================*
  17. * system header files;
  18. *--------------------------------------------------------------------*/
  19. #include <unistd.h>
  20. #include <inttypes.h>
  21. #include <stdlib.h>
  22. #include <stdint.h>
  23. #include <limits.h>
  24. /*====================================================================*
  25. * custom header files;
  26. *--------------------------------------------------------------------*/
  27. #include "../tools/getoptv.h"
  28. #include "../tools/putoptv.h"
  29. #include "../tools/memory.h"
  30. #include "../tools/number.h"
  31. #include "../tools/symbol.h"
  32. #include "../tools/types.h"
  33. #include "../tools/flags.h"
  34. #include "../tools/files.h"
  35. #include "../tools/error.h"
  36. #include "../plc/plc.h"
  37. /*====================================================================*
  38. * custom source files;
  39. *--------------------------------------------------------------------*/
  40. #ifndef MAKEFILE
  41. #include "../plc/chipset.c"
  42. #include "../plc/Confirm.c"
  43. #include "../plc/Display.c"
  44. #include "../plc/Failure.c"
  45. #include "../plc/Request.c"
  46. #include "../plc/ReadMME.c"
  47. #include "../plc/SendMME.c"
  48. #include "../plc/Devices.c"
  49. #include "../plc/LocalDevices.c"
  50. #include "../plc/NetworkInformation.c"
  51. #include "../plc/NetworkInformation1.c"
  52. #include "../plc/NetworkInformation2.c"
  53. #include "../plc/PLCSelect.c"
  54. #include "../plc/Topology.c"
  55. #include "../plc/Topology1.c"
  56. #include "../plc/Topology2.c"
  57. #include "../plc/Platform.c"
  58. #include "../plc/WaitForStart.c"
  59. #endif
  60. #ifndef MAKEFILE
  61. #include "../tools/error.c"
  62. #include "../tools/getoptv.c"
  63. #include "../tools/putoptv.c"
  64. #include "../tools/version.c"
  65. #include "../tools/uintspec.c"
  66. #include "../tools/hexdump.c"
  67. #include "../tools/hexencode.c"
  68. #include "../tools/hexdecode.c"
  69. #include "../tools/hexstring.c"
  70. #include "../tools/todigit.c"
  71. #include "../tools/synonym.c"
  72. #include "../tools/typename.c"
  73. #endif
  74. #ifndef MAKEFILE
  75. #include "../ether/openchannel.c"
  76. #include "../ether/closechannel.c"
  77. #include "../ether/readpacket.c"
  78. #include "../ether/sendpacket.c"
  79. #include "../ether/channel.c"
  80. #endif
  81. #ifndef MAKEFILE
  82. #include "../mme/EthernetHeader.c"
  83. #include "../mme/QualcommHeader.c"
  84. #include "../mme/QualcommHeader1.c"
  85. #include "../mme/UnwantedMessage.c"
  86. #include "../mme/MMECode.c"
  87. #endif
  88. /*====================================================================*
  89. * program constants;
  90. *--------------------------------------------------------------------*/
  91. #define AMPSTAT_LOOP 1
  92. #define AMPSTAT_WAIT 0
  93. #define PERCENT " %6.2f%%"
  94. #define COUNTER " %20" PRId64
  95. /*====================================================================*
  96. * program constants;
  97. *--------------------------------------------------------------------*/
  98. static const struct _term_ linkids [] =
  99. {
  100. {
  101. "CSMA-ALL",
  102. "0xFC"
  103. },
  104. {
  105. "CSMA-CAP0",
  106. "0x00"
  107. },
  108. {
  109. "CSMA-CAP1",
  110. "0x01"
  111. },
  112. {
  113. "CSMA-CAP2",
  114. "0x02"
  115. },
  116. {
  117. "CSMA-CAP3",
  118. "0x03"
  119. },
  120. {
  121. "CSMA-PEER",
  122. "0xF8"
  123. },
  124. };
  125. static const struct _term_ directions [] =
  126. {
  127. {
  128. "both",
  129. "2"
  130. },
  131. {
  132. "rx",
  133. "1"
  134. },
  135. {
  136. "tx",
  137. "0"
  138. }
  139. };
  140. /*====================================================================*
  141. * program variables;
  142. *--------------------------------------------------------------------*/
  143. #ifndef __GNUC__
  144. #pragma pack (push,1)
  145. #endif
  146. typedef struct __packed lightning_transmit
  147. {
  148. uint64_t NUMTXMPDU_ACKD;
  149. uint64_t NUMTXMPDU_COLL;
  150. uint64_t NUMTXMPDU_FAIL;
  151. uint64_t NUMTXPBS_PASSED;
  152. uint64_t NUMTXPBS_FAILED;
  153. }
  154. transmit;
  155. typedef struct __packed lightning_receive
  156. {
  157. uint64_t NUMRXMPDU_ACKD;
  158. uint64_t NUMRXMPDU_FAIL;
  159. uint64_t NUMRXPBS_PASSED;
  160. uint64_t NUMRXPBS_FAILED;
  161. uint64_t SUMTURBOBER_PASSED;
  162. uint64_t SUMTURBOBER_FAILED;
  163. uint8_t NUMRXINTERVALS;
  164. uint8_t RXINTERVALSTATS [1];
  165. }
  166. receive;
  167. typedef struct __packed lightning_interval
  168. {
  169. uint8_t RXPHYRATE_MBPS_0;
  170. uint64_t NUMRXPBS_PASSED;
  171. uint64_t NUMRXPBS_FAILED;
  172. uint64_t SUMTURBOBER_PASSED;
  173. uint64_t SUMTURBOBER_FAILED;
  174. }
  175. interval;
  176. #ifndef __GNUC__
  177. #pragma pack (pop)
  178. #endif
  179. /*====================================================================*
  180. *
  181. * unsigned lightning_error_rate (uint64_t passed, uint64_t failed);
  182. *
  183. * compute error rate for a given quantity; the error rate is the
  184. * ratio of failures to attempts;
  185. *
  186. *--------------------------------------------------------------------*/
  187. static float lightning_error_rate (uint64_t passed, uint64_t failed)
  188. {
  189. if ((passed) || (failed))
  190. {
  191. return ((float) (failed * 100) / (float) (passed + failed));
  192. }
  193. return (0);
  194. }
  195. /*====================================================================*
  196. *
  197. * float lightning_fec_bit_error_rate (struct lightning_receive * receive);
  198. *
  199. * compute the FEC-BER from the VS_LINK_STATS when DIRECTION=1 and
  200. * LID=0xF8;
  201. *
  202. *--------------------------------------------------------------------*/
  203. static float lightning_fec_bit_error_rate (struct lightning_receive * receive)
  204. {
  205. float FECBitErrorRate = 0;
  206. if (receive->SUMTURBOBER_PASSED || receive->SUMTURBOBER_FAILED)
  207. {
  208. float TotalSumOfBitError = 100 * (float) (receive->SUMTURBOBER_PASSED + receive->SUMTURBOBER_FAILED);
  209. float TotalSumOfBits = 8 * 520 * (float) (receive->NUMRXPBS_PASSED + receive->NUMRXPBS_FAILED);
  210. FECBitErrorRate = TotalSumOfBitError / TotalSumOfBits;
  211. }
  212. return (FECBitErrorRate);
  213. }
  214. /*====================================================================*
  215. *
  216. * void lightning_transmit_statistics (struct lightning_transmit * transmit);
  217. *
  218. * display transmit statistics in fixed field format;
  219. *
  220. *--------------------------------------------------------------------*/
  221. static void lightning_transmit_statistics (struct lightning_transmit * transmit)
  222. {
  223. printf (" TX");
  224. printf (COUNTER, transmit->NUMTXPBS_PASSED);
  225. printf (COUNTER, transmit->NUMTXPBS_FAILED);
  226. printf (PERCENT, lightning_error_rate (transmit->NUMTXPBS_PASSED, transmit->NUMTXPBS_FAILED));
  227. printf (COUNTER, transmit->NUMTXMPDU_ACKD);
  228. printf (COUNTER, transmit->NUMTXMPDU_FAIL);
  229. printf (COUNTER, transmit->NUMTXMPDU_COLL);
  230. printf (PERCENT, lightning_error_rate (transmit->NUMTXMPDU_ACKD, transmit->NUMTXMPDU_FAIL));
  231. printf ("\n");
  232. return;
  233. }
  234. /*====================================================================*
  235. *
  236. * void lightning_receive_statistics (struct lightning_receive * receive);
  237. *
  238. * display receive statistics in fixed field format;
  239. *
  240. *--------------------------------------------------------------------*/
  241. static void lightning_receive_statistics (struct lightning_receive * receive)
  242. {
  243. printf (" RX");
  244. printf (COUNTER, receive->NUMRXPBS_PASSED);
  245. printf (COUNTER, receive->NUMRXPBS_FAILED);
  246. printf (PERCENT, lightning_error_rate (receive->NUMRXPBS_PASSED, receive->NUMRXPBS_FAILED));
  247. printf (COUNTER, receive->NUMRXMPDU_ACKD);
  248. printf (COUNTER, receive->NUMRXMPDU_FAIL);
  249. printf (PERCENT, lightning_error_rate (receive->NUMRXMPDU_ACKD, receive->NUMRXMPDU_FAIL));
  250. printf ("\n");
  251. return;
  252. }
  253. /*====================================================================*
  254. *
  255. * void Receive (struct lightning_receive * receive);
  256. *
  257. * display receive statistics in fixed field format for each slot;
  258. * the last line sumarizes results for all slots;
  259. *
  260. *--------------------------------------------------------------------*/
  261. static void lightning_receive_interval (struct lightning_receive * receive)
  262. {
  263. struct lightning_interval * interval = (struct lightning_interval *) (receive->RXINTERVALSTATS);
  264. uint8_t slot = 0;
  265. while (slot < receive->NUMRXINTERVALS)
  266. {
  267. printf (" %1d", slot);
  268. printf (" %3d", interval->RXPHYRATE_MBPS_0);
  269. printf (COUNTER, interval->NUMRXPBS_PASSED);
  270. printf (COUNTER, interval->NUMRXPBS_FAILED);
  271. printf (PERCENT, lightning_error_rate (interval->NUMRXPBS_PASSED, interval->NUMRXPBS_FAILED));
  272. printf (COUNTER, interval->SUMTURBOBER_PASSED);
  273. printf (COUNTER, interval->SUMTURBOBER_FAILED);
  274. printf (PERCENT, lightning_error_rate (interval->SUMTURBOBER_PASSED, interval->SUMTURBOBER_FAILED));
  275. printf ("\n");
  276. interval++;
  277. slot++;
  278. }
  279. printf (" ALL");
  280. printf (COUNTER, receive->NUMRXPBS_PASSED);
  281. printf (COUNTER, receive->NUMRXPBS_FAILED);
  282. printf (PERCENT, lightning_error_rate (receive->NUMRXPBS_PASSED, receive->NUMRXPBS_FAILED));
  283. printf (COUNTER, receive->SUMTURBOBER_PASSED);
  284. printf (COUNTER, receive->SUMTURBOBER_FAILED);
  285. printf (PERCENT, lightning_error_rate (receive->SUMTURBOBER_PASSED, receive->SUMTURBOBER_FAILED));
  286. printf (PERCENT, lightning_fec_bit_error_rate (receive));
  287. printf ("\n");
  288. return;
  289. }
  290. /*====================================================================*
  291. *
  292. * signed lightning_link_statistics (struct plc * plc);
  293. *
  294. *--------------------------------------------------------------------*/
  295. signed lightning_link_statistics (struct plc * plc)
  296. {
  297. struct channel * channel = (struct channel *) (plc->channel);
  298. struct message * message = (struct message *) (plc->message);
  299. #ifndef __GNUC__
  300. #pragma pack (push,1)
  301. #endif
  302. struct __packed vs_lnk_stats_request
  303. {
  304. struct ethernet_hdr ethernet;
  305. struct qualcomm_hdr qualcomm;
  306. uint8_t MCONTROL;
  307. uint8_t DIRECTION;
  308. uint8_t LID;
  309. uint8_t MACADDRESS [ETHER_ADDR_LEN];
  310. }
  311. * request = (struct vs_lnk_stats_request *) (message);
  312. struct __packed vs_lnk_stats_confirm
  313. {
  314. struct ethernet_hdr ethernet;
  315. struct qualcomm_hdr qualcomm;
  316. uint8_t MSTATUS;
  317. uint8_t DIRECTION;
  318. uint8_t LID;
  319. uint8_t TEI;
  320. uint8_t LSTATS [1];
  321. }
  322. * confirm = (struct vs_lnk_stats_confirm *) (message);
  323. #ifndef __GNUC__
  324. #pragma pack (pop)
  325. #endif
  326. memset (message, 0, sizeof (* message));
  327. EthernetHeader (& request->ethernet, channel->peer, channel->host, channel->type);
  328. QualcommHeader (& request->qualcomm, 0, (VS_LNK_STATS | MMTYPE_REQ));
  329. plc->packetsize = (ETHER_MIN_LEN - ETHER_CRC_LEN);
  330. request->MCONTROL = plc->pushbutton;
  331. request->DIRECTION = plc->module;
  332. request->LID = plc->action;
  333. memcpy (request->MACADDRESS, plc->RDA, sizeof (request->MACADDRESS));
  334. if (SendMME (plc) <= 0)
  335. {
  336. error (PLC_EXIT (plc), errno, CHANNEL_CANTSEND);
  337. return (-1);
  338. }
  339. if (ReadMME (plc, 0, (VS_LNK_STATS | MMTYPE_CNF)) <= 0)
  340. {
  341. error (PLC_EXIT (plc), errno, CHANNEL_CANTREAD);
  342. return (-1);
  343. }
  344. if (confirm->MSTATUS)
  345. {
  346. Failure (plc, PLC_WONTDOIT);
  347. return (-1);
  348. }
  349. if (confirm->DIRECTION == 0)
  350. {
  351. printf (" DIR");
  352. printf (" ----------- PBs PASS");
  353. printf (" ----------- PBs FAIL");
  354. printf (" PBs ERR");
  355. printf (" ---------- MPDU ACKD");
  356. printf (" ---------- MPDU FAIL");
  357. printf ("\n");
  358. lightning_transmit_statistics ((struct lightning_transmit *) (confirm->LSTATS));
  359. printf ("\n");
  360. }
  361. if (confirm->DIRECTION == 1)
  362. {
  363. printf (" DIR");
  364. printf (" ----------- PBs PASS");
  365. printf (" ----------- PBs FAIL");
  366. printf (" PBs ERR");
  367. printf (" ---------- MPDU ACKD");
  368. printf (" ---------- MPDU FAIL");
  369. printf ("\n");
  370. lightning_receive_statistics ((struct lightning_receive *) (confirm->LSTATS));
  371. printf ("\n");
  372. printf (" PHY");
  373. printf (" ----------- PBs PASS");
  374. printf (" ----------- PBs FAIL");
  375. printf (" PBs ERR");
  376. printf (" ----------- BER PASS");
  377. printf (" ----------- BER FAIL");
  378. printf (" BER ERR");
  379. printf ("\n");
  380. lightning_receive_interval ((struct lightning_receive *) (confirm->LSTATS));
  381. printf ("\n");
  382. }
  383. if (confirm->DIRECTION == 2)
  384. {
  385. printf (" DIR");
  386. printf (" ----------- PBs PASS");
  387. printf (" ----------- PBs FAIL");
  388. printf (" PBs ERR");
  389. printf (" ---------- MPDU ACKD");
  390. printf (" ---------- MPDU FAIL");
  391. printf ("\n");
  392. lightning_transmit_statistics ((struct lightning_transmit *) (confirm->LSTATS));
  393. lightning_receive_statistics ((struct lightning_receive *) (confirm->LSTATS + sizeof (struct lightning_transmit)));
  394. printf ("\n");
  395. printf (" PHY");
  396. printf (" ----------- PBs PASS");
  397. printf (" ----------- PBs FAIL");
  398. printf (" PBs ERR");
  399. printf (" ----------- BER PASS");
  400. printf (" ----------- BER FAIL");
  401. printf (" BER ERR");
  402. printf ("\n");
  403. lightning_receive_interval ((struct lightning_receive *) (confirm->LSTATS + sizeof (struct lightning_transmit)));
  404. printf ("\n");
  405. }
  406. return (0);
  407. }
  408. /*====================================================================*
  409. *
  410. * void manager (struct plc * plc);
  411. *
  412. * perform operations in logical order despite any order specfied
  413. * on the command line; for example read PIB before writing PIB;
  414. *
  415. * operation order is controlled by the order of "if" statements
  416. * shown here; the entire operation sequence can be repeated with
  417. * an optional pause between each iteration;
  418. *
  419. *--------------------------------------------------------------------*/
  420. void manager (struct plc * plc, signed count, signed pause)
  421. {
  422. while (count--)
  423. {
  424. if (_anyset (plc->flags, PLC_ANALYSE))
  425. {
  426. Topology2 (plc);
  427. }
  428. if (_anyset (plc->flags, PLC_NETWORK))
  429. {
  430. NetworkInformation2 (plc);
  431. }
  432. if (_anyset (plc->flags, PLC_LINK_STATS))
  433. {
  434. lightning_link_statistics (plc);
  435. }
  436. sleep (pause);
  437. }
  438. return;
  439. }
  440. /*====================================================================*
  441. *
  442. * int main (int argc, char const * argv[]);
  443. *
  444. * parse command line, populate plc structure and perform selected
  445. * operations; show help summary if asked; see getoptv and putoptv
  446. * to understand command line parsing and help summary display; see
  447. * plc.h for the definition of struct plc;
  448. *
  449. * the command line accepts multiple MAC addresses and the program
  450. * performs the specified operations on each address, in turn; the
  451. * address order is significant but the option order is not; the
  452. * default address is a local broadcast that causes all devices on
  453. * the local H1 interface to respond but not those at the remote
  454. * end of the powerline;
  455. *
  456. * the default address is 00:B0:52:00:00:01; omitting the address
  457. * will automatically address the local device; some options will
  458. * cancel themselves if this makes no sense;
  459. *
  460. * the default interface is eth1 because most people use eth0 as
  461. * their principle network connection; you can specify another
  462. * interface with -i or define environment string PLC to make
  463. * that the default interface and save typing;
  464. *
  465. *--------------------------------------------------------------------*/
  466. int main (int argc, char const * argv [])
  467. {
  468. extern struct channel channel;
  469. static char const * optv [] =
  470. {
  471. "Cd:ei:l:mp:qs:tvw:",
  472. "device [device] [...] [> stdout]",
  473. "Qualcomm Atheros AR7x00 Link Statistics",
  474. #if defined (WINPCAP) || defined (LIBPCAP)
  475. "i n\thost interface is (n) [" LITERAL (CHANNEL_ETHNUMBER) "]",
  476. #else
  477. "i s\thost interface is (s) [" LITERAL (CHANNEL_ETHDEVICE) "]",
  478. #endif
  479. "C\tclear statistics without reading using VS_LNK_STATS",
  480. "d n\tdirection (0=tx, 1=rx, 2=both) for VS_LNK_STATS",
  481. "e\tredirect stderr to stdout",
  482. "l n\tloop n times [" LITERAL (AMPSTAT_LOOP) "]",
  483. "s n\tLink ID for VS_LNK_STATS (see Programmer's Guide)",
  484. "m\tprint network membership information using VS_NW_INFO",
  485. "p x\tpeer node address for options -s",
  486. "q\tquiet mode",
  487. "t\tprint network topology using VS_NW_INFO with VS_SW_VER",
  488. "v\tverbose mode",
  489. "w n\twait n seconds [" LITERAL (AMPSTAT_WAIT) "]",
  490. (char const *) (0)
  491. };
  492. #include "../plc/plc.c"
  493. signed loop = AMPSTAT_LOOP;
  494. signed wait = AMPSTAT_WAIT;
  495. signed c;
  496. if (getenv (PLCDEVICE))
  497. {
  498. #if defined (WINPCAP) || defined (LIBPCAP)
  499. channel.ifindex = atoi (getenv (PLCDEVICE));
  500. #else
  501. channel.ifname = strdup (getenv (PLCDEVICE));
  502. #endif
  503. }
  504. optind = 1;
  505. plc.pushbutton = 0;
  506. while (~ (c = getoptv (argc, argv, optv)))
  507. {
  508. switch (c)
  509. {
  510. case 'C':
  511. _setbits (plc.flags, PLC_LINK_STATS);
  512. plc.pushbutton = 1;
  513. break;
  514. case 'd':
  515. _setbits (plc.flags, PLC_LINK_STATS);
  516. plc.module = (uint8_t) (uintspec (synonym (optarg, directions, SIZEOF (directions)), 0, UCHAR_MAX));
  517. break;
  518. case 'e':
  519. dup2 (STDOUT_FILENO, STDERR_FILENO);
  520. break;
  521. case 'i':
  522. #if defined (WINPCAP) || defined (LIBPCAP)
  523. channel.ifindex = atoi (optarg);
  524. #else
  525. channel.ifname = optarg;
  526. #endif
  527. break;
  528. case 'm':
  529. _setbits (plc.flags, PLC_NETWORK);
  530. break;
  531. case 'p':
  532. _setbits (plc.flags, PLC_LINK_STATS);
  533. if (! hexencode (plc.RDA, sizeof (plc.RDA), (char const *) (optarg)))
  534. {
  535. error (1, errno, PLC_BAD_MAC, optarg);
  536. }
  537. break;
  538. case 'l':
  539. loop = (unsigned) (uintspec (optarg, 0, UINT_MAX));
  540. break;
  541. case 'q':
  542. _setbits (channel.flags, CHANNEL_SILENCE);
  543. _setbits (plc.flags, PLC_SILENCE);
  544. break;
  545. case 's':
  546. _setbits (plc.flags, PLC_LINK_STATS);
  547. plc.action = (uint8_t) (uintspec (synonym (optarg, linkids, SIZEOF (linkids)), 0, UCHAR_MAX));
  548. break;
  549. case 't':
  550. _setbits (plc.flags, PLC_ANALYSE);
  551. break;
  552. case 'v':
  553. _setbits (channel.flags, CHANNEL_VERBOSE);
  554. _setbits (plc.flags, PLC_VERBOSE);
  555. break;
  556. case 'w':
  557. wait = (unsigned) (uintspec (optarg, 0, 3600));
  558. break;
  559. default:
  560. break;
  561. }
  562. }
  563. argc -= optind;
  564. argv += optind;
  565. openchannel (& channel);
  566. if (! (plc.message = malloc (sizeof (* plc.message))))
  567. {
  568. error (1, errno, PLC_NOMEMORY);
  569. }
  570. if (! argc)
  571. {
  572. manager (& plc, loop, wait);
  573. }
  574. while ((argc) && (* argv))
  575. {
  576. if (! hexencode (channel.peer, sizeof (channel.peer), synonym (* argv, devices, SIZEOF (devices))))
  577. {
  578. error (1, errno, PLC_BAD_MAC, * argv);
  579. }
  580. manager (& plc, loop, wait);
  581. argc--;
  582. argv++;
  583. }
  584. free (plc.message);
  585. closechannel (& channel);
  586. return (0);
  587. }