Changes

no edit summary
Line 31: Line 31:  
  date > /tmp/regfile  #where data will be stored
 
  date > /tmp/regfile  #where data will be stored
 
{{#switch:{{{series}}}
 
{{#switch:{{{series}}}
|RUT9XX =  
+
|RUT9XX = gsmctl -X >> /tmp/regfile
gsmctl -X >> /tmp/regfile
   
  gsmctl -E >> /tmp/regfile
 
  gsmctl -E >> /tmp/regfile
|RUT2XX =
+
|RUT2XX = gsmctl -X >> /tmp/regfile
gsmctl -X >> /tmp/regfile
   
  gsmctl -E >> /tmp/regfile
 
  gsmctl -E >> /tmp/regfile
|RUTX  =  
+
|RUTX  = gsmctl -q >> /tmp/regfile
gsmctl -q >> /tmp/regfile
   
  gsmctl -c >> /tmp/regfile
 
  gsmctl -c >> /tmp/regfile
|TRB1  =  
+
|TRB1  = gsmctl -q >> /tmp/regfile
gsmctl -q >> /tmp/regfile
   
  gsmctl -c >> /tmp/regfile
 
  gsmctl -c >> /tmp/regfile
|TRB2  =  
+
|TRB2  = gsmctl -q >> /tmp/regfile
gsmctl -q >> /tmp/regfile
   
  gsmctl -c >> /tmp/regfile
 
  gsmctl -c >> /tmp/regfile
 
}}
 
}}

Navigation menu