Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$log>){
       if (/recvd AA_BIN_MSG_VER_CHG/ .. /?:(Prepared to Send OK|Sending I
    +nvalid credential)/){
          if (/Handling NSPAdvice for mechanism \[4\]/ .. /whatever_condit
    +ion_to_reset_this_block/) {
    ...
          }
       }
    }