Got rid of mbag! Works for mod_capwap and wtp
FossilOrigin-Name: af10cb591d1e6db629c886cdbb268a2753bb93012e410e42f65b8385befb9896
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
|
||||
|
||||
#include "mbag.h"
|
||||
#include "action.h"
|
||||
/*
|
||||
|
||||
#include "cw.h"
|
||||
#include "cw/dbg.h"
|
||||
|
||||
|
||||
int cw_out_radio_generic(struct conn *conn, struct cw_action_out *a, uint8_t * dst)
|
||||
{
|
||||
cw_dbg(DBG_X,"Radio Generic out %s",a->item_id);
|
||||
@ -18,8 +17,8 @@ cw_dbg(DBG_X,"Radio Generic out %s",a->item_id);
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Size for msg elem header depends on
|
||||
vendor specific payload */
|
||||
// Size for msg elem header depends on
|
||||
// vendor specific payload
|
||||
int start = a->vendor_id ? 10 : 4;
|
||||
|
||||
uint8_t * d = dst+l;
|
||||
@ -48,3 +47,4 @@ cw_dbg(DBG_X,"Not found! %s for rid %d",a->item_id,radio->u1.iid);
|
||||
return l;
|
||||
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user