reg domain, cisco

FossilOrigin-Name: 4e4c68a554b8198a10b2233e2d9165587fdf909ee3d20943cdcafcaf3f05b7eb
This commit is contained in:
7u83@mail.ru
2018-04-13 22:50:58 +00:00
parent f996e52776
commit 7968096687
11 changed files with 120 additions and 20 deletions

View File

@ -70,3 +70,9 @@ cisco/regulatory-domain/001/code1 :Byte: 1
cisco/regulatory-domain/001/set :Bool: true
cisco/regulatory-domain/001/slot :Byte: 1
tube.0/main : Byte : 12
tube.0/zumsel : Byte : 12
tube.1/main : Byte : 12
tube.1/zumsel : Byte : 12

View File

@ -95,6 +95,8 @@ int main (int argc, char **argv)
bootcfg.nmods=0;
/* read command line args, results are in bootcfg */
@ -170,9 +172,14 @@ int main (int argc, char **argv)
if (mod->setup_cfg)
mod->setup_cfg(conn);
}
{
int idx;
cw_dbg_ktv_dump(conn->local_cfg,DBG_INFO,"head","BREP: ","bot");
idx = cw_ktv_idx_get(conn->local_cfg,"tube",0,NULL);
printf("IDX: %d\n",idx);
/*cw_dbg_ktv_dump(conn->local_cfg,DBG_INFO,"head","BREP: ","bot");*/
exit(0);
}
dtls_init();
conn->base_rmac = get_base_rmac();