提交 9f804d2d authored 作者: Simon Wunderlich's avatar Simon Wunderlich 提交者: Nathan Neulinger

mod_skinny: remove unknown field from access_status

Cisco 7925g send access status message with just 8 byte of payload data.
Since we don't interpret the unknown 3rd field anyway, remove it. This
will prevent the first register to fail.
Signed-off-by: 's avatarSimon Wunderlich <sw@simonwunderlich.de>
Signed-off-by: 's avatarNathan Neulinger <nneul@neulinger.org>
上级 30554381
...@@ -458,7 +458,7 @@ struct PACKED dialed_phone_book_message { ...@@ -458,7 +458,7 @@ struct PACKED dialed_phone_book_message {
struct PACKED accessory_status_message { struct PACKED accessory_status_message {
uint32_t accessory_id; uint32_t accessory_id;
uint32_t accessory_status; uint32_t accessory_status;
uint32_t unknown; /* uint32_t unknown; */ /* this field is missing in 7925G */
}; };
/* RegisterAckMessage */ /* RegisterAckMessage */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论