#include "cw/cw.h" #include "cw/dbg.h" #include "cw/cfg.h" #include "mod_cisco.h" int cisco_out_radio_generic(struct cw_ElemHandler * handler, struct cw_ElemHandlerParams * params , uint8_t * dst) { int len,i,l; int radios; len =0; radios = cw_cfg_get_byte(params->cfg,"wtp-descriptor/max-radios","0"); for(i=0;imsgdata->type,handler,dst+len,l); len+=l; } return len; }