blob: a652629817bc0b476c8a6af50accd2dcd325fdc0 [file] [log] [blame]
Matt Johnson44a4dd62020-09-08 01:35:23 -07001% (C) 2020 by Matt Johnson <matt9j@cs.washington.edu>
2%
3% All Rights Reserved
4%
5% This program is free software; you can redistribute it and/or modify
6% it under the terms of the GNU General Public License as published by
7% the Free Software Foundation; either version 2 of the License, or
8% (at your option) any later version.
9%
10% This program is distributed in the hope that it will be useful,
11% but WITHOUT ANY WARRANTY; without even the implied warranty of
12% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13% GNU General Public License for more details.
Matt Johnson44a4dd62020-09-08 01:35:23 -070014
15-ifndef(IPA).
16-define(IPA, true).
17
18-record(ipa_ccm_options, {serial_number,
19 unit_id,
20 mac_address,
21 location,
22 unit_type,
23 equipment_version,
24 sw_version,
Matt Johnson46214562020-09-08 01:42:49 -070025 unit_name,
26 initiate_ack=false}).
Matt Johnson44a4dd62020-09-08 01:35:23 -070027
28-endif.