next up previous
Next: Link Layer(LL) Up: Radio Link Control (RLC) Previous: Modifications for use outside

To bypass the RLC

RLC layer can be bypassed by changing the following part in  ns/tcl/lib/ns-mobilenode.tcl

     # Link Layer
     $ll arptable $arptable_
     $ll ifq $ifq
     $ll mac $mac
     # $ll down-target $ifq;    #if NO rlc uncomment it
     $ll down-target $rlc;      #if NO rlc comment this and rest of rlc below

     # for rlc
     $rlc up-target $ll
     $rlc mac $mac
     $rlc down-target $ifq



Richa Jain (96D07007)
Tue Jul 24 22:29:53 IST 2001