skarg
3835dc8998
Merged revision(s) 2707 from branches/obvius/bacnet-stack:
...
Fix: As a BBMD, when forwarding NPDU to the local subnet (as an IP broacast)
we omit BVLC header, resulting in corrupt packet.
bvlc_send_mpdu(&dest, &npdu[4 + 6], npdu_len); // bad
bvlc_send_mpdu(&dest, &npdu[0], npdu_len+4+6); // good
Also added some debug_prints. To test, start bacserv, use VTS to add
yourself to the BDT, then send a Who-Is to bacserv as a Forwarded-NPDU.
Will be rebroadcast on local subnet but w/o BVLC header.
........
2014-01-17 04:29:20 +00:00
..
2013-10-09 15:08:29 +00:00
2013-03-13 22:17:13 +00:00
2010-05-04 21:06:26 +00:00
2012-05-13 15:07:12 +00:00
2013-10-29 01:55:49 +00:00
2013-10-29 01:55:49 +00:00
2013-03-13 22:17:13 +00:00
2014-01-14 20:03:00 +00:00
2013-03-13 22:23:23 +00:00
2013-10-28 20:55:58 +00:00
Renamed and fixed proprietary min-max range defines for units, program-error, restart-reason, reliability, event, life-safety-mode, life-safety-operation, life-safety-state, silenced-state, maintenance, object-type, and vt-class. Updated unit tests and other files affected. The max range must be declared inside of enum so that compilers will allocate adequate sized datatype for enum which is used to store decoded values.
2013-10-09 15:42:26 +00:00
2012-04-30 10:14:18 +00:00
2010-02-14 05:29:43 +00:00
2013-10-28 20:55:58 +00:00
2012-04-30 10:14:18 +00:00
2013-03-13 22:17:13 +00:00
2013-11-16 21:49:06 +00:00
2010-12-12 05:42:42 +00:00
2013-03-13 22:17:13 +00:00
2014-01-17 04:29:20 +00:00
2013-02-18 15:59:15 +00:00
2010-08-17 18:02:18 +00:00
2010-03-24 03:41:39 +00:00
2014-01-14 20:03:00 +00:00
2012-05-13 15:07:12 +00:00
2010-12-15 19:02:40 +00:00
2013-10-28 20:55:58 +00:00
2013-03-13 22:17:13 +00:00
2010-08-17 13:51:56 +00:00
2014-01-14 19:49:39 +00:00
2010-05-04 21:06:26 +00:00
2013-10-28 20:55:58 +00:00
2012-04-30 10:14:18 +00:00
2014-01-14 20:03:00 +00:00
2010-02-14 05:29:43 +00:00
2012-08-11 17:44:22 +00:00
2013-11-14 20:21:46 +00:00
2012-11-01 14:13:49 +00:00
2012-05-13 15:08:17 +00:00
2013-09-06 21:32:27 +00:00
2011-01-14 15:23:03 +00:00
2012-05-13 15:07:12 +00:00
2013-11-16 00:14:55 +00:00
2012-05-13 15:07:12 +00:00
2012-04-30 10:14:18 +00:00
2010-05-04 21:06:26 +00:00
2013-10-09 15:08:29 +00:00
2013-03-13 22:17:13 +00:00
2013-05-22 17:42:48 +00:00
2012-05-13 15:07:12 +00:00
2010-02-14 05:29:43 +00:00
2010-02-14 05:29:43 +00:00
2014-01-14 20:03:00 +00:00
2013-10-22 19:24:06 +00:00
2013-10-29 01:59:22 +00:00
2010-02-14 05:29:43 +00:00
2011-03-24 16:53:02 +00:00
2014-01-14 20:03:00 +00:00
2012-04-30 10:14:18 +00:00
2013-10-29 01:55:49 +00:00