Do:
"grep "CBK" */*"

result:
doc/mobility.tex:\item["CBK"]  DROP\_RTR\_MAC\_CALLBACK
...
trace/cmu-trace.h:#define DROP_RTR_MAC_CALLBACK           "CBK"   // MAC
callback



then:
[EMAIL PROTECTED]:C:[cims]$ grep "DROP_RTR_MAC_CALLBACK" */*
aodv/aodv.cc: drop(p, DROP_RTR_MAC_CALLBACK);
aodv/aodv.cc:    drop(p, DROP_RTR_MAC_CALLBACK);
aodv/aodv.cc:    drop(p, DROP_RTR_MAC_CALLBACK);
aodv/aodv.cc:    drop(p, DROP_RTR_MAC_CALLBACK);
aodv/aodv.cc:     drop(p, DROP_RTR_MAC_CALLBACK);
aodv/aodv.cc:           dr
....

Pedro Vale Estrela


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> Of Vijay Ghorpade
> Sent: quarta-feira, 31 de Janeiro de 2007 5:39
> To: ns_users
> Subject: [ns] What is error CBK?
> 
> 
>   Hi,
>  I am using ns-2.28 mobile nodes and generating a trace file with new-
> trace. In the trace file i found that some packets are getting dropped and
> the reason is CBK.
>  What is correct meaning of CBK?
>  How to avoid CBK errors in a network?
>  Why such type of errors occur?
> 
> Regards
> 
> Vijay


Reply via email to